Start checkpoint rendering
This commit is contained in:
parent
e23fb2657a
commit
2c5162b635
5 changed files with 157 additions and 84 deletions
15
settings.h
15
settings.h
|
@ -126,6 +126,21 @@
|
|||
#define LCR_SETTING_GHOST_COLOR 0xff00
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_CHECKPOINT0_COLOR
|
||||
/** Color of untaken checkpoint (in RGB565). */
|
||||
#define LCR_SETTING_CHECKPOINT0_COLOR 0x0f00
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_CHECKPOINT1_COLOR
|
||||
/** Color of taken checkpoint (in RGB565). */
|
||||
#define LCR_SETTING_CHECKPOINT1_COLOR 0xf000
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FINISH_COLOR
|
||||
/** Color of finish block (in RGB565). */
|
||||
#define LCR_SETTING_FINISH_COLOR 0x00f0
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_SMOOTH_ANIMATIONS
|
||||
/** Whether to smooth out animations (car physics, camera movement etc.). */
|
||||
#define LCR_SETTING_SMOOTH_ANIMATIONS 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue