cleansed of NG

This commit is contained in:
Brandon
2020-11-02 15:31:28 -05:00
parent 65de93f679
commit d93ed6c7db
4 changed files with 26 additions and 3 deletions

View File

@ -54,7 +54,7 @@ class TitleState extends MusicBeatState
super.create();
#if (!debug && NG_LOGIN)
#if (!switch && !debug && NG_LOGIN)
var ng:NGio = new NGio(APIStuff.API, APIStuff.EncKey);
#end
@ -197,7 +197,9 @@ class TitleState extends MusicBeatState
if (pressedEnter && !transitioning && skippedIntro)
{
#if !switch
NGio.unlockMedal(60960);
#end
titleText.animation.play('press');
FlxG.camera.flash(FlxColor.WHITE, 1);