feat: 完成设置部分和游戏内房主房客身份及IP地址的识别
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bxbycggrcmo3q"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://deltvf06kqovt" path="res://scripts/settings/settings.gd" id="1_r6d6q"]
|
||||
[ext_resource type="FontFile" uid="uid://c2bipf4tpdjj8" path="res://assets/fonts/AlibabaPuHuiTi-3-65-Medium.ttf" id="2_6wm04"]
|
||||
|
||||
[node name="Settings" type="Node2D"]
|
||||
script = ExtResource("1_r6d6q")
|
||||
|
||||
[node name="Background" type="ColorRect" parent="."]
|
||||
offset_left = -34.0
|
||||
offset_top = -27.0
|
||||
offset_right = 1186.0
|
||||
offset_bottom = 694.0
|
||||
color = Color(0.7058824, 0.6862745, 0, 1)
|
||||
|
||||
[node name="DataSetting" type="Node2D" parent="."]
|
||||
|
||||
[node name="DataSetLabel" type="Label" parent="DataSetting"]
|
||||
offset_left = 45.0
|
||||
offset_top = 28.0
|
||||
offset_right = 193.0
|
||||
offset_bottom = 90.0
|
||||
theme_override_fonts/font = ExtResource("2_6wm04")
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "数据源设置"
|
||||
|
||||
[node name="LineEdit" type="LineEdit" parent="DataSetting"]
|
||||
offset_left = 217.0
|
||||
offset_top = 18.0
|
||||
offset_right = 874.0
|
||||
offset_bottom = 81.0
|
||||
theme_override_fonts/font = ExtResource("2_6wm04")
|
||||
theme_override_font_sizes/font_size = 24
|
||||
|
||||
[node name="SaveButton" type="Button" parent="."]
|
||||
offset_left = 56.0
|
||||
offset_top = 520.0
|
||||
offset_right = 220.0
|
||||
offset_bottom = 597.0
|
||||
theme_override_fonts/font = ExtResource("2_6wm04")
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "保存设置"
|
||||
|
||||
[node name="CancelButton" type="Button" parent="."]
|
||||
offset_left = 243.0
|
||||
offset_top = 514.0
|
||||
offset_right = 419.0
|
||||
offset_bottom = 603.0
|
||||
theme_override_fonts/font = ExtResource("2_6wm04")
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "取消"
|
||||
|
||||
[connection signal="pressed" from="SaveButton" to="." method="_on_save_button_pressed"]
|
||||
[connection signal="pressed" from="CancelButton" to="." method="_on_cancel_button_pressed"]
|
||||
Reference in New Issue
Block a user