diff options
author | Logan <logan@cflip.net> | 2023-02-02 18:46:04 -0700 |
---|---|---|
committer | Logan <logan@cflip.net> | 2023-02-02 18:46:04 -0700 |
commit | 5e6d1b25330c8246dba43dbc232e8787b40a0ab4 (patch) | |
tree | fee475f16fc23e4b8b20df58f7554395afce0cc8 /scenes/optionsmenu.tscn | |
parent | 818f5ef03baa353b96aadd5b100c1f6ca6b7fedb (diff) |
Refactored optionsmenu script and scene
Diffstat (limited to 'scenes/optionsmenu.tscn')
-rw-r--r-- | scenes/optionsmenu.tscn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scenes/optionsmenu.tscn b/scenes/optionsmenu.tscn index e58dd5a..76968d7 100644 --- a/scenes/optionsmenu.tscn +++ b/scenes/optionsmenu.tscn @@ -63,8 +63,6 @@ rect_min_size = Vector2( 200, 0 ) margin_right = 150.0 margin_bottom = 16.0 rect_min_size = Vector2( 150, 0 ) -min_value = -50.0 -max_value = 50.0 [node name="VolumeMasterValue" type="Label" parent="Control/VBoxContainer/GridContainer/VolumeMasterContainer"] margin_left = 176.0 @@ -89,8 +87,6 @@ margin_bottom = 56.0 margin_right = 150.0 margin_bottom = 16.0 rect_min_size = Vector2( 150, 0 ) -min_value = -50.0 -max_value = 50.0 [node name="VolumeMusicValue" type="Label" parent="Control/VBoxContainer/GridContainer/VolumeMusicContainer"] margin_left = 176.0 @@ -115,8 +111,6 @@ margin_bottom = 76.0 margin_right = 150.0 margin_bottom = 16.0 rect_min_size = Vector2( 150, 0 ) -min_value = -50.0 -max_value = 50.0 [node name="VolumeSFXValue" type="Label" parent="Control/VBoxContainer/GridContainer/VolumeSFXContainer"] margin_left = 176.0 |