2023-10-01 16:18:00 +00:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://cklkdygv61bny"]
|
2023-10-01 12:39:16 +00:00
|
|
|
|
|
|
|
[ext_resource type="Theme" uid="uid://ba5utvfhnxa5i" path="res://interface/interface_theme.tres" id="1_qdf0y"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dul1fpyh733t7" path="res://interface/purchasable_item.tscn" id="2_2dtc0"]
|
2023-10-01 13:06:23 +00:00
|
|
|
[ext_resource type="Script" path="res://interface/shop_ui.gd" id="2_iyr7m"]
|
2023-10-01 12:39:16 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://wodgj6rp2ewm" path="res://interface/purchasable_item_padding.tscn" id="3_4feaj"]
|
2023-10-01 16:18:00 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://pj3ip6vlatms" path="res://entity/copper_converter.png" id="5_lu2tr"]
|
2023-10-01 12:39:16 +00:00
|
|
|
|
|
|
|
[node name="ShopUI" type="Panel"]
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
theme = ExtResource("1_qdf0y")
|
2023-10-01 13:06:23 +00:00
|
|
|
script = ExtResource("2_iyr7m")
|
2023-10-01 12:39:16 +00:00
|
|
|
|
|
|
|
[node name="Rows" 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="UpperButtons" type="HBoxContainer" parent="Rows"]
|
|
|
|
custom_minimum_size = Vector2(0, 54)
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 13:06:23 +00:00
|
|
|
[node name="ScoreButton" type="Button" parent="Rows/UpperButtons"]
|
|
|
|
custom_minimum_size = Vector2(72, 0)
|
2023-10-01 12:39:16 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
text = "$0"
|
|
|
|
alignment = 0
|
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="UpperButtonsSpacerLeft" type="Control" parent="Rows/UpperButtons"]
|
2023-10-01 13:06:23 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="DeleteButton" type="Button" parent="Rows/UpperButtons"]
|
|
|
|
custom_minimum_size = Vector2(72, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
text = "Del"
|
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="UpperButtonsSpacerRight" type="Control" parent="Rows/UpperButtons"]
|
2023-10-01 12:39:16 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="BackButton" type="Button" parent="Rows/UpperButtons"]
|
2023-10-01 13:06:23 +00:00
|
|
|
custom_minimum_size = Vector2(72, 0)
|
2023-10-01 12:39:16 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
text = "Back"
|
|
|
|
alignment = 2
|
|
|
|
|
|
|
|
[node name="Scrollable" type="ScrollContainer" parent="Rows"]
|
2023-10-01 16:18:00 +00:00
|
|
|
clip_contents = false
|
2023-10-01 12:39:16 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 3
|
|
|
|
horizontal_scroll_mode = 0
|
|
|
|
vertical_scroll_mode = 2
|
|
|
|
|
|
|
|
[node name="ScrollableItems" type="VBoxContainer" parent="Rows/Scrollable"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="ConvertCategory" type="VBoxContainer" parent="Rows/Scrollable/ScrollableItems"]
|
2023-10-01 12:39:16 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="PurchasableItemPadding5" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
|
2023-10-01 12:39:16 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="ImproveYourItemsLabel" type="Label" parent="Rows/Scrollable/ScrollableItems/ConvertCategory"]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme_override_font_sizes/font_size = 24
|
2023-10-01 16:18:00 +00:00
|
|
|
text = "Improve your items!"
|
2023-10-01 14:43:21 +00:00
|
|
|
horizontal_alignment = 1
|
|
|
|
vertical_alignment = 1
|
|
|
|
autowrap_mode = 2
|
|
|
|
uppercase = true
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding3" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuySilverifier" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_icon = ExtResource("5_lu2tr")
|
|
|
|
item_name = "Silverifier"
|
|
|
|
item_description = "Exchanges ten copper coins for a shiny silver coin!"
|
|
|
|
item_cost_text = "35 copper"
|
|
|
|
item_cost_type = &"Copper"
|
|
|
|
item_cost_goal = 35
|
2023-10-01 14:43:21 +00:00
|
|
|
|
|
|
|
[node name="PurchasableItemPadding" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuyGoldenser" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 12:39:16 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_name = "Goldenser"
|
|
|
|
item_description = "Trades in ten silver coins for a sparkly gold coin!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
2023-10-01 13:06:23 +00:00
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="PurchasableItemPadding2" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
|
2023-10-01 13:06:23 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuyGemificator" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 13:06:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_name = "Gemificator"
|
|
|
|
item_description = "Converts ten gold coins into a randomly colored gem!"
|
|
|
|
item_cost_text = "??"
|
2023-10-01 13:06:23 +00:00
|
|
|
has_unlocked = false
|
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="PurchasableItemPadding4" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuyCompressor" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("2_2dtc0")]
|
|
|
|
layout_mode = 2
|
|
|
|
item_name = "Compressor"
|
|
|
|
item_description = "Consumes ten gold coins to create either a precious white diamond or an useless lump of coal!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding6" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="BuyArtifactomatic" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("2_2dtc0")]
|
|
|
|
layout_mode = 2
|
|
|
|
item_name = "Artifactic"
|
|
|
|
item_description = "Assembles an artifact from twenty-five gold coins and a gem or a diamond!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding7" parent="Rows/Scrollable/ScrollableItems/ConvertCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="ManualCategory" type="VBoxContainer" parent="Rows/Scrollable/ScrollableItems"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding5" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="EarnCoinsLabel" type="Label" parent="Rows/Scrollable/ScrollableItems/ManualCategory"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_font_sizes/font_size = 24
|
2023-10-01 16:18:00 +00:00
|
|
|
text = "Get rich quick!"
|
2023-10-01 14:43:21 +00:00
|
|
|
horizontal_alignment = 1
|
|
|
|
vertical_alignment = 1
|
|
|
|
autowrap_mode = 2
|
|
|
|
uppercase = true
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding3" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuyAutoCopper" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_name = "Auto-copper"
|
|
|
|
item_description = "Receive two copper coins per second!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
2023-10-01 14:43:21 +00:00
|
|
|
|
|
|
|
[node name="PurchasableItemPadding" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuyHeliCopper" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_name = "Heli-copper"
|
|
|
|
item_description = "Receive eight copper coins per second!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
2023-10-01 14:43:21 +00:00
|
|
|
|
|
|
|
[node name="PurchasableItemPadding2" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuyAutoSilver" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_name = "Auto-silver"
|
|
|
|
item_description = "Receive two silver coins per second!"
|
|
|
|
item_cost_text = "??"
|
2023-10-01 14:43:21 +00:00
|
|
|
has_unlocked = false
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding4" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuySuperSilver" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("2_2dtc0")]
|
|
|
|
layout_mode = 2
|
|
|
|
item_name = "Super silver"
|
|
|
|
item_description = "Receive eight silver coins per second!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding6" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="BuyAutoGold" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("2_2dtc0")]
|
|
|
|
layout_mode = 2
|
|
|
|
item_name = "Auto-gold"
|
|
|
|
item_description = "Receive two gold coins per second!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding7" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="BuyMidasTouch" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("2_2dtc0")]
|
|
|
|
layout_mode = 2
|
|
|
|
item_name = "Midas Touch"
|
|
|
|
item_description = "Receive eight gold coins per second!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding8" parent="Rows/Scrollable/ScrollableItems/ManualCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 14:43:21 +00:00
|
|
|
[node name="AutomaticCategory" type="VBoxContainer" parent="Rows/Scrollable/ScrollableItems"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding5" parent="Rows/Scrollable/ScrollableItems/AutomaticCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="EarnCoinsLabel" type="Label" parent="Rows/Scrollable/ScrollableItems/AutomaticCategory"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_font_sizes/font_size = 24
|
|
|
|
text = "Automatic coin dropper"
|
|
|
|
horizontal_alignment = 1
|
|
|
|
vertical_alignment = 1
|
|
|
|
autowrap_mode = 2
|
|
|
|
uppercase = true
|
|
|
|
|
|
|
|
[node name="PurchasableItemPadding3" parent="Rows/Scrollable/ScrollableItems/AutomaticCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuySilverStar" parent="Rows/Scrollable/ScrollableItems/AutomaticCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_name = "Silver star"
|
|
|
|
item_description = "Create a silver coin when tapping!"
|
|
|
|
item_cost_text = "??"
|
|
|
|
has_unlocked = false
|
2023-10-01 14:43:21 +00:00
|
|
|
|
|
|
|
[node name="PurchasableItemPadding" parent="Rows/Scrollable/ScrollableItems/AutomaticCategory" instance=ExtResource("3_4feaj")]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="BuyGoldStar" parent="Rows/Scrollable/ScrollableItems/AutomaticCategory" instance=ExtResource("2_2dtc0")]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
2023-10-01 16:18:00 +00:00
|
|
|
item_name = "Gold star"
|
|
|
|
item_description = "Create a gold coin when tapping!"
|
|
|
|
item_cost_text = "??"
|
2023-10-01 14:43:21 +00:00
|
|
|
has_unlocked = false
|
|
|
|
|
2023-10-01 16:18:00 +00:00
|
|
|
[node name="PurchasableItemPadding2" parent="Rows/Scrollable/ScrollableItems/AutomaticCategory" instance=ExtResource("3_4feaj")]
|
2023-10-01 14:43:21 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-01 13:06:23 +00:00
|
|
|
[connection signal="pressed" from="Rows/UpperButtons/ScoreButton" to="." method="_on_score_button_pressed"]
|
|
|
|
[connection signal="pressed" from="Rows/UpperButtons/DeleteButton" to="." method="_on_delete_button_pressed"]
|
|
|
|
[connection signal="pressed" from="Rows/UpperButtons/BackButton" to="." method="_on_back_button_pressed"]
|