15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
|
|
[gd_scene format=3 uid="uid://ctpm1isydoxy"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://dnw30w3hpedur" path="res://debug_object.gd" id="1_vr84h"]
|
||
|
|
|
||
|
|
[node name="DebugObject" type="HBoxContainer" unique_id=670838278]
|
||
|
|
script = ExtResource("1_vr84h")
|
||
|
|
|
||
|
|
[node name="DebugLabel" type="Label" parent="." unique_id=204413732]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "SomeVariable: "
|
||
|
|
|
||
|
|
[node name="DebugValue" type="Label" parent="." unique_id=1444599920]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "SomeValue"
|