xiandie/scene/little_game/弹珠游戏/balls.gd

7 lines
125 B
GDScript3
Raw Normal View History

2025-06-05 07:17:51 +00:00
extends Node2D
func _ready() -> void:
if Engine.is_editor_hint():
return
for b in get_children():
b.add_to_group(name)