1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00

Colorblind-friendly team colors option

This commit is contained in:
Louvenarde 2021-08-14 14:48:46 +02:00
parent 06e36e21ae
commit 195cfce4e8
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)