diff options
Diffstat (limited to 'scenes/optionsmenu.tscn')
-rw-r--r-- | scenes/optionsmenu.tscn | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/scenes/optionsmenu.tscn b/scenes/optionsmenu.tscn index c3f7338..e58dd5a 100644 --- a/scenes/optionsmenu.tscn +++ b/scenes/optionsmenu.tscn @@ -4,17 +4,14 @@ [ext_resource path="res://theme_data/interface_theme.tres" type="Theme" id=3] [node name="OptionsMenu" type="Control"] -margin_right = 214.0 -margin_bottom = 120.0 +anchor_right = 1.0 +anchor_bottom = 1.0 theme = ExtResource( 3 ) script = ExtResource( 2 ) [node name="Control" type="Control" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 -margin_right = 321.0 -margin_bottom = 180.0 -rect_scale = Vector2( 0.4, 0.4 ) [node name="Panel" type="Panel" parent="Control"] anchor_right = 1.0 @@ -25,24 +22,26 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -margin_left = -165.5 +margin_left = -154.0 margin_top = -49.0 -margin_right = 165.5 +margin_right = 154.0 margin_bottom = 49.0 +rect_scale = Vector2( 0.5, 0.5 ) +rect_pivot_offset = Vector2( 154, 49 ) [node name="GridContainer" type="GridContainer" parent="Control/VBoxContainer"] -margin_right = 331.0 +margin_right = 308.0 margin_bottom = 76.0 columns = 2 [node name="FullscreenLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] -margin_right = 127.0 +margin_right = 104.0 margin_bottom = 16.0 text = "Fullscreen" [node name="FullscreenCheckButton" type="CheckButton" parent="Control/VBoxContainer/GridContainer"] -margin_left = 299.0 -margin_right = 331.0 +margin_left = 276.0 +margin_right = 308.0 margin_bottom = 16.0 size_flags_horizontal = 10 @@ -54,9 +53,9 @@ size_flags_horizontal = 2 text = "Master Volume" [node name="VolumeMasterContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 131.0 +margin_left = 108.0 margin_top = 20.0 -margin_right = 331.0 +margin_right = 308.0 margin_bottom = 36.0 rect_min_size = Vector2( 200, 0 ) @@ -76,14 +75,14 @@ text = "50%" [node name="VolumeMusicLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] margin_top = 40.0 -margin_right = 127.0 +margin_right = 104.0 margin_bottom = 56.0 text = "Music Volume" [node name="VolumeMusicContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 131.0 +margin_left = 108.0 margin_top = 40.0 -margin_right = 331.0 +margin_right = 308.0 margin_bottom = 56.0 [node name="VolumeMusicSlider" type="HSlider" parent="Control/VBoxContainer/GridContainer/VolumeMusicContainer"] @@ -102,14 +101,14 @@ text = "50%" [node name="VolumeSFXLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] margin_top = 60.0 -margin_right = 127.0 +margin_right = 104.0 margin_bottom = 76.0 text = "SFX Volume" [node name="VolumeSFXContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 131.0 +margin_left = 108.0 margin_top = 60.0 -margin_right = 331.0 +margin_right = 308.0 margin_bottom = 76.0 [node name="VolumeSFXSlider" type="HSlider" parent="Control/VBoxContainer/GridContainer/VolumeSFXContainer"] @@ -128,7 +127,7 @@ text = "50%" [node name="ReturnButton" type="Button" parent="Control/VBoxContainer"] margin_top = 80.0 -margin_right = 331.0 +margin_right = 308.0 margin_bottom = 98.0 text = "Return" |