[gd_scene load_steps=6 format=3 uid="uid://bsme33xcms0yb"] [ext_resource type="PackedScene" uid="uid://r3l85et88hpw" path="res://card.tscn" id="1_7ig0i"] [ext_resource type="Theme" uid="uid://b8egvkt2yaoqp" path="res://program.tres" id="1_etk81"] [ext_resource type="Script" uid="uid://bohqea762phhu" path="res://DrawGlitch.cs" id="1_nusbr"] [ext_resource type="StyleBox" uid="uid://c7iiuoqjag1o" path="res://card_frame.tres" id="4_xf02r"] [ext_resource type="PackedScene" uid="uid://dak80da2s75k7" path="res://card_row.tscn" id="5_fm7sq"] [node name="DrawGlitch" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("1_etk81") script = ExtResource("1_nusbr") [node name="Background" type="Panel" parent="."] unique_name_in_owner = true modulate = Color(5.5101075, 0, 0, 1) layout_mode = 1 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 = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Label" type="Label" parent="VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 64 text = "Glitch Time" horizontal_alignment = 1 [node name="Label2" type="Label" parent="VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 32 text = "Accept your fate? Or defer this glitch for an ever increasing energy cost?" horizontal_alignment = 1 [node name="Card" parent="VBoxContainer" instance=ExtResource("1_7ig0i")] unique_name_in_owner = true custom_minimum_size = Vector2(180, 200) layout_mode = 2 size_flags_horizontal = 6 size_flags_vertical = 6 [node name="Label3" type="Label" parent="VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 64 text = "Deck" horizontal_alignment = 1 [node name="MarginContainer4" type="MarginContainer" parent="VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 theme_override_constants/margin_left = 20 theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 10 [node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/MarginContainer4"] layout_mode = 2 theme = ExtResource("1_etk81") theme_override_styles/panel = ExtResource("4_xf02r") [node name="Deck" parent="VBoxContainer/MarginContainer4/PanelContainer" instance=ExtResource("5_fm7sq")] unique_name_in_owner = true layout_mode = 2 CardSpacing = 10.0 CardsCanDrag = false WrapCards = true [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"] layout_mode = 2 theme_override_constants/margin_bottom = 30 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer"] layout_mode = 2 alignment = 1 [node name="AcceptButton" type="Button" parent="VBoxContainer/MarginContainer/HBoxContainer"] custom_minimum_size = Vector2(150, 100) layout_mode = 2 text = "Accept" [node name="DeferButton" type="Button" parent="VBoxContainer/MarginContainer/HBoxContainer"] custom_minimum_size = Vector2(150, 100) layout_mode = 2 text = "Defer"