INIT
This commit is contained in:
5
levels/level_1/moorhuhn_explosion.gd
Normal file
5
levels/level_1/moorhuhn_explosion.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends GPUParticles2D
|
||||
|
||||
func _ready() -> void:
|
||||
restart()
|
||||
finished.connect(queue_free)
|
||||
Reference in New Issue
Block a user