new chart editor, sm file support, bpm changes, and scroll speed changes.
This commit is contained in:
@ -133,6 +133,11 @@ class PauseSubState extends MusicBeatSubstate
|
||||
}
|
||||
var songPath = 'assets/data/' + songLowercase + '/';
|
||||
|
||||
#if sys
|
||||
if (PlayState.isSM && !PlayState.isStoryMode)
|
||||
songPath = PlayState.pathToSm;
|
||||
#end
|
||||
|
||||
if (controls.UP_P || upPcontroller)
|
||||
{
|
||||
changeSelection(-1);
|
||||
|
Reference in New Issue
Block a user