Skip to content

Gamepad Input Support

Jason edited this page Mar 3, 2025 · 1 revision

This page explains gamepad support and how it works when the game is launched.

General information

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.

Main menu scene

On the main menu scene, the player is able to navigate through the options by using either a keyboard or connected gamepad.

Stage selection scene

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.

Stage

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.

Clone this wiki locally