mirror of
https://github.com/Relintai/utilities_gamedev.git
synced 2025-03-10 18:23:29 +01:00
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/world_generator/ui/tabs/SubZone.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://addons/world_generator/ui/ResourcePropertyList.tscn" type="PackedScene" id=2]
|
||
|
|
||
|
[node name="SubZone" type="HBoxContainer"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="ContinentOptionButton" type="OptionButton" parent="VBoxContainer"]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 20.0
|
||
|
|
||
|
[node name="ZoneOptionButton" type="OptionButton" parent="VBoxContainer"]
|
||
|
margin_top = 24.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 44.0
|
||
|
|
||
|
[node name="SubZoneOptionButton" type="OptionButton" parent="VBoxContainer"]
|
||
|
margin_top = 48.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 68.0
|
||
|
|
||
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
||
|
margin_top = 72.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="ResourcePropertyList" parent="VBoxContainer/HBoxContainer2" instance=ExtResource( 2 )]
|
||
|
anchor_right = 0.0
|
||
|
anchor_bottom = 0.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 528.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|