Modify maps a bit

This commit is contained in:
Miloslav Ciz 2025-03-20 19:55:08 +01:00
parent 726931931f
commit 9ec3c6b406
4 changed files with 25 additions and 48 deletions

View file

@ -76,7 +76,7 @@ typedef int32_t LCR_GameUnit; ///< abstract game unit
#define LCR_CAR_STEER_FRICTION (TPE_F)
#define LCR_CAR_ELASTICITY (TPE_F / 64)
#define LCR_CAR_ACCELERATION (LCR_PHYSICS_UNIT / 9)
#define LCR_CAR_STEER_SPEED (LCR_GAME_UNIT / 18)
#define LCR_CAR_STEER_SPEED (LCR_GAME_UNIT / 14)
#define LCR_CAR_STEER_MAX (LCR_GAME_UNIT / 2)
#define LCR_CAR_ACCELERATOR_FACTOR 2