-
Notifications
You must be signed in to change notification settings - Fork 1
Two Player Mode Detection
Jason edited this page Mar 3, 2025
·
1 revision
This page describes details how selecting game mode affects the game and specific game objects.
When the player selects the one player mode, some objects should not be visible/activated as they will not be necessary. The following sections present what game objects are affected by selected game mode.
On the main menu scene, the only object affectable by selected game mode is the score counter for the second player.
On the stage scene, the following objects are visible only when the two player mode was selected:
- A spawner for the second player (to the right of the nuke),
- A player lives counter for the second player (under the counter for the first player).
On the score scene, the objects affectable by selected game mode are the following:
- the entire UI panel designed for the second player,
- arrows in the UI element designed for displaying an enemy type.