mirror of
https://github.com/isledecomp/isle.pizza.git
synced 2026-01-10 18:21:15 +00:00
add WASD input option (#9)
This commit is contained in:
parent
fe7323eb1d
commit
3c2bd8a341
@ -274,7 +274,10 @@
|
||||
<span class="tooltip-content">
|
||||
<div><strong>Haptic feedback:</strong> On supported devices and browsers,
|
||||
this provides physical feedback, like a vibration, while you play the
|
||||
game.</div>
|
||||
game.</div><br>
|
||||
<div><strong>Use WASD for navigation:</strong> Use the WASD keys instead
|
||||
of the arrow keys to control the game, much akin to a modern PC game.
|
||||
</div>
|
||||
</span>
|
||||
</label>
|
||||
<div class="checkbox-group option-list">
|
||||
@ -282,6 +285,10 @@
|
||||
<input type="checkbox" id="check-haptic" name="Haptic" checked>
|
||||
<label for="check-haptic">Haptic feedback</label>
|
||||
</div>
|
||||
<div class="option-item">
|
||||
<input type="checkbox" id="check-wasd" name="WASD">
|
||||
<label for="check-wasd">Use WASD for navigation</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user