diff --git a/items/icons/shop/64_power_plus.png b/items/icons/shop/64_power_plus.png new file mode 100644 index 0000000..8aacdbc Binary files /dev/null and b/items/icons/shop/64_power_plus.png differ diff --git a/items/icons/shop/64_power_plus.png.import b/items/icons/shop/64_power_plus.png.import new file mode 100644 index 0000000..c82907d --- /dev/null +++ b/items/icons/shop/64_power_plus.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://xh2g4eytrjep" +path="res://.godot/imported/64_power_plus.png-98b7e06d3090a4411d56e2046b8c9d4b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://items/icons/shop/64_power_plus.png" +dest_files=["res://.godot/imported/64_power_plus.png-98b7e06d3090a4411d56e2046b8c9d4b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/playtest/README-PLAYTEST.txt b/playtest/README-PLAYTEST.txt index 5be38b4..67e8870 100644 --- a/playtest/README-PLAYTEST.txt +++ b/playtest/README-PLAYTEST.txt @@ -54,7 +54,7 @@ FISHING - Coffee improves movement; other supplies temporarily improve fishing. - The Cooler starts at 12 fish; buy permanent capacity expansions at the shop. - Reel Speed upgrades increase authoritative green reeling progress. -- Barrier Power upgrades increase damage per valid barrier action. +- Rod Power upgrades increase damage per valid barrier action. - Shop upgrades persist in the local progression save. - Escape closes shop confirmations before closing the shop itself. diff --git a/ui/fishing_shop.tscn b/ui/fishing_shop.tscn index ef10a3c..58d2961 100644 --- a/ui/fishing_shop.tscn +++ b/ui/fishing_shop.tscn @@ -3,7 +3,7 @@ [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"] -[ext_resource type="Texture2D" path="res://items/icons/placeholder/barrier_power_upgrade.svg" id="4_barrier"] +[ext_resource type="Texture2D" path="res://items/icons/shop/64_power_plus.png" id="4_barrier"] [ext_resource type="Texture2D" path="res://items/icons/placeholder/fish_coin.svg" id="5_coin"] [ext_resource type="Texture2D" path="res://items/icons/equipment/64_cooler_plus.png" id="6_cooler"] @@ -277,7 +277,7 @@ size_flags_horizontal = 3 [node name="Name" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row/Data"] layout_mode = 2 -text = "barrier power" +text = "rod power" theme_override_font_sizes/font_size = 22 [node name="BarrierLevel" type="Label" parent="ShopPanel/Margin/Layout/Body/Upgrades/BarrierCard/Margin/Row/Data"]