Files
gduibasics/scenes/property_list/property_label.tscn
Patrick Wuttke 18dd6d61fb Refactored a lot of stuff.
Added property lists.
Renamed FileAdapter to FileSystemAdapter.
And more smaller stuff.
2021-08-21 17:15:08 +02:00

22 lines
539 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/property_list/scripts/property_label.gd" type="Script" id=1]
[node name="property_label" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="texture" type="TextureRect" parent="."]
margin_bottom = 600.0
[node name="label" type="Label" parent="."]
margin_left = 4.0
margin_top = 289.0
margin_right = 12.0
margin_bottom = 311.0