Colorblind-friendly team colors option

(cherry picked from commit 195cfce4e8b5c5fa533fba96f777d82d4ab5157e)
pull/3/head
Louvenarde 2021-08-14 14:48:46 +02:00
parent 84606feb20
commit 4bae717feb
2 changed files with 3 additions and 2 deletions

View File

@ -538,8 +538,8 @@ LANG_ENGLISH "Show FPS Labels"
REFERENCE MENU_NEWCOLORS
LANG_ENGLISH "Use new color codes"
REFERENCE MENU_NEWCOLORS
LANG_ENGLISH "Use new color codes"
REFERENCE MENU_COLORBLIND_MODE
LANG_ENGLISH "Use colorblind-friendly team colors"
REFERENCE MENU_CHANGELOG
LANG_ENGLISH "Changelog"

View File

@ -76,6 +76,7 @@ menuDef
PC_OPTIONS_SECTION_TITLE(MENU_TITLE)
PC_OPTIONS_DVARYESNO(0, "@MENU_SHOW_BLOOD", "cg_blood", ;, when(0))
PC_OPTIONS_DVARYESNO(0, "@MENU_COLORBLIND_MODE", "r_colorBlindTeams", ;, when(0))
PC_OPTIONS_DVARYESNO_RAW(1, "@MENU_NEWCOLORS", "cg_newColors", ;, "@MPUI_DESC_NEWCOLORS", when(0), 1)
PC_OPTIONS_SEPERATOR(1)