mirror of
https://git.kittycat.homes/BatHeartTiger/untitled-plant-game.git
synced 2024-08-15 03:16:27 +00:00
5 lines
70 B
GDScript3
5 lines
70 B
GDScript3
|
extends Particles2D
|
||
|
|
||
|
func _on_Delete_timeout() -> void:
|
||
|
queue_free()
|