Files
2026-04-19 00:43:27 +02:00

86 lines
2.5 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://bd74fa4u2qmv6"]
[ext_resource type="Theme" uid="uid://b8egvkt2yaoqp" path="res://program.tres" id="1_8xmmx"]
[ext_resource type="Script" uid="uid://b7slub0th4nva" path="res://Gamble.cs" id="1_woyja"]
[ext_resource type="PackedScene" uid="uid://dak80da2s75k7" path="res://card_row.tscn" id="2_8xmmx"]
[node name="Gamble" 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_8xmmx")
script = ExtResource("1_woyja")
[node name="Panel" type="Panel" parent="."]
modulate = Color(0, 5.1329317, 3.65769, 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 = "Cosmic Rays"
horizontal_alignment = 1
[node name="Label2" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Add one of these instructions to your set!"
horizontal_alignment = 1
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 20
[node name="Patches" parent="VBoxContainer/MarginContainer" instance=ExtResource("2_8xmmx")]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 150)
layout_mode = 2
CardSize = Vector2(120, 150)
CardSpacing = 20.0
AnimationDuration = 0.25
CardsCanDrag = false
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="MarginContainer3" type="MarginContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_bottom = 40
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer3"]
layout_mode = 2
size_flags_vertical = 8
alignment = 1
[node name="Add" type="Button" parent="VBoxContainer/MarginContainer3/HBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(150, 100)
layout_mode = 2
text = "Add"
[node name="Skip" type="Button" parent="VBoxContainer/MarginContainer3/HBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(150, 100)
layout_mode = 2
text = "Skip
"