xiandie/scene/little_game/弹珠游戏/balls.gd
2025-06-05 15:17:51 +08:00

7 lines
125 B
GDScript

extends Node2D
func _ready() -> void:
if Engine.is_editor_hint():
return
for b in get_children():
b.add_to_group(name)