Bersihkan semua anak Godot
static func delete_children(node):
for n in node.get_children():
node.remove_child(n)
n.queue_free()
Important Ibis
static func delete_children(node):
for n in node.get_children():
node.remove_child(n)
n.queue_free()