Added property lists. Renamed FileAdapter to FileSystemAdapter. And more smaller stuff.
22 lines
539 B
Plaintext
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
|