Added proper taggins for gravity

This commit is contained in:
2025-11-26 00:27:28 -07:00
parent a9b2a3b7ff
commit c70f85abe5
4 changed files with 118 additions and 24 deletions

View File

@@ -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