Add minimal Bluegill fishing loop

This commit is contained in:
Alexander Sellite 2026-07-25 11:05:37 -04:00
parent dd2563c0d8
commit bba93eb3e5
16 changed files with 461 additions and 3 deletions

8
fish/bluegill.tres Normal file
View file

@ -0,0 +1,8 @@
[gd_resource type="Resource" load_steps=2 format=3]
[ext_resource type="Script" path="res://fish/fish_data.gd" id="1_fish_data"]
[resource]
script = ExtResource("1_fish_data")
id = &"bluegill"
display_name = "Bluegill"

6
fish/fish_data.gd Normal file
View file

@ -0,0 +1,6 @@
class_name FishData
extends Resource
@export var id: StringName
@export var display_name: String
@export var icon: Texture2D

1
fish/fish_data.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://h7hg45b7wmst