1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02: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:
Misa 2021-04-01 15:40:24 -07:00 committed by Ethan Lee
parent 91bc438d79
commit cd2f5ccde9

View File

@ -508,7 +508,7 @@ static void menurender(void)
case 4:
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, 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)
{
graphics.Print( -1, 95, "Glitchrunner mode is ON", tr, tg, tb, true);