diff options
Diffstat (limited to 'scenes/optionsmenu.tscn')
-rw-r--r-- | scenes/optionsmenu.tscn | 112 |
1 files changed, 56 insertions, 56 deletions
diff --git a/scenes/optionsmenu.tscn b/scenes/optionsmenu.tscn index c9970f6..187b7e1 100644 --- a/scenes/optionsmenu.tscn +++ b/scenes/optionsmenu.tscn @@ -22,107 +22,107 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -margin_left = -164.0 -margin_top = -49.0 -margin_right = 164.0 -margin_bottom = 49.0 -rect_scale = Vector2( 0.5, 0.5 ) -rect_pivot_offset = Vector2( 164, 49 ) +offset_left = -164.0 +offset_top = -49.0 +offset_right = 164.0 +offset_bottom = 49.0 +scale = Vector2( 0.5, 0.5 ) +pivot_offset = Vector2( 164, 49 ) [node name="GridContainer" type="GridContainer" parent="Control/VBoxContainer"] -margin_right = 328.0 -margin_bottom = 76.0 +offset_right = 328.0 +offset_bottom = 76.0 columns = 2 [node name="FullscreenLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] -margin_right = 124.0 -margin_bottom = 16.0 +offset_right = 124.0 +offset_bottom = 16.0 text = "Fullscreen" [node name="FullscreenCheckButton" type="CheckButton" parent="Control/VBoxContainer/GridContainer"] -margin_left = 296.0 -margin_right = 328.0 -margin_bottom = 16.0 +offset_left = 296.0 +offset_right = 328.0 +offset_bottom = 16.0 size_flags_horizontal = 10 [node name="VolumeMasterLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] -margin_top = 20.0 -margin_right = 104.0 -margin_bottom = 36.0 +offset_top = 20.0 +offset_right = 104.0 +offset_bottom = 36.0 size_flags_horizontal = 2 text = "Master Volume" [node name="VolumeMasterContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 128.0 -margin_top = 20.0 -margin_right = 328.0 -margin_bottom = 36.0 -rect_min_size = Vector2( 200, 0 ) +offset_left = 128.0 +offset_top = 20.0 +offset_right = 328.0 +offset_bottom = 36.0 +custom_minimum_size = Vector2( 200, 0 ) [node name="VolumeMasterSlider" type="HSlider" parent="Control/VBoxContainer/GridContainer/VolumeMasterContainer"] -margin_right = 150.0 -margin_bottom = 16.0 -rect_min_size = Vector2( 150, 0 ) +offset_right = 150.0 +offset_bottom = 16.0 +custom_minimum_size = Vector2( 150, 0 ) [node name="VolumeMasterValue" type="Label" parent="Control/VBoxContainer/GridContainer/VolumeMasterContainer"] -margin_left = 176.0 -margin_right = 200.0 -margin_bottom = 16.0 +offset_left = 176.0 +offset_right = 200.0 +offset_bottom = 16.0 size_flags_horizontal = 10 text = "50%" [node name="VolumeMusicLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] -margin_top = 40.0 -margin_right = 124.0 -margin_bottom = 56.0 +offset_top = 40.0 +offset_right = 124.0 +offset_bottom = 56.0 text = "Music Volume" [node name="VolumeMusicContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 128.0 -margin_top = 40.0 -margin_right = 328.0 -margin_bottom = 56.0 +offset_left = 128.0 +offset_top = 40.0 +offset_right = 328.0 +offset_bottom = 56.0 [node name="VolumeMusicSlider" type="HSlider" parent="Control/VBoxContainer/GridContainer/VolumeMusicContainer"] -margin_right = 150.0 -margin_bottom = 16.0 -rect_min_size = Vector2( 150, 0 ) +offset_right = 150.0 +offset_bottom = 16.0 +custom_minimum_size = Vector2( 150, 0 ) [node name="VolumeMusicValue" type="Label" parent="Control/VBoxContainer/GridContainer/VolumeMusicContainer"] -margin_left = 176.0 -margin_right = 200.0 -margin_bottom = 16.0 +offset_left = 176.0 +offset_right = 200.0 +offset_bottom = 16.0 size_flags_horizontal = 10 text = "50%" [node name="VolumeSFXLabel" type="Label" parent="Control/VBoxContainer/GridContainer"] -margin_top = 60.0 -margin_right = 124.0 -margin_bottom = 76.0 +offset_top = 60.0 +offset_right = 124.0 +offset_bottom = 76.0 text = "SFX Volume" [node name="VolumeSFXContainer" type="HBoxContainer" parent="Control/VBoxContainer/GridContainer"] -margin_left = 128.0 -margin_top = 60.0 -margin_right = 328.0 -margin_bottom = 76.0 +offset_left = 128.0 +offset_top = 60.0 +offset_right = 328.0 +offset_bottom = 76.0 [node name="VolumeSFXSlider" type="HSlider" parent="Control/VBoxContainer/GridContainer/VolumeSFXContainer"] -margin_right = 150.0 -margin_bottom = 16.0 -rect_min_size = Vector2( 150, 0 ) +offset_right = 150.0 +offset_bottom = 16.0 +custom_minimum_size = Vector2( 150, 0 ) [node name="VolumeSFXValue" type="Label" parent="Control/VBoxContainer/GridContainer/VolumeSFXContainer"] -margin_left = 176.0 -margin_right = 200.0 -margin_bottom = 16.0 +offset_left = 176.0 +offset_right = 200.0 +offset_bottom = 16.0 size_flags_horizontal = 10 text = "50%" [node name="ReturnButton" type="Button" parent="Control/VBoxContainer"] -margin_top = 80.0 -margin_right = 328.0 -margin_bottom = 98.0 +offset_top = 80.0 +offset_right = 328.0 +offset_bottom = 98.0 text = "Return" [connection signal="toggled" from="Control/VBoxContainer/GridContainer/FullscreenCheckButton" to="." method="_on_FullscreenCheckButton_toggled"] |