- 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:
nashmuhandes 2024-07-04 17:21:11 +08:00
commit 4d4a5ec440
3 changed files with 3 additions and 3 deletions

View file

@ -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()
{