Post Game jam commit
This commit is contained in:
commit
6db2131520
164 changed files with 172524 additions and 0 deletions
4
screen_particles.gd
Normal file
4
screen_particles.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends GPUParticles2D
|
||||
|
||||
func _ready() -> void:
|
||||
RenderingServer.canvas_item_set_custom_rect(get_canvas_item(), true, get_viewport_rect())
|
||||
Loading…
Add table
Add a link
Reference in a new issue