Add playable starter island

This commit is contained in:
Alexander Sellite 2026-07-27 00:13:07 -04:00
parent 633bbd9a88
commit 8032d266ec
14 changed files with 402 additions and 173 deletions

View file

@ -54,6 +54,8 @@ var _quit_in_progress: bool = false
func _ready() -> void:
_player.global_transform = _test_world.get_player_spawn_transform()
_player.velocity = Vector3.ZERO
_player.fish_sale_service.setup(
_player.inventory,
_player.wallet