Add minimal Bluegill fishing loop
This commit is contained in:
parent
dd2563c0d8
commit
bba93eb3e5
16 changed files with 461 additions and 3 deletions
6
fish/fish_data.gd
Normal file
6
fish/fish_data.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class_name FishData
|
||||
extends Resource
|
||||
|
||||
@export var id: StringName
|
||||
@export var display_name: String
|
||||
@export var icon: Texture2D
|
||||
Loading…
Add table
Add a link
Reference in a new issue