charts and shit fixied
This commit is contained in:
@ -20,9 +20,9 @@ class OutdatedSubState extends MusicBeatState
|
||||
var txt:FlxText = new FlxText(0, 0, FlxG.width,
|
||||
"HEY! You're running an outdated version of the game!\nCurrent version is "
|
||||
+ ver
|
||||
+ " while the current version is "
|
||||
+ " while the most recent version is "
|
||||
+ NGio.GAME_VER
|
||||
+ " ! Press Space to go to itch.io, or ESCAPE to ignore this!!",
|
||||
+ "! Press Space to go to itch.io, or ESCAPE to ignore this!!",
|
||||
32);
|
||||
txt.setFormat("VCR OSD Mono", 32, FlxColor.WHITE, CENTER);
|
||||
txt.screenCenter();
|
||||
|
Reference in New Issue
Block a user