You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows games to create dynamic nodes, i.e. asteroids moving from right to left (placing one "original" asteroid outside of the screen, with on_timer_timeout and a random condition duplicate it and add it to a group, and then move all nodes in that group to the left until leaving the screen, then remove the node)