Merge pull request #9001 from ChillerDragon/pr_dm_plus_colors

Change color of non standard vanilla gametypes
This commit is contained in:
Dennis Felsing 2024-09-20 07:00:23 +00:00 committed by GitHub
commit 5558a69e1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ static ColorRGBA GetGametypeTextColor(const char *pGametype)
if(pGametype[0] == 'i' || pGametype[0] == 'g')
HslaColor = ColorHSLA(0.0f, 1.0f, 0.75f);
else
HslaColor = ColorHSLA(0.375f, 1.0f, 0.35f);
HslaColor = ColorHSLA(0.40f, 1.0f, 0.75f);
}
else if(str_find_nocase(pGametype, "f-ddrace") || str_find_nocase(pGametype, "freeze"))
HslaColor = ColorHSLA(0.0f, 1.0f, 0.75f);