5 lines
69 B
GDScript
5 lines
69 B
GDScript
extends Node2D
|
|
|
|
func play():
|
|
for n in get_children():
|
|
n.restart()
|