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:
parent
06e36e21ae
commit
195cfce4e8
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user