You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
44 lines
1.1 KiB
[gd_scene load_steps=2 format=3 uid="uid://dxnmltew81ny0"]
|
|
|
|
[ext_resource type="Script" path="res://Scenes/Main.cs" id="1_kso8c"]
|
|
|
|
[node name="Main" 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_kso8c")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 23.0
|
|
text = "The Country of Mountains and Seas"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -52.5
|
|
offset_top = -20.0
|
|
offset_right = 52.5
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ButtonBattleDemo" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "战斗场景 Demo"
|
|
|
|
[node name="ButtonExit" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "退出"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/ButtonBattleDemo" to="." method="_On_button_battle_demo_pressed"]
|
|
[connection signal="button_up" from="VBoxContainer/ButtonExit" to="." method="_on_button_exit_button_up"]
|