5 lines
59 B
GDScript3
5 lines
59 B
GDScript3
|
|
extends Area2D
|
||
|
|
|
||
|
|
func destroy():
|
||
|
|
get_parent().queue_free()
|