chinese_chess/Scenes/Menu.tscn
2024-11-03 21:15:33 +08:00

127 lines
3.1 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cl8nkm6j8s8jh"]
[ext_resource type="Script" path="res://Scripts/Controllers/Menu.cs" id="1_chiyi"]
[ext_resource type="Theme" uid="uid://intlbeu8h82r" path="res://Asserts/defaultTheme.tres" id="1_mkeko"]
[node name="Menu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_mkeko")
script = ExtResource("1_chiyi")
metadata/_edit_horizontal_guides_ = [141.0]
[node name="Home" type="Button" parent="."]
layout_mode = 0
offset_left = 49.0
offset_top = 100.0
offset_right = 171.0
offset_bottom = 170.0
text = "返回主页"
[node name="Name" type="Control" parent="."]
anchors_preset = 0
offset_left = 215.0
offset_top = 109.0
offset_right = 697.0
offset_bottom = 168.0
[node name="Label" type="Label" parent="Name"]
layout_mode = 2
offset_left = 2.0
offset_top = 1.0
offset_right = 80.0
offset_bottom = 47.0
text = "名字"
horizontal_alignment = 1
vertical_alignment = 1
[node name="LineEdit" type="LineEdit" parent="Name"]
layout_mode = 2
offset_left = 93.0
offset_right = 320.0
offset_bottom = 50.0
[node name="Button" type="Button" parent="Name"]
layout_mode = 0
offset_left = 340.0
offset_top = 3.0
offset_right = 428.0
offset_bottom = 55.0
text = "确认修改
"
[node name="Server" type="Control" parent="."]
anchors_preset = 0
offset_left = 19.0
offset_top = 184.0
offset_right = 705.0
offset_bottom = 1198.0
[node name="ItemList" type="ItemList" parent="Server"]
layout_mode = 0
offset_left = 15.0
offset_top = 214.0
offset_right = 678.0
offset_bottom = 1059.0
[node name="ConnectServer" type="Button" parent="Server"]
layout_mode = 0
offset_left = 297.0
offset_top = 17.0
offset_right = 517.0
offset_bottom = 90.0
text = "重连服务器"
[node name="Flush" type="Button" parent="Server"]
layout_mode = 0
offset_left = 535.0
offset_top = 17.0
offset_right = 652.0
offset_bottom = 81.0
text = "Flush"
[node name="ColorRect" type="ColorRect" parent="Server"]
layout_mode = 0
offset_left = 236.0
offset_top = 35.0
offset_right = 276.0
offset_bottom = 75.0
[node name="Label" type="Label" parent="Server"]
layout_mode = 0
offset_left = 19.0
offset_top = 37.0
offset_right = 229.0
offset_bottom = 79.0
text = "服务器连接状态"
[node name="Dialogs" type="Control" parent="."]
anchors_preset = 0
[node name="AcceptDialog" type="AcceptDialog" parent="Dialogs"]
initial_position = 2
size = Vector2i(100, 118)
[node name="PopupMenu" type="PopupMenu" parent="Dialogs"]
[node name="ConfirmationDialog" type="ConfirmationDialog" parent="Dialogs"]
initial_position = 2
size = Vector2i(200, 118)
[node name="URL" type="LineEdit" parent="."]
layout_mode = 0
offset_left = 37.0
offset_top = 290.0
offset_right = 677.0
offset_bottom = 371.0
[connection signal="pressed" from="Home" to="." method="goToHome"]
[connection signal="pressed" from="Name/Button" to="." method="EnterName"]
[connection signal="item_activated" from="Server/ItemList" to="." method="OnItemSelected"]
[connection signal="pressed" from="Server/ConnectServer" to="." method="Connect"]
[connection signal="pressed" from="Server/Flush" to="." method="FlushData"]