mom chart
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user