mlpcardgame/Scenes/Draft.tscn

257 lines
6.4 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Scenes/Scripts/Draft.gd" type="Script" id=1]
[ext_resource path="res://MLPAssets/Background/hall.png" type="Texture" id=2]
[ext_resource path="res://MLPAssets/Placeholders/unknowncard.jpg" type="Texture" id=3]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="hall" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
texture = ExtResource( 2 )
expand = true
stretch_mode = 6
[node name="PickedCardListScroll" type="ScrollContainer" parent="."]
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -248.0
margin_top = 20.0
margin_right = -10.0
margin_bottom = -20.0
mouse_filter = 1
scroll_horizontal_enabled = false
[node name="PickedCardList" type="VBoxContainer" parent="PickedCardListScroll"]
margin_right = 220.0
margin_bottom = 760.0
rect_min_size = Vector2( 220, 0 )
size_flags_vertical = 3
[node name="ManeLabel" type="Label" parent="PickedCardListScroll/PickedCardList"]
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="PickedCardListScroll/PickedCardList"]
margin_right = 220.0
[node name="EntryLabel" type="Label" parent="PickedCardListScroll/PickedCardList"]
visible = false
margin_top = 31.0
margin_right = 220.0
margin_bottom = 54.0
rect_min_size = Vector2( 0, 23 )
text = "Entry"
valign = 1
[node name="Entry" type="VBoxContainer" parent="PickedCardListScroll/PickedCardList"]
margin_top = 4.0
margin_right = 220.0
margin_bottom = 4.0
[node name="FriendsLabel" type="Label" parent="PickedCardListScroll/PickedCardList"]
visible = false
margin_top = 62.0
margin_right = 220.0
margin_bottom = 85.0
rect_min_size = Vector2( 0, 23 )
text = "Friends"
valign = 1
[node name="Friends" type="VBoxContainer" parent="PickedCardListScroll/PickedCardList"]
margin_top = 8.0
margin_right = 220.0
margin_bottom = 8.0
[node name="ResourcesLabel" type="Label" parent="PickedCardListScroll/PickedCardList"]
visible = false
margin_top = 93.0
margin_right = 220.0
margin_bottom = 116.0
rect_min_size = Vector2( 0, 23 )
text = "Resources"
valign = 1
[node name="Resources" type="VBoxContainer" parent="PickedCardListScroll/PickedCardList"]
margin_top = 12.0
margin_right = 220.0
margin_bottom = 12.0
[node name="EventsLabel" type="Label" parent="PickedCardListScroll/PickedCardList"]
visible = false
margin_top = 124.0
margin_right = 220.0
margin_bottom = 147.0
rect_min_size = Vector2( 0, 23 )
text = "Events"
valign = 1
[node name="Events" type="VBoxContainer" parent="PickedCardListScroll/PickedCardList"]
margin_top = 16.0
margin_right = 220.0
margin_bottom = 16.0
[node name="TroublemakersLabel" type="Label" parent="PickedCardListScroll/PickedCardList"]
visible = false
margin_top = 155.0
margin_right = 220.0
margin_bottom = 178.0
rect_min_size = Vector2( 0, 23 )
text = "Troublemakers"
valign = 1
[node name="Troublemakers" type="VBoxContainer" parent="PickedCardListScroll/PickedCardList"]
margin_top = 20.0
margin_right = 220.0
margin_bottom = 20.0
[node name="ProblemsLabel" type="Label" parent="PickedCardListScroll/PickedCardList"]
visible = false
margin_top = 186.0
margin_right = 220.0
margin_bottom = 209.0
rect_min_size = Vector2( 0, 23 )
text = "Problems"
valign = 1
[node name="Problems" type="VBoxContainer" parent="PickedCardListScroll/PickedCardList"]
margin_top = 24.0
margin_right = 220.0
margin_bottom = 24.0
[node name="Cards" type="GridContainer" parent="."]
editor/display_folded = true
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 234.076
margin_top = 40.1522
margin_right = 400.0
margin_bottom = 688.152
grow_horizontal = 2
grow_vertical = 2
rect_scale = Vector2( 0.5, 0.5 )
columns = 4
[node name="unknowncard" type="TextureRect" parent="Cards"]
margin_right = 344.0
margin_bottom = 480.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard8" type="TextureRect" parent="Cards"]
margin_left = 348.0
margin_right = 692.0
margin_bottom = 480.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard4" type="TextureRect" parent="Cards"]
margin_left = 696.0
margin_right = 1040.0
margin_bottom = 480.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard10" type="TextureRect" parent="Cards"]
margin_left = 1044.0
margin_right = 1388.0
margin_bottom = 480.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard2" type="TextureRect" parent="Cards"]
margin_top = 484.0
margin_right = 344.0
margin_bottom = 964.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard7" type="TextureRect" parent="Cards"]
margin_left = 348.0
margin_top = 484.0
margin_right = 692.0
margin_bottom = 964.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard5" type="TextureRect" parent="Cards"]
margin_left = 696.0
margin_top = 484.0
margin_right = 1040.0
margin_bottom = 964.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard12" type="TextureRect" parent="Cards"]
margin_left = 1044.0
margin_top = 484.0
margin_right = 1388.0
margin_bottom = 964.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard3" type="TextureRect" parent="Cards"]
margin_top = 968.0
margin_right = 344.0
margin_bottom = 1448.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard9" type="TextureRect" parent="Cards"]
margin_left = 348.0
margin_top = 968.0
margin_right = 692.0
margin_bottom = 1448.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard6" type="TextureRect" parent="Cards"]
margin_left = 696.0
margin_top = 968.0
margin_right = 1040.0
margin_bottom = 1448.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6
[node name="unknowncard11" type="TextureRect" parent="Cards"]
margin_left = 1044.0
margin_top = 968.0
margin_right = 1388.0
margin_bottom = 1448.0
rect_min_size = Vector2( 344, 480 )
texture = ExtResource( 3 )
expand = true
stretch_mode = 6