mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-08 18:09:45 +01:00
Changed the wording on "Invincibility" and "Game Speed" accessibility options
I've wanted to do this one for a very long time
This commit is contained in:
parent
300f1b7919
commit
d9d5cbbab2
1 changed files with 3 additions and 4 deletions
|
@ -574,8 +574,8 @@ static void menurender(void)
|
|||
break;
|
||||
case 3:
|
||||
graphics.bigprint( -1, 40, "Invincibility", tr, tg, tb, true);
|
||||
graphics.Print( -1, 75, "Provided to help disabled gamers", tr, tg, tb, true);
|
||||
graphics.Print( -1, 85, "explore the game. Can cause glitches.", tr, tg, tb, true);
|
||||
graphics.Print( -1, 75, "Explore the game freely without", tr, tg, tb, true);
|
||||
graphics.Print( -1, 85, "dying. (Can cause glitches.)", tr, tg, tb, true);
|
||||
if (map.invincibility)
|
||||
{
|
||||
graphics.Print( -1, 105, "Invincibility is ON.", tr, tg, tb, true);
|
||||
|
@ -587,8 +587,7 @@ static void menurender(void)
|
|||
break;
|
||||
case 4:
|
||||
graphics.bigprint( -1, 40, "Game Speed", tr, tg, tb, true);
|
||||
graphics.Print( -1, 75, "May be useful for disabled gamers", tr, tg, tb, true);
|
||||
graphics.Print( -1, 85, "using one switch devices.", tr, tg, tb, true);
|
||||
graphics.Print( -1, 75, "Reduce the game speed.", tr, tg, tb, true);
|
||||
drawslowdowntext();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue