30 lines
740 B
Plaintext
30 lines
740 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bhikrxp56speh"]
|
|
|
|
[ext_resource type="Script" uid="uid://bnsenuk2fe0e7" path="res://Entity/Level/start.gd" id="1_lod1w"]
|
|
|
|
[node name="Start" type="Node2D"]
|
|
script = ExtResource("1_lod1w")
|
|
|
|
[node name="UI" type="CanvasLayer" parent="."]
|
|
|
|
[node name="Select_List" type="VBoxContainer" parent="UI"]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -36.0
|
|
offset_top = -33.0
|
|
offset_right = 36.0
|
|
offset_bottom = 33.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="New" type="Button" parent="UI/Select_List"]
|
|
layout_mode = 2
|
|
text = "开始游戏"
|
|
|
|
[node name="Load" type="Button" parent="UI/Select_List"]
|
|
layout_mode = 2
|
|
text = "加载存档"
|