Files
game/scenes/game.tscn
T

55 lines
1.7 KiB
Plaintext
Raw Normal View History

2026-01-29 19:54:18 +08:00
[gd_scene 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"]
2026-01-02 20:05:57 +08:00
2026-01-29 19:54:18 +08:00
[node name="Game" type="Node2D" unique_id=818469863]
script = ExtResource("1_yqjtg")
2026-01-29 19:54:18 +08:00
[node name="Background" type="ColorRect" parent="." unique_id=802635055]
offset_left = -34.0
offset_top = -27.0
2026-02-16 20:39:58 +08:00
offset_right = 2594.0
offset_bottom = 1476.0
color = Color(0.7058824, 0.6862745, 0, 1)
2026-01-29 19:54:18 +08:00
[node name="IsServerLabel" type="Label" parent="." unique_id=592205212]
2026-01-21 14:53:30 +08:00
offset_left = 58.0
offset_top = 15.0
offset_right = 255.0
offset_bottom = 63.0
theme_override_fonts/font = ExtResource("1_uwrxv")
theme_override_font_sizes/font_size = 20
text = "啊啊啊啊啊:啊啊啊啊"
2026-01-29 19:54:18 +08:00
[node name="IPLabel" type="Label" parent="." unique_id=2017838611]
2026-01-21 14:53:30 +08:00
offset_left = 54.0
offset_top = 53.0
offset_right = 156.0
offset_bottom = 98.0
theme_override_fonts/font = ExtResource("1_uwrxv")
theme_override_font_sizes/font_size = 24
text = "127.0.0.2"
2026-01-21 14:53:30 +08:00
2026-01-29 19:54:18 +08:00
[node name="Player1" type="Node2D" parent="." unique_id=1336934388]
2026-01-21 14:53:30 +08:00
2026-01-29 19:54:18 +08:00
[node name="Username" type="Label" parent="Player1" unique_id=264475054]
2026-02-16 20:39:58 +08:00
offset_left = 70.0
offset_top = 1338.0
offset_right = 552.0
offset_bottom = 1396.0
2026-01-21 14:53:30 +08:00
theme_override_fonts/font = ExtResource("1_uwrxv")
theme_override_font_sizes/font_size = 35
text = "Player1"
2026-01-29 19:54:18 +08:00
[node name="Player2" type="Node2D" parent="." unique_id=1559551502]
2026-01-21 14:53:30 +08:00
2026-01-29 19:54:18 +08:00
[node name="Username" type="Label" parent="Player2" unique_id=1130366682]
2026-02-16 20:39:58 +08:00
offset_left = 2121.0
offset_top = 36.0
offset_right = 2434.0
offset_bottom = 94.0
2026-01-21 14:53:30 +08:00
theme_override_fonts/font = ExtResource("1_uwrxv")
theme_override_font_sizes/font_size = 35
text = "Player2"