mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Merge branch 'accessibility-overlap' into 'master'
Menus/Accessibility: shorten "Screenshake Strength" to "Screenshake" Closes #1078 See merge request KartKrew/Kart!1959
This commit is contained in:
commit
4346096fee
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ menuitem_t OPTIONS_ProfileAccessibility[] = {
|
||||||
{IT_STRING | IT_CVAR, "Reduce Effects", "If overwhelmed, hide less-important particle cues.",
|
{IT_STRING | IT_CVAR, "Reduce Effects", "If overwhelmed, hide less-important particle cues.",
|
||||||
NULL, {.cvar = &cv_reducevfx}, 0, 0},
|
NULL, {.cvar = &cv_reducevfx}, 0, 0},
|
||||||
|
|
||||||
{IT_STRING | IT_CVAR, "Screenshake Strength", "Adjust shake intensity from hazards and offroad.",
|
{IT_STRING | IT_CVAR, "Screenshake", "Adjust shake intensity from hazards and offroad.",
|
||||||
NULL, {.cvar = &cv_screenshake}, 0, 0},
|
NULL, {.cvar = &cv_screenshake}, 0, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue