updated debug and network player prefab

This commit is contained in:
Melbyj1125
2021-12-10 13:42:32 -06:00
parent 9bc571dded
commit 45ce1576b5
4 changed files with 38 additions and 14 deletions

View File

@@ -109,7 +109,7 @@ public class dPlayerMovement : NetworkBehaviour
//Get parents up direction
up = GetComponentInParent<Transform>().up;
//
//Coyote Timer Initialization
curCoyJumpTimer = coyJumpTimer;
}