Various fixes (#1983)

* Closes #1928
* Closes #1925
* Closes #1864
This commit is contained in:
T14D3
2023-08-19 13:01:59 +02:00
committed by GitHub
parent 5eead0436f
commit 6c1e821d60
4 changed files with 34 additions and 6 deletions

View File

@ -690,7 +690,7 @@ enum HeadlightColors
XENON_PONY_PINK,
XENON_HOT_PINK,
XENON_PURPLE,
XENON_BACKLIGHT
XENON_BLACKLIGHT
};
#define NEON_COLOR_WHITE 222, 222, 255
@ -702,10 +702,10 @@ enum HeadlightColors
#define NEON_COLOR_GOLDENSHOWER 255, 150, 5
#define NEON_COLOR_ORANGE 255, 62, 0
#define NEON_COLOR_RED 255, 1, 1
#define NEON_COLOR_PONYPINK 255, 50, 100//Fag
#define NEON_COLOR_PONYPINK 255, 50, 100
#define NEON_COLOR_HOTPINK 255, 5, 190
#define NEON_COLOR_PURPLE 35, 1, 255
#define NEON_COLOR_BACKLIGHT 15, 3, 255
#define NEON_COLOR_BLACKLIGHT 15, 3, 255
#define TIRESMOKE_COLOR_WHITE 255, 255, 255
#define TIRESMOKE_COLOR_BLACK 20, 20, 20