charts and shit fixied

This commit is contained in:
Cameron Taylor
2020-12-25 18:24:20 -05:00
parent c6a904483e
commit 3fa66ee1d1
12 changed files with 43 additions and 19 deletions

View File

@ -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();