This commit is contained in:
allylikesfrogs
2023-05-05 21:37:59 -07:00
parent 89ae237941
commit a1cfe23993
3 changed files with 92 additions and 92 deletions

View File

@@ -228,7 +228,7 @@ public class PlayerMovement : MonoBehaviour
_isJumpFalling = false;
bool inCoyoteTime = LastOnGroundTime > 0;
print("coyote time: " + inCoyoteTime);
//print("coyote time: " + inCoyoteTime);
Jump();