Expand fish and equipment catalogs

This commit is contained in:
Alexander Sellite 2026-08-14 16:31:28 -04:00
parent 63e50e285d
commit f55663c105
380 changed files with 9430 additions and 575 deletions

View file

@ -14,10 +14,12 @@ bone_name = "rod_socket"
[node name="FishingRod" type="Node3D" parent="."]
[node name="RodMesh" type="MeshInstance3D" parent="FishingRod"]
[node name="FallbackRodMesh" type="MeshInstance3D" parent="FishingRod"]
position = Vector3(0, 0.5, 0)
mesh = SubResource("FishingRodMesh")
material_override = SubResource("FishingRodMaterial")
[node name="ModelMount" type="Node3D" parent="FishingRod"]
[node name="FishingRodTip" type="Marker3D" parent="FishingRod"]
position = Vector3(0, 1.1, 0)