mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- SW's caption done, too.
In this case the font is squashed to be more narrow because otherwise many texts would not fit anymore.
This commit is contained in:
parent
5bcb72f7a9
commit
17a68bc60a
5 changed files with 31 additions and 2 deletions
|
@ -1131,9 +1131,10 @@ void SetDefaultMenuColors()
|
|||
{
|
||||
OptionSettings.mFontColorHeader = CR_DARKRED;
|
||||
OptionSettings.mFontColorHighlight = CR_WHITE;
|
||||
cls = PClass::FindClass("MenuCustomizerSW");
|
||||
}
|
||||
else if (g_gameType & GAMEFLAG_PSEXHUMED)
|
||||
{
|
||||
{
|
||||
OptionSettings.mFontColorHeader = CR_LIGHTBLUE;
|
||||
OptionSettings.mFontColorHighlight = CR_SAPPHIRE;
|
||||
OptionSettings.mFontColor = CR_GOLD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue