Fix controller access to settings controls
This commit is contained in:
parent
52dc2810ba
commit
173371e6fc
4 changed files with 86 additions and 1 deletions
|
|
@ -77,6 +77,7 @@ unique_name_in_owner = true
|
|||
custom_minimum_size = Vector2(180, 52)
|
||||
layout_mode = 2
|
||||
focus_mode = 2
|
||||
focus_neighbor_bottom = NodePath("../../ContentPanel/ContentMargin/PageStack/AccessibilityPage/Grid/AutoClickToggle")
|
||||
text = "accessibility"
|
||||
script = ExtResource("3_tab")
|
||||
|
||||
|
|
@ -481,6 +482,8 @@ unique_name_in_owner = true
|
|||
custom_minimum_size = Vector2(330, 52)
|
||||
layout_mode = 2
|
||||
focus_mode = 2
|
||||
focus_neighbor_top = NodePath("../../../../../../TabBar/AccessibilityTab")
|
||||
focus_neighbor_bottom = NodePath("../AutoClickIntervalSlider")
|
||||
toggle_mode = true
|
||||
text = "off"
|
||||
|
||||
|
|
@ -498,6 +501,8 @@ unique_name_in_owner = true
|
|||
custom_minimum_size = Vector2(330, 52)
|
||||
layout_mode = 2
|
||||
focus_mode = 2
|
||||
focus_neighbor_top = NodePath("../AutoClickToggle")
|
||||
focus_neighbor_bottom = NodePath("../../../../../../FooterGroup/FooterLayout/Footer/ApplySettingsButton")
|
||||
min_value = 0.1
|
||||
max_value = 0.5
|
||||
step = 0.01
|
||||
|
|
@ -662,6 +667,7 @@ unique_name_in_owner = true
|
|||
custom_minimum_size = Vector2(180, 44)
|
||||
layout_mode = 2
|
||||
focus_mode = 2
|
||||
focus_neighbor_right = NodePath("../SettingsBackButton")
|
||||
text = "apply"
|
||||
|
||||
[node name="SettingsBackButton" type="Button" parent="MainPanel/OuterMargin/Layout/FooterGroup/FooterLayout/Footer"]
|
||||
|
|
@ -669,4 +675,5 @@ unique_name_in_owner = true
|
|||
custom_minimum_size = Vector2(180, 44)
|
||||
layout_mode = 2
|
||||
focus_mode = 2
|
||||
focus_neighbor_left = NodePath("../ApplySettingsButton")
|
||||
text = "back"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue