settings, small fixes
This commit is contained in:
parent
b12c193636
commit
e08e3ebb13
174 changed files with 997 additions and 1040 deletions
4
scripts/screen_particles.gd
Normal file
4
scripts/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