mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Colorify BW gamemode
This commit is contained in:
parent
3438e272af
commit
0bc4e7601e
|
@ -480,6 +480,8 @@ void CMenus::RenderServerbrowserServerList(CUIRect View)
|
|||
hsl = ColorHSLA(0.83f, 1.0f, 0.75f);
|
||||
else if(str_find_nocase(pItem->m_aGameType, "gores"))
|
||||
hsl = ColorHSLA(0.525f, 1.0f, 0.75f);
|
||||
else if(str_find_nocase(pItem->m_aGameType, "BW"))
|
||||
hsl = ColorHSLA(0.050f, 1.0f, 0.75f);
|
||||
else if(str_find_nocase(pItem->m_aGameType, "ddracenet") || str_find_nocase(pItem->m_aGameType, "ddnet"))
|
||||
hsl = ColorHSLA(0.58f, 1.0f, 0.75f);
|
||||
else if(str_find_nocase(pItem->m_aGameType, "ddrace") || str_find_nocase(pItem->m_aGameType, "mkrace"))
|
||||
|
|
Loading…
Reference in a new issue