mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
testing menu change
This commit is contained in:
parent
dd45f3cd61
commit
777f88702d
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ menuitem_t OPTIONS_ProfileAccessibility[] = {
|
|||
|
||||
{IT_STRING | IT_CVAR, "Input Display", "Show virtual controller on the HUD.",
|
||||
NULL, {.cvar = &cv_drawinput}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "It's a me", "Hi hi hello.",
|
||||
NULL, {.cvar = &cv_globalsaturation}, 0, 0},
|
||||
};
|
||||
|
||||
menu_t OPTIONS_ProfileAccessibilityDef = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue