mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add period to glitchrunner mode description text
This is to be consistent with the other options in the Advanced Options menu.
This commit is contained in:
@@ -508,7 +508,7 @@ static void menurender(void)
|
|||||||
case 4:
|
case 4:
|
||||||
graphics.bigprint( -1, 30, "Glitchrunner Mode", tr, tg, tb, true);
|
graphics.bigprint( -1, 30, "Glitchrunner Mode", tr, tg, tb, true);
|
||||||
graphics.Print( -1, 65, "Re-enable glitches that existed", tr, tg, tb, true);
|
graphics.Print( -1, 65, "Re-enable glitches that existed", tr, tg, tb, true);
|
||||||
graphics.Print( -1, 75, "in previous versions of the game", tr, tg, tb, true);
|
graphics.Print( -1, 75, "in previous versions of the game.", tr, tg, tb, true);
|
||||||
if (game.glitchrunnermode)
|
if (game.glitchrunnermode)
|
||||||
{
|
{
|
||||||
graphics.Print( -1, 95, "Glitchrunner mode is ON", tr, tg, tb, true);
|
graphics.Print( -1, 95, "Glitchrunner mode is ON", tr, tg, tb, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user