Add playable starter island
This commit is contained in:
parent
633bbd9a88
commit
8032d266ec
14 changed files with 402 additions and 173 deletions
|
|
@ -6,3 +6,4 @@ const FishPoolType = preload("res://fish/fish_pool.gd")
|
|||
@export var location_tags: Array[StringName] = []
|
||||
@export var fish_pool: FishPoolType
|
||||
@export var selection_priority: int = 0
|
||||
@export var surface_height: float = 0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue