mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-01 01:36:47 +00:00
reverted the ng thingies
This commit is contained in:
parent
32a73e7d70
commit
17545fbc86
|
@ -66,7 +66,7 @@ class TitleState extends MusicBeatState
|
||||||
PlayerSettings.init();
|
PlayerSettings.init();
|
||||||
Highscore.load();
|
Highscore.load();
|
||||||
|
|
||||||
#if ng
|
#if newgrounds
|
||||||
NGio.init();
|
NGio.init();
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
@ -300,7 +300,7 @@ class TitleState extends MusicBeatState
|
||||||
transitioning = true;
|
transitioning = true;
|
||||||
// FlxG.sound.music.stop();
|
// FlxG.sound.music.stop();
|
||||||
|
|
||||||
#if ng
|
#if newgrounds
|
||||||
if (!OutdatedSubState.leftState)
|
if (!OutdatedSubState.leftState)
|
||||||
{
|
{
|
||||||
NGio.checkVersion(function(version)
|
NGio.checkVersion(function(version)
|
||||||
|
|
Loading…
Reference in a new issue