2026-01-15 17:43:58 +08:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://b4ojkr2fq8xjm"]
|
2026-01-05 11:39:42 +08:00
|
|
|
|
2026-01-15 17:43:58 +08:00
|
|
|
[ext_resource type="Script" uid="uid://d1gf5wcjkwong" path="res://_ui/main_menu/main_menu.gd" id="1_102h7"]
|
2026-01-05 11:39:42 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://c673bap4b12fx" path="res://icon.svg" id="1_j8fyu"]
|
|
|
|
|
|
|
|
|
|
[node name="MainMenu" type="Control"]
|
|
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
2026-01-15 17:43:58 +08:00
|
|
|
script = ExtResource("1_102h7")
|
2026-01-05 11:39:42 +08:00
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
texture = ExtResource("1_j8fyu")
|
|
|
|
|
|
|
|
|
|
[node name="MC_Title" type="MarginContainer" parent="."]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
|
|
[node name="L_Title" type="Label" parent="MC_Title"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "游戏名称"
|
|
|
|
|
|
|
|
|
|
[node name="MC_Options" type="MarginContainer" 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="MC_Options"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="B_Start" type="Button" parent="MC_Options/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Start"
|
|
|
|
|
|
|
|
|
|
[node name="B_Continue" type="Button" parent="MC_Options/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Continue
|
|
|
|
|
"
|
|
|
|
|
|
2026-01-15 17:43:58 +08:00
|
|
|
[node name="B_Setting" type="Button" parent="MC_Options/VBoxContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Setting
|
|
|
|
|
"
|
|
|
|
|
|
2026-01-05 11:39:42 +08:00
|
|
|
[node name="B_Option" type="Button" parent="MC_Options/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Option"
|
|
|
|
|
|
|
|
|
|
[node name="B_Exit" type="Button" parent="MC_Options/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Exit"
|