blob: 983364f34c59787c2f8ed9427b007c855a8b8d3d (
plain) (
blame)
1
2
3
4
5
6
7
8
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>
|