This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
Gamify-Life/Gamify Life/Menu Stuffs/Scene/upgrades.tscn
2025-04-15 11:55:58 -07:00

119 lines
3.6 KiB
Text

[gd_scene load_steps=2 format=3 uid="uid://3va88dru3jlg"]
[ext_resource type="Script" path="res://Menu Stuffs/Script/upgrades.gd" id="1_i48qp"]
[node name="Upgrades" 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_i48qp")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 0
offset_right = 960.0
offset_bottom = 600.0
color = Color(0.937255, 0.937255, 0, 1)
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 385.0
offset_top = 180.0
offset_right = 570.0
offset_bottom = 266.0
rotation = 0.753578
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 60
text = "STORE"
[node name="BusyTimeUpgrades" type="Control" parent="."]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Upgrade1" type="Button" parent="BusyTimeUpgrades"]
layout_mode = 0
offset_left = 20.0
offset_top = 37.0
offset_right = 225.0
offset_bottom = 68.0
text = "Buy better text color | 50"
[node name="Upgrade2" type="Button" parent="BusyTimeUpgrades"]
layout_mode = 0
offset_left = 228.0
offset_top = 37.0
offset_right = 433.0
offset_bottom = 68.0
text = "Buy better text color | 100"
[node name="Upgrade3" type="Button" parent="BusyTimeUpgrades"]
layout_mode = 0
offset_left = 20.0
offset_top = 75.0
offset_right = 225.0
offset_bottom = 106.0
text = "Buy better text color | 150"
[node name="Upgrade4" type="Button" parent="BusyTimeUpgrades"]
layout_mode = 0
offset_left = 236.0
offset_top = 75.0
offset_right = 448.0
offset_bottom = 106.0
text = "Buy better text color | 200"
[node name="Upgrade5" type="Button" parent="BusyTimeUpgrades"]
layout_mode = 0
offset_left = 20.0
offset_top = 113.0
offset_right = 225.0
offset_bottom = 144.0
text = "Buy better text color | 250"
[node name="Upgrade6" type="Button" parent="BusyTimeUpgrades"]
layout_mode = 0
offset_left = 238.0
offset_top = 112.0
offset_right = 443.0
offset_bottom = 143.0
text = "Buy better text color | 300"
[node name="Task Upgrades" type="Control" parent="."]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="WeaponPurchase" type="Button" parent="Task Upgrades"]
layout_mode = 0
offset_left = 17.0
offset_top = 455.0
offset_right = 25.0
offset_bottom = 463.0
text = "Buy Random Weapon | 100"
[node name="HelmetPurchase" type="Button" parent="Task Upgrades"]
offset_left = 40.0
offset_top = 497.0
offset_right = 252.0
offset_bottom = 528.0
text = "Buy Random Helmet | 100"
[node name="ArmourPurchase" type="Button" parent="Task Upgrades"]
offset_left = 17.0
offset_top = 541.0
offset_right = 232.0
offset_bottom = 572.0
text = "Buy Random Armour | 100"
[connection signal="pressed" from="BusyTimeUpgrades/Upgrade1" to="." method="BusyTimeUpgrades" binds= [1]]
[connection signal="pressed" from="BusyTimeUpgrades/Upgrade2" to="." method="BusyTimeUpgrades" binds= [2]]
[connection signal="pressed" from="BusyTimeUpgrades/Upgrade3" to="." method="BusyTimeUpgrades" binds= [3]]
[connection signal="pressed" from="BusyTimeUpgrades/Upgrade4" to="." method="BusyTimeUpgrades" binds= [4]]
[connection signal="pressed" from="BusyTimeUpgrades/Upgrade5" to="." method="BusyTimeUpgrades" binds= [5]]
[connection signal="pressed" from="BusyTimeUpgrades/Upgrade6" to="." method="BusyTimeUpgrades" binds= [6]]
[connection signal="pressed" from="Task Upgrades/WeaponPurchase" to="." method="BuyWeapon"]
[connection signal="pressed" from="Task Upgrades/HelmetPurchase" to="." method="BuyHelmet"]
[connection signal="pressed" from="Task Upgrades/ArmourPurchase" to="." method="BuyArmour"]