feat: 重构多人游戏界面和代码,使用文件存储游戏配置,重构底层代码
This commit is contained in:
17
Scenes/Entities/ServerStatus.tscn
Normal file
17
Scenes/Entities/ServerStatus.tscn
Normal file
@ -0,0 +1,17 @@
|
||||
[gd_scene format=3 uid="uid://pc83bstfltn"]
|
||||
|
||||
[node name="ServerStatus" type="HBoxContainer"]
|
||||
anchors_preset = -1
|
||||
anchor_right = 0.176389
|
||||
anchor_bottom = 0.0179687
|
||||
offset_right = -126.0
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
text = "Server Status"
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
custom_minimum_size = Vector2(15, 15)
|
||||
layout_mode = 2
|
Reference in New Issue
Block a user