106 lines
2.3 KiB
Text
106 lines
2.3 KiB
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Scenes/Shared/CardList.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="PickedCardList" type="VBoxContainer"]
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 761.0
|
||
|
rect_min_size = Vector2( 220, 0 )
|
||
|
size_flags_vertical = 3
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="ManeLabel" type="Label" parent="."]
|
||
|
visible = false
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 23.0
|
||
|
rect_min_size = Vector2( 0, 23 )
|
||
|
text = "Mane"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Mane" type="VBoxContainer" parent="."]
|
||
|
margin_right = 220.0
|
||
|
|
||
|
[node name="EntryLabel" type="Label" parent="."]
|
||
|
visible = false
|
||
|
margin_top = 4.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 27.0
|
||
|
rect_min_size = Vector2( 0, 23 )
|
||
|
text = "Entry"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Entry" type="VBoxContainer" parent="."]
|
||
|
margin_top = 4.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 4.0
|
||
|
|
||
|
[node name="FriendsLabel" type="Label" parent="."]
|
||
|
visible = false
|
||
|
margin_top = 8.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 31.0
|
||
|
rect_min_size = Vector2( 0, 23 )
|
||
|
text = "Friends"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Friends" type="VBoxContainer" parent="."]
|
||
|
margin_top = 8.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 8.0
|
||
|
|
||
|
[node name="ResourcesLabel" type="Label" parent="."]
|
||
|
visible = false
|
||
|
margin_top = 12.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 35.0
|
||
|
rect_min_size = Vector2( 0, 23 )
|
||
|
text = "Resources"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Resources" type="VBoxContainer" parent="."]
|
||
|
margin_top = 12.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 12.0
|
||
|
|
||
|
[node name="EventsLabel" type="Label" parent="."]
|
||
|
visible = false
|
||
|
margin_top = 16.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 39.0
|
||
|
rect_min_size = Vector2( 0, 23 )
|
||
|
text = "Events"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Events" type="VBoxContainer" parent="."]
|
||
|
margin_top = 16.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 16.0
|
||
|
|
||
|
[node name="TroublemakersLabel" type="Label" parent="."]
|
||
|
visible = false
|
||
|
margin_top = 20.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 43.0
|
||
|
rect_min_size = Vector2( 0, 23 )
|
||
|
text = "Troublemakers"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Troublemakers" type="VBoxContainer" parent="."]
|
||
|
margin_top = 20.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 20.0
|
||
|
|
||
|
[node name="ProblemsLabel" type="Label" parent="."]
|
||
|
visible = false
|
||
|
margin_top = 24.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 47.0
|
||
|
rect_min_size = Vector2( 0, 23 )
|
||
|
text = "Problems"
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Problems" type="VBoxContainer" parent="."]
|
||
|
margin_top = 24.0
|
||
|
margin_right = 220.0
|
||
|
margin_bottom = 24.0
|