untitled-plant-game/World/GoodAndWellBalancedWaterParticles.gd

5 lines
70 B
GDScript3
Raw Normal View History

2021-12-06 02:12:54 +00:00
extends Particles2D
func _on_Delete_timeout() -> void:
queue_free()