Fix bug, add input display

This commit is contained in:
Miloslav Ciz 2025-05-28 22:05:50 +02:00
parent 19a2aff2cc
commit 0bbbc26f2a
5 changed files with 41 additions and 11 deletions

View file

@ -92,9 +92,15 @@
#endif
#ifndef LCR_SETTING_LOD_COLOR
/** RGB565 color of LOD blocks in the distance. */
#define LCR_SETTING_LOD_COLOR 0x4229
#endif
#ifndef LCR_SETTING_DISPLAY_INPUTS
/** Whether to display current inputs on the screen. */
#define LCR_SETTING_DISPLAY_INPUTS 1
#endif
#ifndef LCR_SETTING_CAR_ANIMATION_SUBDIVIDE
/** How many frames will be used to complete whole animation of the car model.
0 turns off car animation completely (may be faster and smaller), 1 turns on