You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1228 lines
38 KiB
Plaintext
1228 lines
38 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://cpv7y67qtmino"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/upgrades.gd" id="1_ofi8s"]
|
|
[ext_resource type="Texture2D" uid="uid://7fqro4fugv8k" path="res://Art/Cupcakes/Cupcake.png" id="2_c66ch"]
|
|
[ext_resource type="Texture2D" uid="uid://brpc5ocwgd8ls" path="res://Art/Cupcakes/VanCupcake.png" id="2_ydoya"]
|
|
[ext_resource type="Texture2D" uid="uid://bnr06vojcqkqy" path="res://Art/Cupcakes/ChocCupcake.png" id="3_c5nuv"]
|
|
[ext_resource type="Texture2D" uid="uid://b6x1m6u01x377" path="res://Art/Cupcakes/RVelCupcake.png" id="5_ua4fs"]
|
|
[ext_resource type="Texture2D" uid="uid://c3oejmmv6ysxp" path="res://Art/Cupcakes/CinCupcake.png" id="6_58pov"]
|
|
[ext_resource type="Texture2D" uid="uid://dc43quvhcwa8e" path="res://Art/Cupcakes/HonCupcake.png" id="7_q31a5"]
|
|
|
|
[node name="Upgrades" type="CanvasLayer"]
|
|
script = ExtResource("1_ofi8s")
|
|
|
|
[node name="Anim" type="AnimationPlayer" parent="."]
|
|
|
|
[node name="MainPanel" type="Panel" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -813.5
|
|
offset_top = -402.5
|
|
offset_right = 813.5
|
|
offset_bottom = 402.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="Close" type="Button" parent="."]
|
|
anchors_preset = -1
|
|
anchor_left = 0.927
|
|
anchor_top = 0.126
|
|
anchor_right = 0.927
|
|
anchor_bottom = 0.126
|
|
offset_left = -24.8401
|
|
offset_top = -20.08
|
|
offset_right = 19.1599
|
|
offset_bottom = 26.92
|
|
text = "X"
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -787.0
|
|
offset_top = -380.0
|
|
offset_right = 794.0
|
|
offset_bottom = 379.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ToolScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
vertical_scroll_mode = 2
|
|
|
|
[node name="ToolGrid" type="GridContainer" parent="Control/ToolScroll"]
|
|
custom_minimum_size = Vector2(256, 256)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ToolLabel" type="Label" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
text = "Tools"
|
|
|
|
[node name="Tool1" type="HBoxContainer" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ToolScroll/ToolGrid/Tool1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/ToolScroll/ToolGrid/Tool1"]
|
|
layout_mode = 2
|
|
text = "Hooves"
|
|
|
|
[node name="Price" type="Label" parent="Control/ToolScroll/ToolGrid/Tool1"]
|
|
layout_mode = 2
|
|
text = "Owned"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ToolScroll/ToolGrid/Tool1"]
|
|
layout_mode = 2
|
|
text = "Equip"
|
|
|
|
[node name="Desc" type="Label" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
text = "Your own four hooves"
|
|
|
|
[node name="Tool2" type="HBoxContainer" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ToolScroll/ToolGrid/Tool2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/ToolScroll/ToolGrid/Tool2"]
|
|
layout_mode = 2
|
|
text = "Baking Tray"
|
|
|
|
[node name="Price" type="Label" parent="Control/ToolScroll/ToolGrid/Tool2"]
|
|
layout_mode = 2
|
|
text = "500"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ToolScroll/ToolGrid/Tool2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="Desc2" type="Label" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
text = "Seems logical"
|
|
|
|
[node name="Tool3" type="HBoxContainer" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ToolScroll/ToolGrid/Tool3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/ToolScroll/ToolGrid/Tool3"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="Price" type="Label" parent="Control/ToolScroll/ToolGrid/Tool3"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ToolScroll/ToolGrid/Tool3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="Desc3" type="Label" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="Tool4" type="HBoxContainer" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ToolScroll/ToolGrid/Tool4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_c5nuv")
|
|
|
|
[node name="Name" type="Label" parent="Control/ToolScroll/ToolGrid/Tool4"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="Price" type="Label" parent="Control/ToolScroll/ToolGrid/Tool4"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ToolScroll/ToolGrid/Tool4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="Desc4" type="Label" parent="Control/ToolScroll/ToolGrid"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="AreaScroll" type="ScrollContainer" parent="Control"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
vertical_scroll_mode = 2
|
|
|
|
[node name="AreaGrid" type="GridContainer" parent="Control/AreaScroll"]
|
|
custom_minimum_size = Vector2(256, 256)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="AreaLabel" type="Label" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
text = "Areas"
|
|
|
|
[node name="Area1" type="HBoxContainer" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/AreaScroll/AreaGrid/Area1"]
|
|
layout_mode = 2
|
|
text = "Your Yard"
|
|
|
|
[node name="VanIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="ChocIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_c5nuv")
|
|
|
|
[node name="StrawIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Buy" type="Button" parent="Control/AreaScroll/AreaGrid/Area1"]
|
|
layout_mode = 2
|
|
disabled = true
|
|
text = "Teleport (You're here!)"
|
|
|
|
[node name="Desc" type="Label" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
text = "A place of solitude, ruined by cupcakes."
|
|
|
|
[node name="Area2" type="HBoxContainer" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
text = "Neighbors Yard"
|
|
|
|
[node name="VanIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="ChocIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_c5nuv")
|
|
|
|
[node name="StrawIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="RVelIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("5_ua4fs")
|
|
|
|
[node name="CinIcon" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("6_58pov")
|
|
|
|
[node name="Buy" type="Button" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Price" type="Label" parent="Control/AreaScroll/AreaGrid/Area2"]
|
|
layout_mode = 2
|
|
text = "15000"
|
|
|
|
[node name="Desc2" type="Label" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
text = "The remains of your neighbors lawn after the cupcake apocolypse."
|
|
|
|
[node name="Area3" type="HBoxContainer" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/AreaScroll/AreaGrid/Area3"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="Buy" type="Button" parent="Control/AreaScroll/AreaGrid/Area3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="Price" type="Label" parent="Control/AreaScroll/AreaGrid/Area3"]
|
|
layout_mode = 2
|
|
text = "40000"
|
|
|
|
[node name="Desc3" type="Label" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
text = "???"
|
|
|
|
[node name="Area4" type="HBoxContainer" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/AreaScroll/AreaGrid/Area4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("7_q31a5")
|
|
|
|
[node name="Name" type="Label" parent="Control/AreaScroll/AreaGrid/Area4"]
|
|
layout_mode = 2
|
|
text = "Dungeon of Honesty"
|
|
|
|
[node name="Buy" type="Button" parent="Control/AreaScroll/AreaGrid/Area4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="Price" type="Label" parent="Control/AreaScroll/AreaGrid/Area4"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Desc4" type="Label" parent="Control/AreaScroll/AreaGrid"]
|
|
layout_mode = 2
|
|
text = "Find Honest cupcakes by defeating enemies here."
|
|
|
|
[node name="VanScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
vertical_scroll_mode = 2
|
|
|
|
[node name="VanGrid" type="GridContainer" parent="Control/VanScroll"]
|
|
custom_minimum_size = Vector2(256, 256)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="VanLabel" type="Label" parent="Control/VanScroll/VanGrid"]
|
|
layout_mode = 2
|
|
text = "Vanilla Cupcake Upgrades"
|
|
|
|
[node name="VanUp1" type="HBoxContainer" parent="Control/VanScroll/VanGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/VanScroll/VanGrid/VanUp1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/VanScroll/VanGrid/VanUp1"]
|
|
layout_mode = 2
|
|
text = "More Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/VanScroll/VanGrid/VanUp1"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake per drop"
|
|
|
|
[node name="Price" type="Label" parent="Control/VanScroll/VanGrid/VanUp1"]
|
|
layout_mode = 2
|
|
text = "10"
|
|
|
|
[node name="Buy" type="Button" parent="Control/VanScroll/VanGrid/VanUp1"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="VanUp2" type="HBoxContainer" parent="Control/VanScroll/VanGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/VanScroll/VanGrid/VanUp2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/VanScroll/VanGrid/VanUp2"]
|
|
layout_mode = 2
|
|
text = "Faster Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/VanScroll/VanGrid/VanUp2"]
|
|
layout_mode = 2
|
|
text = "+1% faster cupcake droprate"
|
|
|
|
[node name="Price" type="Label" parent="Control/VanScroll/VanGrid/VanUp2"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/VanScroll/VanGrid/VanUp2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="VanUp3" type="HBoxContainer" parent="Control/VanScroll/VanGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/VanScroll/VanGrid/VanUp3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_ydoya")
|
|
|
|
[node name="Name" type="Label" parent="Control/VanScroll/VanGrid/VanUp3"]
|
|
layout_mode = 2
|
|
text = "Condensed Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/VanScroll/VanGrid/VanUp3"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake for every cupcake collected"
|
|
|
|
[node name="Price" type="Label" parent="Control/VanScroll/VanGrid/VanUp3"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/VanScroll/VanGrid/VanUp3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="VanUp4" type="HBoxContainer" parent="Control/VanScroll/VanGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/VanScroll/VanGrid/VanUp4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_c5nuv")
|
|
|
|
[node name="Name" type="Label" parent="Control/VanScroll/VanGrid/VanUp4"]
|
|
layout_mode = 2
|
|
text = "Chocolate Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/VanScroll/VanGrid/VanUp4"]
|
|
layout_mode = 2
|
|
text = "Unlock Chocolate Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/VanScroll/VanGrid/VanUp4"]
|
|
layout_mode = 2
|
|
text = "25000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/VanScroll/VanGrid/VanUp4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="ChocScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ChocGrid" type="GridContainer" parent="Control/ChocScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="ChocLabel" type="Label" parent="Control/ChocScroll/ChocGrid"]
|
|
layout_mode = 2
|
|
text = "Chocolate Cupcake Upgrades"
|
|
|
|
[node name="ChocUp1" type="HBoxContainer" parent="Control/ChocScroll/ChocGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ChocScroll/ChocGrid/ChocUp1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_c5nuv")
|
|
|
|
[node name="Name" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp1"]
|
|
layout_mode = 2
|
|
text = "More Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp1"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake per drop"
|
|
|
|
[node name="Price" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp1"]
|
|
layout_mode = 2
|
|
text = "10"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ChocScroll/ChocGrid/ChocUp1"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="ChocUp2" type="HBoxContainer" parent="Control/ChocScroll/ChocGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ChocScroll/ChocGrid/ChocUp2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_c5nuv")
|
|
|
|
[node name="Name" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp2"]
|
|
layout_mode = 2
|
|
text = "Faster Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp2"]
|
|
layout_mode = 2
|
|
text = "+1% faster cupcake droprate"
|
|
|
|
[node name="Price" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp2"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ChocScroll/ChocGrid/ChocUp2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="ChocUp3" type="HBoxContainer" parent="Control/ChocScroll/ChocGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ChocScroll/ChocGrid/ChocUp3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("3_c5nuv")
|
|
|
|
[node name="Name" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp3"]
|
|
layout_mode = 2
|
|
text = "Condensed Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp3"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake for every cupcake collected"
|
|
|
|
[node name="Price" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp3"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ChocScroll/ChocGrid/ChocUp3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="ChocUp4" type="HBoxContainer" parent="Control/ChocScroll/ChocGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/ChocScroll/ChocGrid/ChocUp4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp4"]
|
|
layout_mode = 2
|
|
text = "Strawberry Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp4"]
|
|
layout_mode = 2
|
|
text = "Unlock Strawberry Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/ChocScroll/ChocGrid/ChocUp4"]
|
|
layout_mode = 2
|
|
text = "50000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/ChocScroll/ChocGrid/ChocUp4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="StrawScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="StrawGrid" type="GridContainer" parent="Control/StrawScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="StrawLabel" type="Label" parent="Control/StrawScroll/StrawGrid"]
|
|
layout_mode = 2
|
|
text = "Strawberry Cupcake Upgrades"
|
|
|
|
[node name="StrawUp1" type="HBoxContainer" parent="Control/StrawScroll/StrawGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/StrawScroll/StrawGrid/StrawUp1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp1"]
|
|
layout_mode = 2
|
|
text = "More Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp1"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake per drop"
|
|
|
|
[node name="Price" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp1"]
|
|
layout_mode = 2
|
|
text = "10"
|
|
|
|
[node name="Buy" type="Button" parent="Control/StrawScroll/StrawGrid/StrawUp1"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="StrawUp2" type="HBoxContainer" parent="Control/StrawScroll/StrawGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/StrawScroll/StrawGrid/StrawUp2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp2"]
|
|
layout_mode = 2
|
|
text = "Faster Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp2"]
|
|
layout_mode = 2
|
|
text = "+1% faster cupcake droprate"
|
|
|
|
[node name="Price" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp2"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/StrawScroll/StrawGrid/StrawUp2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="StrawUp3" type="HBoxContainer" parent="Control/StrawScroll/StrawGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/StrawScroll/StrawGrid/StrawUp3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp3"]
|
|
layout_mode = 2
|
|
text = "Condensed Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp3"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake for every cupcake collected"
|
|
|
|
[node name="Price" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp3"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/StrawScroll/StrawGrid/StrawUp3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="StrawUp4" type="HBoxContainer" parent="Control/StrawScroll/StrawGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/StrawScroll/StrawGrid/StrawUp4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("5_ua4fs")
|
|
|
|
[node name="Name" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp4"]
|
|
layout_mode = 2
|
|
text = "Red Velvet Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp4"]
|
|
layout_mode = 2
|
|
text = "Unlock Red Velvet Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/StrawScroll/StrawGrid/StrawUp4"]
|
|
layout_mode = 2
|
|
text = "100000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/StrawScroll/StrawGrid/StrawUp4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="RVelScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="RVelGrid" type="GridContainer" parent="Control/RVelScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="RVelLabel" type="Label" parent="Control/RVelScroll/RVelGrid"]
|
|
layout_mode = 2
|
|
text = "Red Velvet Cupcake Upgrades"
|
|
|
|
[node name="RVelUp1" type="HBoxContainer" parent="Control/RVelScroll/RVelGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/RVelScroll/RVelGrid/RVelUp1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("5_ua4fs")
|
|
|
|
[node name="Name" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp1"]
|
|
layout_mode = 2
|
|
text = "More Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp1"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake per drop"
|
|
|
|
[node name="Price" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp1"]
|
|
layout_mode = 2
|
|
text = "10"
|
|
|
|
[node name="Buy" type="Button" parent="Control/RVelScroll/RVelGrid/RVelUp1"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="RVelUp2" type="HBoxContainer" parent="Control/RVelScroll/RVelGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/RVelScroll/RVelGrid/RVelUp2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("5_ua4fs")
|
|
|
|
[node name="Name" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp2"]
|
|
layout_mode = 2
|
|
text = "Faster Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp2"]
|
|
layout_mode = 2
|
|
text = "+1% faster cupcake droprate"
|
|
|
|
[node name="Price" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp2"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/RVelScroll/RVelGrid/RVelUp2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="RVelUp3" type="HBoxContainer" parent="Control/RVelScroll/RVelGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/RVelScroll/RVelGrid/RVelUp3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("5_ua4fs")
|
|
|
|
[node name="Name" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp3"]
|
|
layout_mode = 2
|
|
text = "Condensed Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp3"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake for every cupcake collected"
|
|
|
|
[node name="Price" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp3"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/RVelScroll/RVelGrid/RVelUp3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="RVelUp4" type="HBoxContainer" parent="Control/RVelScroll/RVelGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/RVelScroll/RVelGrid/RVelUp4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("6_58pov")
|
|
|
|
[node name="Name" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp4"]
|
|
layout_mode = 2
|
|
text = "Cinnamon Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp4"]
|
|
layout_mode = 2
|
|
text = "Unlock Cinnamon Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/RVelScroll/RVelGrid/RVelUp4"]
|
|
layout_mode = 2
|
|
text = "125000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/RVelScroll/RVelGrid/RVelUp4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="CinScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="CinGrid" type="GridContainer" parent="Control/CinScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="CinLabel" type="Label" parent="Control/CinScroll/CinGrid"]
|
|
layout_mode = 2
|
|
text = "Cinnamon Cupcake Upgrades"
|
|
|
|
[node name="CinUp1" type="HBoxContainer" parent="Control/CinScroll/CinGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/CinScroll/CinGrid/CinUp1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("6_58pov")
|
|
|
|
[node name="Name" type="Label" parent="Control/CinScroll/CinGrid/CinUp1"]
|
|
layout_mode = 2
|
|
text = "More Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/CinScroll/CinGrid/CinUp1"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake per drop"
|
|
|
|
[node name="Price" type="Label" parent="Control/CinScroll/CinGrid/CinUp1"]
|
|
layout_mode = 2
|
|
text = "10"
|
|
|
|
[node name="Buy" type="Button" parent="Control/CinScroll/CinGrid/CinUp1"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="CinUp2" type="HBoxContainer" parent="Control/CinScroll/CinGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/CinScroll/CinGrid/CinUp2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("6_58pov")
|
|
|
|
[node name="Name" type="Label" parent="Control/CinScroll/CinGrid/CinUp2"]
|
|
layout_mode = 2
|
|
text = "Faster Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/CinScroll/CinGrid/CinUp2"]
|
|
layout_mode = 2
|
|
text = "+1% faster cupcake droprate"
|
|
|
|
[node name="Price" type="Label" parent="Control/CinScroll/CinGrid/CinUp2"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/CinScroll/CinGrid/CinUp2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="CinUp3" type="HBoxContainer" parent="Control/CinScroll/CinGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/CinScroll/CinGrid/CinUp3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("6_58pov")
|
|
|
|
[node name="Name" type="Label" parent="Control/CinScroll/CinGrid/CinUp3"]
|
|
layout_mode = 2
|
|
text = "Condensed Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/CinScroll/CinGrid/CinUp3"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake for every cupcake collected"
|
|
|
|
[node name="Price" type="Label" parent="Control/CinScroll/CinGrid/CinUp3"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/CinScroll/CinGrid/CinUp3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="CinUp4" type="HBoxContainer" parent="Control/CinScroll/CinGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/CinScroll/CinGrid/CinUp4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("7_q31a5")
|
|
|
|
[node name="Name" type="Label" parent="Control/CinScroll/CinGrid/CinUp4"]
|
|
layout_mode = 2
|
|
text = "Honest Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/CinScroll/CinGrid/CinUp4"]
|
|
layout_mode = 2
|
|
text = "Unlock Honest Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/CinScroll/CinGrid/CinUp4"]
|
|
layout_mode = 2
|
|
text = "150000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/CinScroll/CinGrid/CinUp4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="HonScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="HonGrid" type="GridContainer" parent="Control/HonScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="HonLabel" type="Label" parent="Control/HonScroll/HonGrid"]
|
|
layout_mode = 2
|
|
text = "Honest Cupcake Upgrades"
|
|
|
|
[node name="HonUp1" type="HBoxContainer" parent="Control/HonScroll/HonGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/HonScroll/HonGrid/HonUp1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/HonScroll/HonGrid/HonUp1"]
|
|
layout_mode = 2
|
|
text = "More Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/HonScroll/HonGrid/HonUp1"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake per drop"
|
|
|
|
[node name="Price" type="Label" parent="Control/HonScroll/HonGrid/HonUp1"]
|
|
layout_mode = 2
|
|
text = "10"
|
|
|
|
[node name="Buy" type="Button" parent="Control/HonScroll/HonGrid/HonUp1"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="HonUp2" type="HBoxContainer" parent="Control/HonScroll/HonGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/HonScroll/HonGrid/HonUp2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/HonScroll/HonGrid/HonUp2"]
|
|
layout_mode = 2
|
|
text = "Faster Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/HonScroll/HonGrid/HonUp2"]
|
|
layout_mode = 2
|
|
text = "+1% faster cupcake droprate"
|
|
|
|
[node name="Price" type="Label" parent="Control/HonScroll/HonGrid/HonUp2"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/HonScroll/HonGrid/HonUp2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="HonUp3" type="HBoxContainer" parent="Control/HonScroll/HonGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/HonScroll/HonGrid/HonUp3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/HonScroll/HonGrid/HonUp3"]
|
|
layout_mode = 2
|
|
text = "Condensed Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/HonScroll/HonGrid/HonUp3"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake for every cupcake collected"
|
|
|
|
[node name="Price" type="Label" parent="Control/HonScroll/HonGrid/HonUp3"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/HonScroll/HonGrid/HonUp3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="HonUp4" type="HBoxContainer" parent="Control/HonScroll/HonGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/HonScroll/HonGrid/HonUp4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/HonScroll/HonGrid/HonUp4"]
|
|
layout_mode = 2
|
|
text = "Nightmare Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/HonScroll/HonGrid/HonUp4"]
|
|
layout_mode = 2
|
|
text = "Unlock Nightmare Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/HonScroll/HonGrid/HonUp4"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/HonScroll/HonGrid/HonUp4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="HonUp5" type="HBoxContainer" parent="Control/HonScroll/HonGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/HonScroll/HonGrid/HonUp5"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/HonScroll/HonGrid/HonUp5"]
|
|
layout_mode = 2
|
|
text = "Nightmare Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/HonScroll/HonGrid/HonUp5"]
|
|
layout_mode = 2
|
|
text = "Unlock Nightmare Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/HonScroll/HonGrid/HonUp5"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/HonScroll/HonGrid/HonUp5"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="HonUp6" type="HBoxContainer" parent="Control/HonScroll/HonGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/HonScroll/HonGrid/HonUp6"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/HonScroll/HonGrid/HonUp6"]
|
|
layout_mode = 2
|
|
text = "Nightmare Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/HonScroll/HonGrid/HonUp6"]
|
|
layout_mode = 2
|
|
text = "Unlock Nightmare Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/HonScroll/HonGrid/HonUp6"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/HonScroll/HonGrid/HonUp6"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="NightScroll" type="ScrollContainer" parent="Control"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="NightGrid" type="GridContainer" parent="Control/NightScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="NightLabel" type="Label" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
text = "Nightmare Cupcake Upgrades"
|
|
|
|
[node name="NightUp1" type="HBoxContainer" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/NightScroll/NightGrid/NightUp1"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/NightScroll/NightGrid/NightUp1"]
|
|
layout_mode = 2
|
|
text = "More Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/NightScroll/NightGrid/NightUp1"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake per drop"
|
|
|
|
[node name="Price" type="Label" parent="Control/NightScroll/NightGrid/NightUp1"]
|
|
layout_mode = 2
|
|
text = "10"
|
|
|
|
[node name="Buy" type="Button" parent="Control/NightScroll/NightGrid/NightUp1"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="NightUp2" type="HBoxContainer" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/NightScroll/NightGrid/NightUp2"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/NightScroll/NightGrid/NightUp2"]
|
|
layout_mode = 2
|
|
text = "Faster Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/NightScroll/NightGrid/NightUp2"]
|
|
layout_mode = 2
|
|
text = "+1% faster cupcake droprate"
|
|
|
|
[node name="Price" type="Label" parent="Control/NightScroll/NightGrid/NightUp2"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/NightScroll/NightGrid/NightUp2"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="NightUp3" type="HBoxContainer" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/NightScroll/NightGrid/NightUp3"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/NightScroll/NightGrid/NightUp3"]
|
|
layout_mode = 2
|
|
text = "Condensed Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/NightScroll/NightGrid/NightUp3"]
|
|
layout_mode = 2
|
|
text = "+1 cupcake for every cupcake collected"
|
|
|
|
[node name="Price" type="Label" parent="Control/NightScroll/NightGrid/NightUp3"]
|
|
layout_mode = 2
|
|
text = "15"
|
|
|
|
[node name="Buy" type="Button" parent="Control/NightScroll/NightGrid/NightUp3"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="NightUp4" type="HBoxContainer" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/NightScroll/NightGrid/NightUp4"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/NightScroll/NightGrid/NightUp4"]
|
|
layout_mode = 2
|
|
text = "Rock Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/NightScroll/NightGrid/NightUp4"]
|
|
layout_mode = 2
|
|
text = "Unlock Red Velvet Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/NightScroll/NightGrid/NightUp4"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/NightScroll/NightGrid/NightUp4"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="NightUp5" type="HBoxContainer" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/NightScroll/NightGrid/NightUp5"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/NightScroll/NightGrid/NightUp5"]
|
|
layout_mode = 2
|
|
text = "Rock Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/NightScroll/NightGrid/NightUp5"]
|
|
layout_mode = 2
|
|
text = "Unlock Red Velvet Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/NightScroll/NightGrid/NightUp5"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/NightScroll/NightGrid/NightUp5"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="NightUp6" type="HBoxContainer" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/NightScroll/NightGrid/NightUp6"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/NightScroll/NightGrid/NightUp6"]
|
|
layout_mode = 2
|
|
text = "Rock Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/NightScroll/NightGrid/NightUp6"]
|
|
layout_mode = 2
|
|
text = "Unlock Red Velvet Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/NightScroll/NightGrid/NightUp6"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/NightScroll/NightGrid/NightUp6"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[node name="NightUp7" type="HBoxContainer" parent="Control/NightScroll/NightGrid"]
|
|
layout_mode = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control/NightScroll/NightGrid/NightUp7"]
|
|
layout_mode = 2
|
|
texture = ExtResource("2_c66ch")
|
|
|
|
[node name="Name" type="Label" parent="Control/NightScroll/NightGrid/NightUp7"]
|
|
layout_mode = 2
|
|
text = "Rock Cupcakes"
|
|
|
|
[node name="Desc" type="Label" parent="Control/NightScroll/NightGrid/NightUp7"]
|
|
layout_mode = 2
|
|
text = "Unlock Red Velvet Cupcakes"
|
|
|
|
[node name="Price" type="Label" parent="Control/NightScroll/NightGrid/NightUp7"]
|
|
layout_mode = 2
|
|
text = "75000"
|
|
|
|
[node name="Buy" type="Button" parent="Control/NightScroll/NightGrid/NightUp7"]
|
|
layout_mode = 2
|
|
text = "Buy"
|
|
|
|
[connection signal="pressed" from="Close" to="." method="_on_close_pressed"]
|
|
[connection signal="pressed" from="Control/ToolScroll/ToolGrid/Tool1/Buy" to="." method="_on_tool_1_pressed"]
|
|
[connection signal="pressed" from="Control/ToolScroll/ToolGrid/Tool2/Buy" to="." method="_on_tool_2_pressed"]
|
|
[connection signal="pressed" from="Control/AreaScroll/AreaGrid/Area1/Buy" to="." method="_on_your_yard_pressed"]
|
|
[connection signal="pressed" from="Control/AreaScroll/AreaGrid/Area2/Buy" to="." method="_on_buy_neighbors_yard_pressed"]
|
|
[connection signal="pressed" from="Control/VanScroll/VanGrid/VanUp1/Buy" to="." method="_on_buy_pressed"]
|
|
[connection signal="pressed" from="Control/VanScroll/VanGrid/VanUp2/Buy" to="." method="_on_buy_van2_pressed"]
|
|
[connection signal="pressed" from="Control/VanScroll/VanGrid/VanUp3/Buy" to="." method="_on_buy_van3_pressed"]
|
|
[connection signal="pressed" from="Control/VanScroll/VanGrid/VanUp4/Buy" to="." method="_on_buy_van4_pressed"]
|
|
[connection signal="pressed" from="Control/ChocScroll/ChocGrid/ChocUp1/Buy" to="." method="_on_buy_choc1_pressed"]
|
|
[connection signal="pressed" from="Control/ChocScroll/ChocGrid/ChocUp2/Buy" to="." method="_on_buy_choc2_pressed"]
|
|
[connection signal="pressed" from="Control/ChocScroll/ChocGrid/ChocUp3/Buy" to="." method="_on_buy_choc3_pressed"]
|
|
[connection signal="pressed" from="Control/ChocScroll/ChocGrid/ChocUp4/Buy" to="." method="_on_buy_choc4_pressed"]
|
|
[connection signal="pressed" from="Control/StrawScroll/StrawGrid/StrawUp1/Buy" to="." method="_on_buy_straw1_pressed"]
|
|
[connection signal="pressed" from="Control/StrawScroll/StrawGrid/StrawUp2/Buy" to="." method="_on_buy_straw2_pressed"]
|
|
[connection signal="pressed" from="Control/StrawScroll/StrawGrid/StrawUp3/Buy" to="." method="_on_buy_straw3_pressed"]
|
|
[connection signal="pressed" from="Control/StrawScroll/StrawGrid/StrawUp4/Buy" to="." method="_on_buy_straw4_pressed"]
|
|
[connection signal="pressed" from="Control/RVelScroll/RVelGrid/RVelUp1/Buy" to="." method="_on_buy_rvel1_pressed"]
|
|
[connection signal="pressed" from="Control/RVelScroll/RVelGrid/RVelUp2/Buy" to="." method="_on_buy_rvel2_pressed"]
|
|
[connection signal="pressed" from="Control/RVelScroll/RVelGrid/RVelUp3/Buy" to="." method="_on_buy_rvel3_pressed"]
|
|
[connection signal="pressed" from="Control/RVelScroll/RVelGrid/RVelUp4/Buy" to="." method="_on_buy_rvel4_pressed"]
|
|
[connection signal="pressed" from="Control/CinScroll/CinGrid/CinUp1/Buy" to="." method="_on_buy_cin1_pressed"]
|
|
[connection signal="pressed" from="Control/CinScroll/CinGrid/CinUp2/Buy" to="." method="_on_buy_cin2_pressed"]
|
|
[connection signal="pressed" from="Control/CinScroll/CinGrid/CinUp3/Buy" to="." method="_on_buy_cin3_pressed"]
|
|
[connection signal="pressed" from="Control/CinScroll/CinGrid/CinUp4/Buy" to="." method="_on_buy_cin4_pressed"]
|
|
[connection signal="pressed" from="Control/HonScroll/HonGrid/HonUp1/Buy" to="." method="_on_buy_hon1_pressed"]
|
|
[connection signal="pressed" from="Control/HonScroll/HonGrid/HonUp2/Buy" to="." method="_on_buy_hon2_pressed"]
|
|
[connection signal="pressed" from="Control/HonScroll/HonGrid/HonUp3/Buy" to="." method="_on_buy_hon3_pressed"]
|
|
[connection signal="pressed" from="Control/HonScroll/HonGrid/HonUp4/Buy" to="." method="_on_buy_hon4_pressed"]
|
|
[connection signal="pressed" from="Control/HonScroll/HonGrid/HonUp5/Buy" to="." method="_on_buy_hon4_pressed"]
|
|
[connection signal="pressed" from="Control/HonScroll/HonGrid/HonUp6/Buy" to="." method="_on_buy_hon4_pressed"]
|
|
[connection signal="pressed" from="Control/NightScroll/NightGrid/NightUp1/Buy" to="." method="_on_buy_night1_pressed"]
|
|
[connection signal="pressed" from="Control/NightScroll/NightGrid/NightUp2/Buy" to="." method="_on_buy_night2_pressed"]
|
|
[connection signal="pressed" from="Control/NightScroll/NightGrid/NightUp3/Buy" to="." method="_on_buy_night3_pressed"]
|