add WASD input option (#9)

This commit is contained in:
Ramen2X 2025-12-12 23:36:19 -05:00 committed by GitHub
parent fe7323eb1d
commit 3c2bd8a341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>