remove Newgrounds

This commit is contained in:
daniel11420 2021-04-06 04:39:22 +00:00 committed by GitHub
parent 4a692336b3
commit 3d35f7adff
3 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ class Highscore
#if !switch #if !switch
NGio.postScore(score, song); //NGio.postScore(score, song);
#end #end
@ -34,7 +34,7 @@ class Highscore
{ {
#if !switch #if !switch
NGio.postScore(score, "Week " + week); //NGio.postScore(score, "Week " + week);
#end #end

View File

@ -2099,7 +2099,7 @@ class PlayState extends MusicBeatState
if (SONG.validScore) if (SONG.validScore)
{ {
NGio.unlockMedal(60961); //NGio.unlockMedal(60961);
Highscore.saveWeekScore(storyWeek, campaignScore, storyDifficulty); Highscore.saveWeekScore(storyWeek, campaignScore, storyDifficulty);
} }

View File

@ -80,8 +80,8 @@ class TitleState extends MusicBeatState
// NGio.noLogin(APIStuff.API); // NGio.noLogin(APIStuff.API);
#if ng #if ng
var ng:NGio = new NGio(APIStuff.API, APIStuff.EncKey); //var ng:NGio = new NGio(APIStuff.API, APIStuff.EncKey);
trace('NEWGROUNDS LOL'); //trace('NEWGROUNDS LOL');
#end #end
FlxG.save.bind('funkin', 'ninjamuffin99'); FlxG.save.bind('funkin', 'ninjamuffin99');
@ -284,11 +284,11 @@ class TitleState extends MusicBeatState
if (pressedEnter && !transitioning && skippedIntro) if (pressedEnter && !transitioning && skippedIntro)
{ {
#if !switch #if !switch
NGio.unlockMedal(60960); //NGio.unlockMedal(60960);
// If it's Friday according to da clock // If it's Friday according to da clock
if (Date.now().getDay() == 5) //if (Date.now().getDay() == 5)
NGio.unlockMedal(61034); //NGio.unlockMedal(61034);
#end #end
titleText.animation.play('press'); titleText.animation.play('press');