Add files via upload

This commit is contained in:
brightfyregit
2021-04-24 15:53:00 -06:00
committed by GitHub
parent fdc4c82fb5
commit abacebae2a
4 changed files with 252 additions and 57 deletions

View File

@ -305,6 +305,10 @@ class StoryMenuState extends MusicBeatState
LoadingState.loadAndSwitchState(new PlayState(), true);
});
}
else
{
FlxG.camera.shake(0.02, 0.02);
}
}
function changeDifficulty(change:Int = 0):Void