feat: 完成设置部分和游戏内房主房客身份及IP地址的识别
This commit is contained in:
+30
-1
@@ -1,3 +1,32 @@
|
||||
[gd_scene format=3 uid="uid://3gquhwcjfis7"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://3gquhwcjfis7"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://c2bipf4tpdjj8" path="res://assets/fonts/AlibabaPuHuiTi-3-65-Medium.ttf" id="1_uwrxv"]
|
||||
[ext_resource type="Script" uid="uid://78lmrp321x85" path="res://scripts/game/game.gd" id="1_yqjtg"]
|
||||
|
||||
[node name="Game" type="Node2D"]
|
||||
script = ExtResource("1_yqjtg")
|
||||
|
||||
[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="IsServerLabel" type="Label" parent="."]
|
||||
offset_left = 30.0
|
||||
offset_top = 11.0
|
||||
offset_right = 227.0
|
||||
offset_bottom = 59.0
|
||||
theme_override_fonts/font = ExtResource("1_uwrxv")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "啊啊啊啊啊:啊啊啊啊"
|
||||
|
||||
[node name="IPLabel" type="Label" parent="."]
|
||||
offset_left = 948.0
|
||||
offset_top = 11.0
|
||||
offset_right = 1052.0
|
||||
offset_bottom = 46.0
|
||||
theme_override_fonts/font = ExtResource("1_uwrxv")
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "127.0.0.2"
|
||||
|
||||
Reference in New Issue
Block a user