Added property lists. Renamed FileAdapter to FileSystemAdapter. And more smaller stuff.
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/scripts/types/misc/constraints/dynamic_grid_constraints.gd" type="Script" id=2]
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/property_list/scripts/header.gd" type="Script" id=3]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 0, 0, 0, 0.627451 )
|
|
corner_radius_top_left = 2
|
|
corner_radius_top_right = 2
|
|
corner_radius_bottom_right = 2
|
|
corner_radius_bottom_left = 2
|
|
|
|
[node name="header" type="PanelContainer"]
|
|
margin_right = 198.0
|
|
margin_bottom = 22.0
|
|
size_flags_horizontal = 3
|
|
custom_styles/panel = SubResource( 1 )
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="header_info" type="HBoxContainer" parent="."]
|
|
margin_right = 198.0
|
|
margin_bottom = 22.0
|
|
alignment = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="texture" type="TextureRect" parent="header_info"]
|
|
margin_left = 70.0
|
|
margin_right = 70.0
|
|
margin_bottom = 22.0
|
|
|
|
[node name="label" type="Label" parent="header_info"]
|
|
margin_left = 74.0
|
|
margin_right = 128.0
|
|
margin_bottom = 22.0
|
|
text = "Header"
|
|
|
|
[node name="constraints" type="Node" parent="."]
|
|
script = ExtResource( 2 )
|
|
colspan = 2
|