Add car tint

This commit is contained in:
Miloslav Ciz 2025-03-17 20:34:09 +01:00
parent 8fda53cb35
commit 9a431f72de
3 changed files with 31 additions and 2 deletions

View file

@ -233,4 +233,11 @@
#define LCR_SETTING_POPUP_DURATION 2500
#endif
#ifndef LCR_SETTING_CAR_TINT
/** Tints the car's texture, in lowest 3 bits says which of the RGB
components should be retained (1) and which diminished (0). Value 0x07
leaves the car untinted (car have slightly better performance). */
#define LCR_SETTING_CAR_TINT 0x07
#endif
#endif // guard