mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Correct "seperately" to "separately"
This commit is contained in:
committed by
Ethan Lee
parent
d83bd1e0eb
commit
525e868399
@@ -649,7 +649,7 @@ public function titleinput(key:KeyPoll, dwgfx:dwgraphicsclass, map:mapclass, gam
|
||||
}
|
||||
}else if (game.currentmenuname == "unlockmenu") {
|
||||
if (game.currentmenuoption == 0) {
|
||||
//unlock time trials seperately...
|
||||
//unlock time trials separately...
|
||||
music.playef(11, 10);
|
||||
game.createmenu("unlockmenutrials");
|
||||
map.nexttowercolour();
|
||||
|
||||
@@ -483,7 +483,7 @@ public function titlerender(key:KeyPoll, dwgfx:dwgraphicsclass, map:mapclass, ga
|
||||
/*
|
||||
dwgfx.bigprint( -1, 30, "Unlock Time Trials", tr, tg, tb, true);
|
||||
dwgfx.print( -1, 65, "You can unlock each time", tr, tg, tb, true);
|
||||
dwgfx.print( -1, 75, "trial seperately.", tr, tg, tb, true);
|
||||
dwgfx.print( -1, 75, "trial separately.", tr, tg, tb, true);
|
||||
*/
|
||||
}else if (game.currentmenuname == "timetrials") {
|
||||
/*
|
||||
@@ -2521,4 +2521,4 @@ public function controltutorialrender(key:KeyPoll, dwgfx:dwgraphicsclass, game:g
|
||||
}
|
||||
|
||||
dwgfx.backbuffer.unlock();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user