From 41f50dd070e3f657ae640fe2647bb6f25de86e29 Mon Sep 17 00:00:00 2001 From: chen Date: Tue, 4 Aug 2026 00:10:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E8=8F=9C=E5=8D=95=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=BB=84=E8=87=AA=E9=80=82=E5=BA=94=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=EF=BC=8C=E5=A2=9E=E5=A4=A7=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Panels/MainMenu/MainMenu.tscn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/UI/Panels/MainMenu/MainMenu.tscn b/src/UI/Panels/MainMenu/MainMenu.tscn index 9264b30..dcd3e6d 100644 --- a/src/UI/Panels/MainMenu/MainMenu.tscn +++ b/src/UI/Panels/MainMenu/MainMenu.tscn @@ -35,41 +35,41 @@ offset_bottom = 260.0 grow_horizontal = 2 [node name="ButtonGroup" type="VBoxContainer" parent="." unique_id=569064410] -layout_mode = 0 -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -offset_left = -100.0 -offset_top = -80.0 -offset_right = 100.0 -offset_bottom = 80.0 +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 16 +alignment = 1 [node name="NewGame" type="Button" parent="ButtonGroup" unique_id=835084060] custom_minimum_size = Vector2(200, 48) layout_mode = 2 theme_override_fonts/font = ExtResource("3_q7typ") +theme_override_font_sizes/font_size = 32 text = "新游戏" [node name="LoadGame" type="Button" parent="ButtonGroup" unique_id=2093610529] custom_minimum_size = Vector2(200, 48) layout_mode = 2 theme_override_fonts/font = ExtResource("3_q7typ") +theme_override_font_sizes/font_size = 32 text = "读取存档" [node name="Settings" type="Button" parent="ButtonGroup" unique_id=2045302694] custom_minimum_size = Vector2(200, 48) layout_mode = 2 theme_override_fonts/font = ExtResource("3_q7typ") +theme_override_font_sizes/font_size = 32 text = "设置" [node name="Quit" type="Button" parent="ButtonGroup" unique_id=818112870] custom_minimum_size = Vector2(200, 48) layout_mode = 2 theme_override_fonts/font = ExtResource("3_q7typ") +theme_override_font_sizes/font_size = 32 text = "退出" [node name="SavePanel" parent="." unique_id=619488443 instance=ExtResource("3_wrf65")]