diff options
Diffstat (limited to 'scenes/optionsmenu.tscn')
-rw-r--r-- | scenes/optionsmenu.tscn | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/scenes/optionsmenu.tscn b/scenes/optionsmenu.tscn index 76968d7..c9970f6 100644 --- a/scenes/optionsmenu.tscn +++ b/scenes/optionsmenu.tscn @@ -22,26 +22,26 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -margin_left = -154.0 +margin_left = -164.0 margin_top = -49.0 -margin_right = 154.0 +margin_right = 164.0 margin_bottom = 49.0 rect_scale = Vector2( 0.5, 0.5 ) -rect_pivot_offset = Vector2( 154, 49 ) +rect_pivot_offset = Vector2( 164, 49 ) [node name="GridContainer" type="GridContainer" parent="Control/VBoxContainer"] -margin_right = 308.0 +margin_right = 328.0 margin_bottom = 76.0 columns = 2 [node name="FullscreenLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] -margin_right = 104.0 +margin_right = 124.0 margin_bottom = 16.0 text = "Fullscreen" [node name="FullscreenCheckButton" type="CheckButton" parent="Control/VBoxContainer/GridContainer"] -margin_left = 276.0 -margin_right = 308.0 +margin_left = 296.0 +margin_right = 328.0 margin_bottom = 16.0 size_flags_horizontal = 10 @@ -53,9 +53,9 @@ size_flags_horizontal = 2 text = "Master Volume" [node name="VolumeMasterContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 108.0 +margin_left = 128.0 margin_top = 20.0 -margin_right = 308.0 +margin_right = 328.0 margin_bottom = 36.0 rect_min_size = Vector2( 200, 0 ) @@ -73,14 +73,14 @@ text = "50%" [node name="VolumeMusicLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] margin_top = 40.0 -margin_right = 104.0 +margin_right = 124.0 margin_bottom = 56.0 text = "Music Volume" [node name="VolumeMusicContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 108.0 +margin_left = 128.0 margin_top = 40.0 -margin_right = 308.0 +margin_right = 328.0 margin_bottom = 56.0 [node name="VolumeMusicSlider" type="HSlider" parent="Control/VBoxContainer/GridContainer/VolumeMusicContainer"] @@ -97,14 +97,14 @@ text = "50%" [node name="VolumeSFXLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] margin_top = 60.0 -margin_right = 104.0 +margin_right = 124.0 margin_bottom = 76.0 text = "SFX Volume" [node name="VolumeSFXContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 108.0 +margin_left = 128.0 margin_top = 60.0 -margin_right = 308.0 +margin_right = 328.0 margin_bottom = 76.0 [node name="VolumeSFXSlider" type="HSlider" parent="Control/VBoxContainer/GridContainer/VolumeSFXContainer"] @@ -121,7 +121,7 @@ text = "50%" [node name="ReturnButton" type="Button" parent="Control/VBoxContainer"] margin_top = 80.0 -margin_right = 308.0 +margin_right = 328.0 margin_bottom = 98.0 text = "Return" |