Use dark gray instead of black for Korax's chat lines.
This is mainly because GZDoom uses literal BLACK to print those to the terminal and, obviously, black text on a black background isn't legible.
This commit is contained in:
parent
a855a632d6
commit
ed538f7efe
2 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1035 \cu(Wed 29 Nov 11:32:43 CET 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1035 \cu(2023-11-29 11:32:43)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1036 \cu(Thu 30 Nov 13:08:01 CET 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1036 \cu(2023-11-30 13:08:01)\c-";
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ extend Class SWWMStatusBar
|
|||
}
|
||||
if ( koraxline )
|
||||
{
|
||||
Console.PrintfEx(PRINT_CHAT,"\cmKorax\c*: "..msg.."\c*");
|
||||
Console.PrintfEx(PRINT_CHAT,"\cuKorax\c*: "..msg.."\c*");
|
||||
return true;
|
||||
}
|
||||
bool ispuzzle = false;
|
||||
|
|
@ -191,7 +191,7 @@ extend Class SWWMStatusBar
|
|||
mainframeline = true;
|
||||
if ( mainframeline )
|
||||
{
|
||||
Console.PrintfEx(PRINT_CHAT,"\cmAI Mainframe\c*: "..msg.."\c*");
|
||||
Console.PrintfEx(PRINT_CHAT,"\cuAI Mainframe\c*: "..msg.."\c*");
|
||||
return true;
|
||||
}
|
||||
if ( !fnt || (fnt == smallfont) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue