fix: a lot of networking bugs

This commit is contained in:
DottsGit
2026-06-06 19:26:22 -04:00
parent ff3e01a9e5
commit dbbfbef4a4
7 changed files with 194 additions and 109 deletions
+2
View File
@@ -64,6 +64,8 @@ func _ready() -> void:
func _physics_process(delta: float) -> void:
if player and not player.multiplayer.is_server(): return
# Update coyote time
if on_ground:
coyote_timer = params.coyote_time