Revert "Some fun features"

This commit is contained in:
Kade M
2021-04-25 11:10:46 -07:00
committed by GitHub
parent 6cf0b1a089
commit 200ae101c4
4 changed files with 57 additions and 252 deletions

View File

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