I have embraced modding
This commit is contained in:
@ -329,9 +329,9 @@ class OffsetMenu extends Option
|
||||
public override function press():Bool
|
||||
{
|
||||
trace("switch");
|
||||
var poop:String = Highscore.formatSong("offsetTest", 1);
|
||||
var poop:String = Highscore.formatSong("Tutorial", 1);
|
||||
|
||||
PlayState.SONG = Song.loadFromJson(poop, "offsetTest");
|
||||
PlayState.SONG = Song.loadFromJson(poop, "Tutorial");
|
||||
PlayState.isStoryMode = false;
|
||||
PlayState.storyDifficulty = 0;
|
||||
PlayState.storyWeek = 0;
|
||||
|
Reference in New Issue
Block a user