MP sync working, redoing all menus now

This commit is contained in:
2023-02-05 12:41:03 -05:00
parent d3dcbc153a
commit d7572b48cc
16 changed files with 330 additions and 73 deletions

View File

@@ -0,0 +1,18 @@
extends MultiplayerSynchronizer
#func _enter_tree():
# set_multiplayer_authority(1)
#
## Called when the node enters the scene tree for the first time.
#func _ready():
# if not is_multiplayer_authority(): return
#
#
## Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# if not is_multiplayer_authority(): return
#
#
#func _physics_process(delta):
# if not is_multiplayer_authority(): return