mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Accessibility: shorten "Screenshake Strength" to "Screenshake"
The longer text doesn't quite fit on screen.
This commit is contained in:
parent
b48924f539
commit
9288b7f079
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.",
|
||||
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},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue