mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-02 15:11:41 +00:00
Fixed directional navigation with new analog cam options
This commit is contained in:
parent
af2c8be6f6
commit
cb68256151
1 changed files with 3 additions and 3 deletions
|
|
@ -106,7 +106,7 @@
|
|||
type="range"
|
||||
min="0"
|
||||
max="100"
|
||||
style="flex: 1; margin: 0dp;"
|
||||
style="flex: 1; margin: 0dp; nav-down: #bg_input_enabled"
|
||||
data-value="joystick_deadzone"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
data-checked="analog_cam_mode"
|
||||
value="On"
|
||||
id="analog_cam_enabled"
|
||||
style="nav-up: #camera_inversion_none; nav-down: analog_camera_inversion_none"
|
||||
style="nav-up: #camera_inversion_none; nav-down: #analog_camera_inversion_none"
|
||||
/>
|
||||
<label class="config-option__tab-label" for="analog_cam_enabled">On</label>
|
||||
|
||||
|
|
@ -250,7 +250,7 @@
|
|||
data-checked="analog_cam_mode"
|
||||
value="Off"
|
||||
id="analog_cam_disabled"
|
||||
style="nav-up: #camera_inversion_x; nav-down: analog_camera_inversion_x"
|
||||
style="nav-up: #camera_inversion_x; nav-down: #analog_camera_inversion_x"
|
||||
/>
|
||||
<label class="config-option__tab-label" for="analog_cam_disabled">Off</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue