[gd_scene load_steps=5 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://Scenes/Shared/CardList.tscn" type="PackedScene" id=3] [ext_resource path="res://Scenes/DeckBuilder/CardZoom.tscn" type="PackedScene" id=4] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 margin_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 3 size_flags_vertical = 3 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" parent="PickedCardListScroll" instance=ExtResource( 3 )] [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_bottom = 1.0 margin_left = 20.0 margin_top = 20.0 margin_right = 220.0 margin_bottom = 20.0 [node name="Cards" type="GridContainer" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -350.0 margin_top = -376.0 margin_right = 1056.0 margin_bottom = 1084.0 grow_horizontal = 2 grow_vertical = 2 rect_scale = Vector2( 0.5, 0.5 ) custom_constants/vseparation = 10 custom_constants/hseparation = 10 columns = 4 [node name="CardZoom" parent="." instance=ExtResource( 4 )] rect_scale = Vector2( 0.8, 0.8 )