tweaaaaak

This commit is contained in:
Josh Deprez 2021-08-12 16:29:14 +10:00
parent d172bb9f6a
commit 6cf9904403

View file

@ -33,7 +33,7 @@ func (aw *Awakeman) Update() error {
restitution = -0.3 restitution = -0.3
gravity = 0.3 gravity = 0.3
airResistance = -0.01 // ⇒ terminal velocity = 30 airResistance = -0.01 // ⇒ terminal velocity = 30
jumpVelocity = -4 jumpVelocity = -4.2
runVelocity = 1.4 runVelocity = 1.4
coyoteTime = 5 coyoteTime = 5
) )