[gd_scene load_steps=2 format=3 uid="uid://c3mxv7d1qw7ba"] [ext_resource type="Script" path="res://scripts/ui/UI_MainMenu.gd" id="1_main_menu"] [node name="mainMenuScene" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_main_menu") [node name="centerContainer" type="CenterContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="vboxContainer" type="VBoxContainer" parent="centerContainer"] layout_mode = 2 theme_override_constants/separation = 20 [node name="welcomeLabel" type="Label" parent="centerContainer/vboxContainer"] layout_mode = 2 text = "欢迎来到鲸鱼小镇!" horizontal_alignment = 1 [node name="userInfoLabel" type="Label" parent="centerContainer/vboxContainer"] layout_mode = 2 text = "用户名:-- 等级:--" horizontal_alignment = 1 [node name="logoutButton" type="Button" parent="centerContainer/vboxContainer"] custom_minimum_size = Vector2(200, 40) layout_mode = 2 text = "退出登录"