Replace fishing rod placeholder icon

This commit is contained in:
Alexander Sellite 2026-07-29 15:04:56 -04:00
parent fdfc2614d4
commit 9e473656b6
4 changed files with 5 additions and 17 deletions

View file

@ -1,7 +1,7 @@
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
[ext_resource type="Script" path="res://items/item_data.gd" id="1_script"]
[ext_resource type="Texture2D" path="res://items/icons/placeholder/basic_fishing_rod.svg" id="2_icon"]
[ext_resource type="Texture2D" path="res://items/icons/equipment/64_rod_base_thick.png" id="2_icon"]
[resource]
script = ExtResource("1_script")

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c6krnuo5lp861"
path="res://.godot/imported/basic_fishing_rod.svg-bc9101c1a69623deb55f1b3189ae4567.ctex"
uid="uid://02t4tyyt0vwi"
path="res://.godot/imported/64_rod_base_thick.png-60188964cb71ab30683aa983d1300765.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://items/icons/placeholder/basic_fishing_rod.svg"
dest_files=["res://.godot/imported/basic_fishing_rod.svg-bc9101c1a69623deb55f1b3189ae4567.ctex"]
source_file="res://items/icons/equipment/64_rod_base_thick.png"
dest_files=["res://.godot/imported/64_rod_base_thick.png-60188964cb71ab30683aa983d1300765.ctex"]
[params]
@ -38,6 +38,3 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false

View file

@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g fill="none" stroke="#17243a" stroke-width="5" stroke-linecap="round" stroke-linejoin="round">
<path d="M13 53 L48 12"/>
<path d="M48 12 C57 21 56 35 50 43"/>
<path d="M50 43 q-5 7 2 9"/>
</g>
<rect x="8" y="47" width="14" height="8" rx="2" fill="#8b5a2b" stroke="#17243a" stroke-width="4" transform="rotate(-49 15 51)"/>
<circle cx="29" cy="35" r="7" fill="#54c7c0" stroke="#17243a" stroke-width="4"/>
</svg>

Before

Width:  |  Height:  |  Size: 493 B