Skip to content

Commit

Permalink
WASD Beschreibung
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrrss committed Nov 20, 2024
1 parent d9369e8 commit cc72728
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,46 @@
<td colspan="2" style="height:1px">
</td>
</tr>
<tr>
<td>
<div class="controls-key">W</div>
</td>
<td class="controls-key-description">Nach oben bewegen</td>
</tr>
<tr>
<td colspan="2" style="height:1px">
</td>
</tr>
<tr>
<td>
<div class="controls-key">S</div>
</td>
<td class="controls-key-description">Nach unten bewegen</td>
</tr>
<tr>
<td colspan="2" style="height:1px">
</td>
</tr>
<tr>
<td>
<div class="controls-key">A</div>
</td>
<td class="controls-key-description">Nach links bewegen</td>
</tr>
<tr>
<td colspan="2" style="height:1px">
</td>
</tr>
<tr>
<td>
<div class="controls-key">D</div>
</td>
<td class="controls-key-description">Nach rechts bewegen</td>
</tr>
<tr>
<td colspan="2" style="height:1px">
</td>
</tr>
<tr>
<td>
<div class="controls-key" style="font-size:13pt; font-weight: bold;">&larr;</div>
Expand Down

0 comments on commit cc72728

Please sign in to comment.