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:
Oni 2024-02-28 00:59:30 +00:00
commit 4346096fee

View file

@ -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},
};