2026-07-25 22:15:39 -04:00
|
|
|
|
[gd_scene load_steps=7 format=3]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://ui/fishing_shop.gd" id="1_script"]
|
|
|
|
|
|
[ext_resource type="Theme" path="res://ui/game_theme.tres" id="2_theme"]
|
|
|
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/placeholder/reel_speed_upgrade.svg" id="3_reel"]
|
2026-08-09 13:31:31 -04:00
|
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/shop/64_power_plus.png" id="4_barrier"]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/placeholder/fish_coin.svg" id="5_coin"]
|
2026-08-08 00:34:06 -04:00
|
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/equipment/64_cooler_plus.png" id="6_cooler"]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="FishingShop" type="Control"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
visible = false
|
|
|
|
|
|
z_index = 80
|
|
|
|
|
|
layout_mode = 3
|
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
mouse_filter = 2
|
|
|
|
|
|
theme = ExtResource("2_theme")
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 20
|
2026-07-25 21:24:01 -04:00
|
|
|
|
script = ExtResource("1_script")
|
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
|
[node name="InputBlocker" type="Control" parent="."]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 1
|
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
mouse_filter = 0
|
2026-07-31 21:20:23 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="ShopCoolerPage" type="Control" parent="."]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
visible = false
|
|
|
|
|
|
z_index = 90
|
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
mouse_filter = 1
|
|
|
|
|
|
|
|
|
|
|
|
[node name="ShopCoolerMount" type="Control" parent="ShopCoolerPage"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
mouse_filter = 1
|
|
|
|
|
|
|
|
|
|
|
|
[node name="BackToShopButton" type="Button" parent="ShopCoolerPage"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
z_index = 110
|
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
|
offset_left = 1052.0
|
|
|
|
|
|
offset_top = 54.0
|
|
|
|
|
|
offset_right = 1218.0
|
|
|
|
|
|
offset_bottom = 104.0
|
|
|
|
|
|
text = "back to shop"
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="ShopPanel" type="PanelContainer" parent="."]
|
2026-08-09 11:22:35 -04:00
|
|
|
|
z_index = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
unique_name_in_owner = true
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 1
|
|
|
|
|
|
anchors_preset = 8
|
|
|
|
|
|
anchor_left = 0.5
|
|
|
|
|
|
anchor_top = 0.5
|
|
|
|
|
|
anchor_right = 0.5
|
|
|
|
|
|
anchor_bottom = 0.5
|
2026-07-31 21:20:23 -04:00
|
|
|
|
offset_left = -490.0
|
|
|
|
|
|
offset_top = -300.0
|
|
|
|
|
|
offset_right = 490.0
|
|
|
|
|
|
offset_bottom = 300.0
|
2026-07-25 21:24:01 -04:00
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Margin" type="MarginContainer" parent="ShopPanel"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/margin_left = 16
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_top = 12
|
2026-07-25 21:24:01 -04:00
|
|
|
|
theme_override_constants/margin_right = 16
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_bottom = 12
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="Layout" type="VBoxContainer" parent="ShopPanel/Margin"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/separation = 10
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Header" type="HBoxContainer" parent="ShopPanel/Margin/Layout"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/separation = 8
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Title" type="Label" parent="ShopPanel/Margin/Layout/Header"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
size_flags_horizontal = 3
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "fishing shop"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 32
|
2026-07-25 21:24:01 -04:00
|
|
|
|
theme_override_colors/font_color = Color(0.208, 0.725, 0.78, 1)
|
|
|
|
|
|
|
|
|
|
|
|
[node name="CoinIcon" type="TextureRect" parent="ShopPanel/Margin/Layout/Header"]
|
|
|
|
|
|
custom_minimum_size = Vector2(24, 24)
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
texture = ExtResource("5_coin")
|
|
|
|
|
|
expand_mode = 1
|
|
|
|
|
|
stretch_mode = 5
|
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
|
|
|
|
|
|
|
[node name="WalletLabel" type="Label" parent="ShopPanel/Margin/Layout/Header"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "wallet: $0"
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="CloseButton" type="Button" parent="ShopPanel/Margin/Layout/Header"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "close"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
custom_minimum_size = Vector2(104, 48)
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
|
[node name="ModeTabs" type="HBoxContainer" parent="ShopPanel/Margin/Layout"]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
alignment = 1
|
|
|
|
|
|
theme_override_constants/separation = 10
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
|
[node name="BuyModeButton" type="Button" parent="ShopPanel/Margin/Layout/ModeTabs"]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
unique_name_in_owner = true
|
2026-07-31 21:20:23 -04:00
|
|
|
|
custom_minimum_size = Vector2(180, 42)
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
text = "buy gear & supplies"
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
|
[node name="SellModeButton" type="Button" parent="ShopPanel/Margin/Layout/ModeTabs"]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
unique_name_in_owner = true
|
2026-07-31 21:20:23 -04:00
|
|
|
|
custom_minimum_size = Vector2(180, 42)
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
text = "sell fish"
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
|
[node name="Feedback" type="Label" parent="ShopPanel/Margin/Layout"]
|
2026-07-26 23:18:51 -04:00
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
text = ""
|
2026-07-26 23:18:51 -04:00
|
|
|
|
horizontal_alignment = 1
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_colors/font_color = Color(1, 0.82, 0.4, 1)
|
2026-07-26 23:18:51 -04:00
|
|
|
|
|
2026-08-09 11:22:35 -04:00
|
|
|
|
[node name="ShopTabBar" type="HBoxContainer" parent="."]
|
2026-08-08 22:39:50 -04:00
|
|
|
|
unique_name_in_owner = true
|
2026-08-09 11:22:35 -04:00
|
|
|
|
z_index = 1
|
|
|
|
|
|
offset_left = 298.0
|
|
|
|
|
|
offset_top = 26.0
|
|
|
|
|
|
offset_right = 982.0
|
|
|
|
|
|
offset_bottom = 70.0
|
2026-08-08 22:39:50 -04:00
|
|
|
|
alignment = 1
|
|
|
|
|
|
theme_override_constants/separation = 6
|
|
|
|
|
|
|
2026-07-31 21:20:23 -04:00
|
|
|
|
[node name="Body" type="HBoxContainer" parent="ShopPanel/Margin/Layout"]
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
size_flags_vertical = 3
|
2026-08-08 22:39:50 -04:00
|
|
|
|
theme_override_constants/separation = 0
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="Upgrades" type="VBoxContainer" parent="ShopPanel/Margin/Layout/Body"]
|
2026-08-08 22:39:50 -04:00
|
|
|
|
unique_name_in_owner = true
|
2026-07-25 22:15:39 -04:00
|
|
|
|
custom_minimum_size = Vector2(270, 0)
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
size_flags_horizontal = 3
|
2026-07-25 21:24:01 -04:00
|
|
|
|
theme_override_constants/separation = 8
|
|
|
|
|
|
|
|
|
|
|
|
[node name="UpgradeTitle" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades"]
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "fishing upgrades"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 23
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
2026-07-25 22:15:39 -04:00
|
|
|
|
[node name="Supplies" type="VBoxContainer" parent="ShopPanel/Margin/Layout/Body"]
|
2026-08-08 22:39:50 -04:00
|
|
|
|
unique_name_in_owner = true
|
2026-07-25 22:15:39 -04:00
|
|
|
|
custom_minimum_size = Vector2(210, 0)
|
|
|
|
|
|
layout_mode = 2
|
2026-07-31 21:20:23 -04:00
|
|
|
|
size_flags_horizontal = 3
|
2026-07-25 22:15:39 -04:00
|
|
|
|
theme_override_constants/separation = 6
|
|
|
|
|
|
|
2026-08-08 22:39:50 -04:00
|
|
|
|
[node name="StockTitle" type="Label" parent="ShopPanel/Margin/Layout/Body/Supplies"]
|
|
|
|
|
|
unique_name_in_owner = true
|
2026-07-25 22:15:39 -04:00
|
|
|
|
layout_mode = 2
|
2026-08-02 00:45:07 -04:00
|
|
|
|
text = "shop stock"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 23
|
2026-07-25 22:15:39 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="Scroll" type="ScrollContainer" parent="ShopPanel/Margin/Layout/Body/Supplies"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
horizontal_scroll_mode = 0
|
|
|
|
|
|
|
|
|
|
|
|
[node name="SuppliesList" type="VBoxContainer" parent="ShopPanel/Margin/Layout/Body/Supplies/Scroll"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
theme_override_constants/separation = 5
|
|
|
|
|
|
|
2026-07-25 21:24:01 -04:00
|
|
|
|
[node name="ReelCard" type="PanelContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Margin" type="MarginContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/margin_left = 9
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_top = 7
|
2026-07-25 21:24:01 -04:00
|
|
|
|
theme_override_constants/margin_right = 9
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_bottom = 7
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="Row" type="HBoxContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/separation = 9
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Icon" type="TextureRect" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin/Row"]
|
2026-08-08 00:34:06 -04:00
|
|
|
|
custom_minimum_size = Vector2(88, 88)
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
texture = ExtResource("3_reel")
|
|
|
|
|
|
expand_mode = 1
|
|
|
|
|
|
stretch_mode = 5
|
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Data" type="VBoxContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin/Row"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Name" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin/Row/Data"]
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "reel speed"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 22
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="ReelLevel" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "level 0"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="ReelEffect" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
text = "1.00× → 1.10×"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="ReelCost" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
text = "$50"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="ReelPurchase" type="Button" parent="ShopPanel/Margin/Layout/Body/Upgrades/ReelCard/Margin/Row"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "purchase"
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="BarrierCard" type="PanelContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Margin" type="MarginContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/margin_left = 9
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_top = 7
|
2026-07-25 21:24:01 -04:00
|
|
|
|
theme_override_constants/margin_right = 9
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_bottom = 7
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="Row" type="HBoxContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/separation = 9
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Icon" type="TextureRect" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row"]
|
2026-08-08 00:34:06 -04:00
|
|
|
|
custom_minimum_size = Vector2(88, 88)
|
2026-07-25 21:24:01 -04:00
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
texture = ExtResource("4_barrier")
|
|
|
|
|
|
expand_mode = 1
|
|
|
|
|
|
stretch_mode = 5
|
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Data" type="VBoxContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Name" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row/Data"]
|
|
|
|
|
|
layout_mode = 2
|
2026-08-09 13:31:31 -04:00
|
|
|
|
text = "rod power"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 22
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="BarrierLevel" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "level 0"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="BarrierEffect" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
text = "1 damage → 2 damage"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="BarrierCost" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
text = "$100"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="BarrierPurchase" type="Button" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "purchase"
|
2026-07-25 21:24:01 -04:00
|
|
|
|
|
2026-07-25 22:15:39 -04:00
|
|
|
|
[node name="CoolerCard" type="PanelContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Margin" type="MarginContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/margin_left = 9
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_top = 7
|
2026-07-25 22:15:39 -04:00
|
|
|
|
theme_override_constants/margin_right = 9
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_constants/margin_bottom = 7
|
2026-07-25 22:15:39 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="Row" type="HBoxContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
theme_override_constants/separation = 9
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Icon" type="TextureRect" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin/Row"]
|
2026-08-08 00:34:06 -04:00
|
|
|
|
custom_minimum_size = Vector2(88, 88)
|
2026-07-25 22:15:39 -04:00
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
texture = ExtResource("6_cooler")
|
|
|
|
|
|
expand_mode = 1
|
|
|
|
|
|
stretch_mode = 5
|
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Data" type="VBoxContainer" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin/Row"]
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Name" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin/Row/Data"]
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "cooler capacity"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 22
|
2026-07-25 22:15:39 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="CoolerLevel" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "level 0"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 22:15:39 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="CoolerEffect" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
text = "12 → 18 fish"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 22:15:39 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="CoolerCost" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin/Row/Data"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
text = "$75"
|
2026-07-31 21:20:23 -04:00
|
|
|
|
theme_override_font_sizes/font_size = 18
|
2026-07-25 22:15:39 -04:00
|
|
|
|
|
|
|
|
|
|
[node name="CoolerPurchase" type="Button" parent="ShopPanel/Margin/Layout/Body/Upgrades/CoolerCard/Margin/Row"]
|
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
layout_mode = 2
|
2026-07-26 23:18:51 -04:00
|
|
|
|
text = "purchase"
|