Somehow I got stuck with 2 players and reset is more like respawn? is there a way to get back to a fresh start with just 1p?
Viewing post in The Level Machine jam comments
Unfortunately there is no built in way right now. You could inspect the page, select the iframe and run `MODEL.players.pop()` to remove the second player. There is a partial save state stored in local storage, which level on, how many locks have been unlocked on the level. So refreshing the page or pressing Restart could work. Second player is added whenever WASD and some more keys are pressed. Or when a button is pressed and two gamepads are connected.
I'll definitely add some way of removing the second player after the jam. Probably via the main menu. I had a way making the second player be dragged after the first player, but now that can lead to it ending up within walls..
Reload button within the editor is meant to reload level as it was with changes applied on top. Undo was meant to do the same while skipping the last change operation.
Naturally there's bugs everywhere :)
Thanks for playing!