First Map Tests, Player + Movement and Spawning.

This commit is contained in:
Patrick 2024-12-06 19:48:11 +01:00
parent 1351ce3178
commit c483a438c7
7 changed files with 145 additions and 8 deletions

View file

@ -24,4 +24,4 @@ func _on_playerlist_changed() -> void:
func _on_start_button_pressed() -> void:
Networking.send_rpcs("start_game", ["hello", " world"])
Networking.start_game_call()