mom chart

This commit is contained in:
Cameron Taylor
2020-12-22 19:57:55 -05:00
parent d61bc175b7
commit 4347b74e13
7 changed files with 137 additions and 5 deletions

View File

@ -87,6 +87,11 @@ class MainMenuState extends MusicBeatState
versionShit.setFormat("VCR OSD Mono", 16, FlxColor.WHITE, LEFT, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
add(versionShit);
if (versionShit.text != NGio.GAME_VER)
{
openSubState(new OutdatedSubState());
}
NG.core.calls.event.logEvent('swag').send();
changeItem();