Posted June 12, 2023 by Lucas_Amion
We added a second level to the game that uses the mechanic of pushing boxes. The player has to shrink the screen to move the box and jump on top of it to reach the goal.
We now also have a stage selection screen that lets the player choose between the currently available levels. The player is sent to this scene after pressing the play button in the main menu or after completing a stage.
As can be seen in the image, the second level isn’t available until completing the first one. After completing it would look like this (a checkmark shows which levels have been completed):
To implement this we used simple save files that only store the current level.