mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
min_value for volume slider set to -50 instead of -60
This commit is contained in:
parent
2dff7428a1
commit
04fc9759dc
@ -99,7 +99,7 @@ focus_neighbour_top = NodePath("../../SFX Setting/SFX Slider")
|
||||
focus_neighbour_bottom = NodePath("../../../Buttons/Dark")
|
||||
focus_next = NodePath("../../../Buttons/Dark")
|
||||
focus_previous = NodePath("../../SFX Setting/SFX Slider")
|
||||
min_value = -60.0
|
||||
min_value = -50.0
|
||||
max_value = 0.0
|
||||
tick_count = 11
|
||||
ticks_on_borders = true
|
||||
|
Loading…
Reference in New Issue
Block a user