Adjust details

This commit is contained in:
Miloslav Ciz 2025-03-24 23:30:21 +01:00
parent 92968360a1
commit cacd5f84a9
4 changed files with 6 additions and 4 deletions

View file

@ -73,7 +73,7 @@ typedef int32_t LCR_GameUnit; ///< abstract game unit
#define LCR_CAR_FORWARD_FRICTION (TPE_F / 180)
#define LCR_CAR_AIR_FRICTION 32
#define LCR_CAR_STAND_FRICTION_MULTIPLIER 32
#define LCR_CAR_STEER_FRICTION (TPE_F)
#define LCR_CAR_STEER_FRICTION ((3 * TPE_F) / 4)
#define LCR_CAR_ELASTICITY (TPE_F / 64)
#define LCR_CAR_ACCELERATION (LCR_PHYSICS_UNIT / 9)
#define LCR_CAR_STEER_SPEED (LCR_GAME_UNIT / 14)