Work on exports and some fixes to sound and multiplayer functions

This commit is contained in:
2026-01-09 06:53:37 -05:00
parent ec02685065
commit d5ff05ae75
11 changed files with 156 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ extends MultiplayerSpawner
func _ready() -> void:
print(Multiplayer.get_local_ip())
if Game.net_test:
await get_tree().create_timer(0.25).timeout
Multiplayer.join_game("123")