Start turning

This commit is contained in:
Miloslav Ciz 2024-09-10 17:29:22 +02:00
parent 74ea3dcd41
commit 0cedae66a9
5 changed files with 80 additions and 21 deletions

View file

@ -102,18 +102,18 @@
#ifndef LCR_SETTING_CAMERA_HEIGHT
/** Base height of the car follow camera, in 4ths of map block height. */
#define LCR_SETTING_CAMERA_HEIGHT 4
#define LCR_SETTING_CAMERA_HEIGHT 7
#endif
#ifndef LCR_SETTING_CAMERA_HEIGHT_BAND
/** Size of height band of the follow camera, in same units as base height. */
#define LCR_SETTING_CAMERA_HEIGHT_BAND 2
#define LCR_SETTING_CAMERA_HEIGHT_BAND 1
#endif
#ifndef LCR_SETTING_CAMERA_MAX_DISTANCE
/** Maximum horizontal distance of the car follow camera, in 4ths of map block
width. */
#define LCR_SETTING_CAMERA_MAX_DISTANCE 6
#define LCR_SETTING_CAMERA_MAX_DISTANCE 5
#endif
#ifndef LCR_SETTING_GHOST_COLOR