default to keyboard/joystick control

This commit is contained in:
2025-11-17 10:22:20 -05:00
parent c225ee696a
commit c1aa7d2086
2 changed files with 15 additions and 10 deletions

View File

@ -207,10 +207,10 @@ if scale < 1:
<legend>Translation &amp; Rotation</legend>
<div class="control-group">
<button id="control-mode-toggle" type="button">Switch to Keyboard/Joystick Controls</button>
<button id="control-mode-toggle" type="button">Switch to Slider Controls</button>
</div>
<div id="slider-controls">
<div id="slider-controls" style="display: none;">
<div class="control-group">
<label for="vy-slider">Move Forward/Backward (pixels/s)</label>
<input type="range" id="vy-slider" min="-300" max="300" step="10" value="0">
@ -232,7 +232,7 @@ if scale &lt; 1:
<button id="reset-btn" type="button">Reset Controls</button>
</div>
<div id="keyboard-controls" style="display: none;">
<div id="keyboard-controls">
<div class="control-group">
<label for="keyboard-max-speed">Max Speed (pixels/s)</label>
<input type="range" id="keyboard-max-speed" min="50" max="300" step="10" value="150">