Refine fishing validity, shoreline, and line routing

This commit is contained in:
Alexander Sellite 2026-07-25 13:04:23 -04:00
parent e3d86b1cb8
commit ad848f9431
6 changed files with 669 additions and 120 deletions

View file

@ -10,4 +10,5 @@ const PlayerType = preload("res://player/player.gd")
func _ready() -> void:
_fishing_spot.setup(_player)
_game_ui.setup(_player.inventory, _fishing_spot)