Add car tint
This commit is contained in:
parent
8fda53cb35
commit
9a431f72de
3 changed files with 31 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue