File size: 77 Bytes
8f07272 |
1 2 3 4 5 6 |
extends Node3D
func _on_timer_timeout():
print("queue free")
queue_free()
|
8f07272 |
1 2 3 4 5 6 |
extends Node3D
func _on_timer_timeout():
print("queue free")
queue_free()
|