16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://pajtgwby216c"]
|
|
|
|
[ext_resource type="Script" path="res://Inspector/InspectorDisplay.gd" id="1_xxjs0"]
|
|
|
|
[node name="InspectorDisplay" type="HBoxContainer"]
|
|
script = ExtResource("1_xxjs0")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "<Label>"
|
|
|
|
[node name="Value" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "<Value>"
|