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
When the player dies and respawns, we don't reset the next_spawn_time in game.gd, which results in the following code in game.gd to spawn platforms every frame:
if Time.get_ticks_msec() > next_spawn_time:
_spawn_next_platform()