WIP: Better player input system

This commit is contained in:
2025-01-29 22:59:36 +01:00
parent d024f217d0
commit 67e81abad9
19 changed files with 391 additions and 63 deletions

View File

@ -20,11 +20,11 @@ func _ready() -> void:
err = _add_player_spawner()
if err != OK:
print("Couldn't load player spawner")
push_error("Couldn't load player spawner")
err = _add_object_spawner()
if err != OK:
print("Couldn't load object spawner")
push_error("Couldn't load object spawner")
# add objects spawner
if multiplayer.is_server():
_spawn_player(1)