mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
tweak fade colormaps just a little bit
This commit is contained in:
parent
00d76bd9ef
commit
5ebb90cdd6
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ extern wipestyleflags_t wipestyleflags;
|
||||||
#define FADECOLORMAPDIV 8
|
#define FADECOLORMAPDIV 8
|
||||||
#define FADECOLORMAPROWS (256/FADECOLORMAPDIV)
|
#define FADECOLORMAPROWS (256/FADECOLORMAPDIV)
|
||||||
|
|
||||||
#define FADEREDFACTOR 20
|
#define FADEREDFACTOR 15
|
||||||
#define FADEGREENFACTOR 20
|
#define FADEGREENFACTOR 15
|
||||||
#define FADEBLUEFACTOR 10
|
#define FADEBLUEFACTOR 10
|
||||||
|
|
||||||
void F_WipeStartScreen(void);
|
void F_WipeStartScreen(void);
|
||||||
|
|
Loading…
Reference in a new issue