-
Notifications
You must be signed in to change notification settings - Fork 1
Gamepad Input Support
This page explains gamepad support and how it works when the game is launched.
The game supports controlling one of the player robots by using a gamepad. When a gamepad is connected, you can navigate through menus (the main menu scene) and also select stage (the stage selection scene). More details are written in the following sections.
On the main menu scene, the player is able to navigate through the options by using either a keyboard or connected gamepad.
On the stage selection scene, the player can select stage to start the game from with a keyboard and a gamepad in the same time.
When a gamepad is connected, setting input device for the players depend on selected game mode. If selected the one player mode, then the only player (the orange robot) is controllable by a gamepad. If selected the two player mode, then the first player has set device as a keyboard and the second player (the green robot) is controllable by a gamepad.