- Make the default dimcolor match VKDoom's titular orange tone
- Change Doom's gold-ish dim color to a more darker red (that gold-ish color is a leftover from ancient ZDoom days... time to move on away from it)
This commit is contained in:
parent
9d5fd281d6
commit
4d4a5ec440
3 changed files with 3 additions and 3 deletions
|
|
@ -339,7 +339,7 @@ CUSTOM_CVAR(Float, dimamount, -1.f, CVAR_ARCHIVE)
|
|||
self = 1.f;
|
||||
}
|
||||
}
|
||||
CVAR(Color, dimcolor, 0xffd700, CVAR_ARCHIVE)
|
||||
CVAR(Color, dimcolor, 0x571902, CVAR_ARCHIVE)
|
||||
|
||||
void System_M_Dim()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue