Add spawning kitchen on hosting game

This commit is contained in:
JonShard
2026-07-30 16:03:34 +02:00
parent 8733d59084
commit 58e7792b62
16 changed files with 83 additions and 36 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ func _on_john_pressed() -> void:
func _on_host_pressed() -> void:
NetworkManager.request_host()
get_tree().change_scene_to_file.call_deferred("res://Scenes/JonScene.tscn")
get_tree().change_scene_to_file.call_deferred(MULTIPLAYER_SCENE)
func _on_join_pressed() -> void: