broken_seals/game/addons/world_generator/ui/MainScreen.tscn

48 lines
1.4 KiB
Plaintext
Raw Normal View History

2021-12-25 12:31:36 +01:00
[gd_scene load_steps=6 format=2]
2021-12-21 21:50:22 +01:00
2021-12-21 21:57:15 +01:00
[ext_resource path="res://addons/world_generator/ui/MainScreen.gd" type="Script" id=1]
2021-12-25 02:18:20 +01:00
[ext_resource path="res://addons/world_generator/ui/tabs/World.tscn" type="PackedScene" id=2]
2021-12-25 02:29:30 +01:00
[ext_resource path="res://addons/world_generator/ui/tabs/Continent.tscn" type="PackedScene" id=3]
2021-12-25 12:18:59 +01:00
[ext_resource path="res://addons/world_generator/ui/tabs/Zone.tscn" type="PackedScene" id=4]
2021-12-25 12:31:36 +01:00
[ext_resource path="res://addons/world_generator/ui/tabs/SubZone.tscn" type="PackedScene" id=5]
2021-12-21 21:57:15 +01:00
[node name="WorldGenerator" type="PanelContainer"]
2021-12-21 21:50:22 +01:00
anchor_right = 1.0
anchor_bottom = 1.0
rect_min_size = Vector2( 0, 200 )
size_flags_vertical = 3
2021-12-21 21:57:15 +01:00
script = ExtResource( 1 )
2021-12-21 21:50:22 +01:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TabContainer" type="TabContainer" parent="."]
margin_left = 7.0
margin_top = 7.0
margin_right = 1017.0
margin_bottom = 593.0
tab_align = 0
2021-12-25 02:18:20 +01:00
[node name="World" parent="TabContainer" instance=ExtResource( 2 )]
2021-12-21 21:50:22 +01:00
2021-12-25 02:29:30 +01:00
[node name="Continent" parent="TabContainer" instance=ExtResource( 3 )]
2021-12-25 02:32:00 +01:00
visible = false
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
2021-12-21 21:50:22 +01:00
2021-12-25 12:18:59 +01:00
[node name="Zone" parent="TabContainer" instance=ExtResource( 4 )]
2021-12-21 21:50:22 +01:00
visible = false
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0
2021-12-25 12:31:36 +01:00
[node name="SubZone" parent="TabContainer" instance=ExtResource( 5 )]
2021-12-21 21:50:22 +01:00
visible = false
margin_left = 4.0
margin_top = 32.0
margin_right = -4.0
margin_bottom = -4.0