Skip to content

Commit

Permalink
fix: fixed controls table
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed May 16, 2024
1 parent 026bca0 commit 8d965ff
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions web/public/tetanes-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,25 @@ <h2>Controls</h2>
</tr>
<tr>
<td>B Button (Turbo)</td>
<td>S</td>
</tr>
<tr>
<td>Start Button</td>
<td>Q</td>
</tr>
<tr>
<td>Select Button</td>
<td>W</td>
</tr>
<tr>
<td>D-Pad</td>
<td>Arrow Keys</td>
</tr>
</table>
<p>
Other mappings can be found and modified in the `Config -> Keybinds`
menu.
</p>
</div>
</body>
</html>

0 comments on commit 8d965ff

Please sign in to comment.