7 lines
63 B
GDScript
7 lines
63 B
GDScript
extends Node2D
|
|
|
|
|
|
|
|
func _on_timer_timeout():
|
|
self.queue_free()
|