Pause menu options

This commit is contained in:
2025-09-13 00:55:52 +02:00
parent 77d84d1bfa
commit 359ceed121
2 changed files with 7 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
[node name="options" type="GridContainer" parent="VBoxContainer/MarginContainer"]
custom_minimum_size = Vector2(300, 0)
custom_minimum_size = Vector2(400, 0)
layout_mode = 2
size_flags_vertical = 6
theme_override_constants/h_separation = 40

View File

@@ -33,10 +33,12 @@ visible = false
layout_mode = 1
[node name="options" parent="." instance=ExtResource("2")]
visible = false
anchors_preset = 0
anchor_right = 0.0
anchor_bottom = 0.0
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1