Added proper taggins for gravity
This commit is contained in:
@@ -13,10 +13,10 @@ const (
|
||||
// Physics
|
||||
const (
|
||||
Gravity = 1400.0
|
||||
JumpStrength = -480.0
|
||||
JumpStrength = -580.0
|
||||
MaxFallSpeed = 900.0
|
||||
GroundFriction = 0.82
|
||||
AirFriction = 0.96
|
||||
AirFriction = 0.86
|
||||
)
|
||||
|
||||
// Gameplay
|
||||
|
||||
Reference in New Issue
Block a user