parent
6ae62ebf26
commit
77484280fd
@ -0,0 +1,10 @@ |
|||||||
|
[gd_scene load_steps=3 format=3 uid="uid://cse4iyyi4uxwr"] |
||||||
|
|
||||||
|
[ext_resource type="PackedScene" uid="uid://bu3wxccl25jw1" path="res://node_2d.tscn" id="1_e2o6t"] |
||||||
|
[ext_resource type="PackedScene" uid="uid://db7vs6thstrxt" path="res://select.tscn" id="2_feb5d"] |
||||||
|
|
||||||
|
[node name="Game" type="Node"] |
||||||
|
|
||||||
|
[node name="Town" parent="." instance=ExtResource("1_e2o6t")] |
||||||
|
|
||||||
|
[node name="Select" parent="." instance=ExtResource("2_feb5d")] |
||||||
@ -0,0 +1,62 @@ |
|||||||
|
[gd_scene format=3 uid="uid://db7vs6thstrxt"] |
||||||
|
|
||||||
|
[node name="Select" type="Control"] |
||||||
|
layout_mode = 3 |
||||||
|
anchors_preset = 15 |
||||||
|
anchor_right = 1.0 |
||||||
|
anchor_bottom = 1.0 |
||||||
|
grow_horizontal = 2 |
||||||
|
grow_vertical = 2 |
||||||
|
|
||||||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."] |
||||||
|
layout_mode = 1 |
||||||
|
anchors_preset = 11 |
||||||
|
anchor_left = 1.0 |
||||||
|
anchor_right = 1.0 |
||||||
|
anchor_bottom = 1.0 |
||||||
|
offset_left = -261.0 |
||||||
|
grow_horizontal = 0 |
||||||
|
grow_vertical = 2 |
||||||
|
|
||||||
|
[node name="TabContainer" type="TabContainer" parent="."] |
||||||
|
layout_mode = 1 |
||||||
|
anchors_preset = 11 |
||||||
|
anchor_left = 1.0 |
||||||
|
anchor_right = 1.0 |
||||||
|
anchor_bottom = 1.0 |
||||||
|
offset_left = -341.0 |
||||||
|
grow_horizontal = 0 |
||||||
|
grow_vertical = 2 |
||||||
|
current_tab = 3 |
||||||
|
clip_tabs = false |
||||||
|
|
||||||
|
[node name="Maisons" type="ItemList" parent="TabContainer"] |
||||||
|
visible = false |
||||||
|
layout_mode = 2 |
||||||
|
item_count = 2 |
||||||
|
item_0/text = "Moulin" |
||||||
|
item_1/text = "Tour" |
||||||
|
metadata/_tab_index = 0 |
||||||
|
|
||||||
|
[node name="Bâtiments" type="ItemList" parent="TabContainer"] |
||||||
|
visible = false |
||||||
|
layout_mode = 2 |
||||||
|
item_count = 2 |
||||||
|
item_0/text = "Moulin" |
||||||
|
item_1/text = "Tour" |
||||||
|
metadata/_tab_index = 1 |
||||||
|
|
||||||
|
[node name="Végétation" type="ItemList" parent="TabContainer"] |
||||||
|
visible = false |
||||||
|
layout_mode = 2 |
||||||
|
item_count = 2 |
||||||
|
item_0/text = "Moulin" |
||||||
|
item_1/text = "Tour" |
||||||
|
metadata/_tab_index = 2 |
||||||
|
|
||||||
|
[node name="Sol" type="ItemList" parent="TabContainer"] |
||||||
|
layout_mode = 2 |
||||||
|
item_count = 2 |
||||||
|
item_0/text = "Moulin" |
||||||
|
item_1/text = "Tour" |
||||||
|
metadata/_tab_index = 3 |
||||||
Loading…
Reference in new issue