Make platformer player movement 100% physics-based

This commit is contained in:
RochesterX
2025-01-13 15:58:50 -05:00
parent e95c8897f0
commit 4be2e20865
6 changed files with 67 additions and 6 deletions

View File

@@ -187,11 +187,13 @@ MonoBehaviour:
serializedVersion: 2
m_Bits: 64
walkSpeed: 5
walkSpeedFactor: 30
maxSpeed: 5
virtualAxisX: 0
virtualButtonJump: 0
virtualButtonJumpLastFrame: 0
turnaroundMultiplier: 2
walkSmooth: 0
walkSmooth: 0.98
secondsToFullSpeed: 0
jumpSpeed: 17
coyoteTime: 0.1