Add data-driven fish selection and catch showcase
This commit is contained in:
parent
ae2f724fe2
commit
bd2768b676
39 changed files with 1226 additions and 58 deletions
6
fish/fish_pool.gd
Normal file
6
fish/fish_pool.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class_name FishPool
|
||||
extends Resource
|
||||
|
||||
const FishDataType = preload("res://fish/fish_data.gd")
|
||||
|
||||
@export var candidates: Array[FishDataType] = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue