Work on exports and some fixes to sound and multiplayer functions
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user