Add fish artwork and Sunfish species

This commit is contained in:
Alexander Sellite 2026-07-26 23:18:32 -04:00
parent a91f2b9825
commit 9277326164
15 changed files with 200 additions and 10 deletions

View file

@ -3,12 +3,12 @@
[ext_resource type="Script" path="res://fish/fish_data.gd" id="1_fish_data"]
[ext_resource type="Resource" path="res://fishing/common_catch_profile.tres" id="2_profile"]
[ext_resource type="Resource" path="res://fish/default_availability.tres" id="3_availability"]
[ext_resource type="Texture2D" path="res://fish/species/bluegill/bluegill.svg" id="4_texture"]
[ext_resource type="Texture2D" path="res://fish/species/bluegill/fish_bluegill.png" id="4_texture"]
[resource]
script = ExtResource("1_fish_data")
id = &"bluegill"
display_name = "Bluegill"
display_name = "bluegill"
rarity = 0
base_catch_weight = 10.0
catch_profile = ExtResource("2_profile")