Change settings a bit

This commit is contained in:
Miloslav Ciz 2025-06-10 14:24:04 +02:00
parent 4b6fcdb1a4
commit 41f9d3f886
3 changed files with 18 additions and 15 deletions

View file

@ -132,7 +132,7 @@
#ifndef LCR_SETTING_GHOST_COLOR
/** Color of the ghost car (in RGB565). */
#define LCR_SETTING_GHOST_COLOR 0xff00
#define LCR_SETTING_GHOST_COLOR 0xf79e
#endif
#ifndef LCR_SETTING_CHECKPOINT_0_COLOR
@ -197,7 +197,7 @@
#ifndef LCR_SETTING_COUNTDOWN_MS
/** Run start countdown length in milliseconds. */
#define LCR_SETTING_COUNTDOWN_MS 2850
#define LCR_SETTING_COUNTDOWN_MS 2200
#endif
#ifndef LCR_SETTING_MAP_CHUNK_RELOAD_INTERVAL