default to keyboard/joystick control
This commit is contained in:
@ -207,10 +207,10 @@ if scale < 1:
|
||||
<legend>Translation & 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 < 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">
|
||||
|
||||
Reference in New Issue
Block a user