super_space_game/scripts/particle_group.gd
2025-12-05 16:50:38 -05:00

5 lines
69 B
GDScript

extends Node2D
func play():
for n in get_children():
n.restart()