Post Game jam commit

This commit is contained in:
Daniel Kauss Serna 2026-02-03 21:06:49 +01:00
commit 6db2131520
164 changed files with 172524 additions and 0 deletions

4
screen_particles.gd Normal file
View file

@ -0,0 +1,4 @@
extends GPUParticles2D
func _ready() -> void:
RenderingServer.canvas_item_set_custom_rect(get_canvas_item(), true, get_viewport_rect())