fix input drops + work on sm support
This commit is contained in:
parent
40d31fbc0d
commit
95c35190c5
@ -1,5 +1,6 @@
|
|||||||
package;
|
package;
|
||||||
|
|
||||||
|
import smTools.SMFile;
|
||||||
import flixel.FlxG;
|
import flixel.FlxG;
|
||||||
import flixel.FlxSprite;
|
import flixel.FlxSprite;
|
||||||
import flixel.FlxState;
|
import flixel.FlxState;
|
||||||
@ -92,6 +93,9 @@ class TitleState extends MusicBeatState
|
|||||||
|
|
||||||
KadeEngineData.initSave();
|
KadeEngineData.initSave();
|
||||||
|
|
||||||
|
// var file:SMFile = SMFile.loadFile("file.sm");
|
||||||
|
// this was testing things
|
||||||
|
|
||||||
Highscore.load();
|
Highscore.load();
|
||||||
|
|
||||||
if (FlxG.save.data.weekUnlocked != null)
|
if (FlxG.save.data.weekUnlocked != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user