Split client and server
This commit is contained in:
15
client/ui/debug/DebugLabel.tscn
Normal file
15
client/ui/debug/DebugLabel.tscn
Normal file
@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cch67vqpsmtej"]
|
||||
|
||||
[ext_resource type="Script" path="res://ui/debug/DebugLabel.gd" id="1_xfly0"]
|
||||
[ext_resource type="Script" path="res://ui/debug/DebugLabelText.gd" id="2_i4ix0"]
|
||||
|
||||
[node name="Container" type="HBoxContainer"]
|
||||
script = ExtResource("1_xfly0")
|
||||
|
||||
[node name="Text" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = ":"
|
||||
script = ExtResource("2_i4ix0")
|
||||
|
||||
[node name="Value" type="Label" parent="."]
|
||||
layout_mode = 2
|
Reference in New Issue
Block a user