Add playable starter island
This commit is contained in:
parent
633bbd9a88
commit
8032d266ec
14 changed files with 402 additions and 173 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue