Skip to content

Stage Selection

Jason edited this page Feb 19, 2025 · 5 revisions

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.

Stage Selection

Depending on finding any stage data, different cases occur.

Case #1: Found any stage

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.

Case #2: Found no stages at all

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.

Clone this wiki locally