You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
721 B
Plaintext
28 lines
721 B
Plaintext
|
9 months ago
|
[gd_scene load_steps=2 format=3 uid="uid://qf04hnj26yoy"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://script/ui/hud/debug_info_item_sub.gd" id="1_vxs2m"]
|
||
|
|
|
||
|
|
[node name="DebugInfoItemSub" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 0
|
||
|
|
script = ExtResource("1_vxs2m")
|
||
|
|
metadata/_custom_type_script = ExtResource("1_vxs2m")
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="."]
|
||
|
|
layout_mode = 0
|
||
|
|
offset_top = 14.0
|
||
|
|
offset_right = 68.0
|
||
|
|
offset_bottom = 28.0
|
||
|
|
theme_override_font_sizes/font_size = 10
|
||
|
|
text = "DebugLabel"
|
||
|
|
horizontal_alignment = 2
|
||
|
|
|
||
|
|
[node name="Value" type="Label" parent="."]
|
||
|
|
layout_mode = 0
|
||
|
|
offset_left = 72.0
|
||
|
|
offset_top = 14.0
|
||
|
|
offset_right = 113.0
|
||
|
|
offset_bottom = 28.0
|
||
|
|
theme_override_font_sizes/font_size = 10
|
||
|
|
text = "Value"
|