diff options
Diffstat (limited to 'docs/controls/gamepad.html')
-rw-r--r-- | docs/controls/gamepad.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/controls/gamepad.html b/docs/controls/gamepad.html new file mode 100644 index 0000000..983364f --- /dev/null +++ b/docs/controls/gamepad.html @@ -0,0 +1,9 @@ +<html> + <button onclick="history.back()">Back</button> + <br> + <h1>Gamepad</h1> + <hr> + The game assumes your gamepad has an xbox controller layout. Up and Down on the D-Pad controls the movement of the paddle, the entire d-pad controls menus such as the title screen and the pause screen, the start button pauses the game, and the A button selects a menu item. + <br><br> + In multiplayer versus, you can use a 2nd gamepad for the second player. +</html> |