-
Notifications
You must be signed in to change notification settings - Fork 1
Stage Selection
Accessible from: Main Menu
The stage selection scene is displayed after selecting one of the game modes in the main menu scene wherein the player can select which stage would like to begin the game from. It has only two texts: one for the currently selected stage to start and the message when no stages have been found by the component responsible for loading stage data.
Depending on finding any stage data, different cases occur.
If the stage loader will find any stage data file, then the player can choose what stage would like to start the game from. The stage counter indicates what number currently is. Number of detected stages determines the range for the stage number from the first to the last stage, so it will never go out of range and cause any error.
When the player selects the stage with the shown number, they are transferred to the stage scene and the game is started. They can also go back to the main menu scene.
If the stage loader will not be able to locate any file with stage data, the stage counter is replaced with the message meaning that the player cannot select any stage. Then, the only thing the player can do is go back to the main menu scene.