untitled-plant-game/World/GoodAndWellBalancedWaterParticles.gd
2021-12-06 03:12:54 +01:00

4 lines
70 B
GDScript

extends Particles2D
func _on_Delete_timeout() -> void:
queue_free()