[gd_scene load_steps=4 format=3 uid="uid://c7uqbcxdjoais"] [ext_resource type="Script" uid="uid://vxufsih5pgeu" path="res://Systems/Game/DeckManagerScreen.gd" id="1_gokg4"] [ext_resource type="PackedScene" uid="uid://2xcreiq6lhe2" path="res://card_preview_panel.tscn" id="3_abcde"] [ext_resource type="Script" uid="uid://bfjmon81nckns" path="res://Systems/Game/GameMenuButton.gd" id="4_gokg4"] [node name="DeckManagerScreen" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_gokg4") [node name="Background" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(0.08, 0.08, 0.12, 1) [node name="TitleLabel" type="Label" parent="."] layout_mode = 1 anchors_preset = 10 anchor_right = 1.0 offset_top = 20.0 offset_bottom = 72.0 grow_horizontal = 2 theme_override_font_sizes/font_size = 36 text = "DECK MANAGER" horizontal_alignment = 1 [node name="CardPreviewPanel" parent="." instance=ExtResource("3_abcde")] layout_mode = 2 anchors_preset = 0 anchor_right = 0.0 anchor_bottom = 0.0 offset_left = 20.0 offset_top = 100.0 offset_right = 320.0 offset_bottom = 588.0 grow_horizontal = 1 grow_vertical = 1 [node name="MainContainer" type="HBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 325.0 offset_top = 100.0 offset_right = -20.0 offset_bottom = -60.0 grow_horizontal = 2 grow_vertical = 2 [node name="GridScrollContainer" type="ScrollContainer" parent="MainContainer"] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 size_flags_stretch_ratio = 3.0 horizontal_scroll_mode = 0 [node name="GridContainer" type="GridContainer" parent="MainContainer/GridScrollContainer"] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/h_separation = 10 theme_override_constants/v_separation = 10 columns = 5 [node name="BankContainer" type="VBoxContainer" parent="MainContainer"] layout_mode = 2 size_flags_horizontal = 3 [node name="Label" type="Label" parent="MainContainer/BankContainer"] layout_mode = 2 text = "AVAILABLE CARDS" horizontal_alignment = 1 [node name="HSeparator" type="HSeparator" parent="MainContainer/BankContainer"] layout_mode = 2 [node name="ScrollContainer" type="ScrollContainer" parent="MainContainer/BankContainer"] layout_mode = 2 size_flags_vertical = 3 [node name="VBoxContainer" type="VBoxContainer" parent="MainContainer/BankContainer/ScrollContainer"] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme_override_constants/separation = 5 [node name="BackButton" type="RichTextLabel" parent="."] layout_mode = 1 anchors_preset = 2 anchor_top = 1.0 anchor_bottom = 1.0 offset_left = 20.0 offset_top = -50.0 offset_right = 155.0 offset_bottom = -20.0 grow_vertical = 0 text = "BACK" script = ExtResource("4_gokg4") [node name="SaveLabel" type="Label" parent="."] layout_mode = 1 anchors_preset = 3 anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = -223.0 offset_top = -40.0 offset_right = -20.0 offset_bottom = -15.0 grow_horizontal = 0 grow_vertical = 0 text = "Changes will be saved automatically" horizontal_alignment = 2