accuracy toggle and offset removal

This commit is contained in:
KadeDev
2021-04-09 22:19:37 -07:00
parent 61cbfce010
commit 1d8f0828da
4 changed files with 40 additions and 6 deletions

View File

@ -23,23 +23,24 @@ class OptionsMenu extends MusicBeatState
new OptionCatagory("Gameplay", [
new DFJKOption(controls),
new Judgement("Customize your Hit Timings (LEFT or RIGHT)"),
#if !html
#if !desktop
new FPSCapOption("Cap your FPS (Left for -10, Right for +10. SHIFT to go faster)"),
#end
new ScrollSpeedOption("Change your scroll speed (Left for -0.1, right for +0.1. If its at 1, it will be chart dependent)"),
new OffsetMenu("Get a note offset based off of your inputs!"),
new AccuracyDOption("Change how accuracy is calculated. (Accurate = Simple, Complex = Milisecond Based)"),
// new OffsetMenu("Get a note offset based off of your inputs!"),
new CustomizeGameplay("Drag'n'Drop Gameplay Modules around to your preference")
]),
new OptionCatagory("Appearence", [
new SongPositionOption("Show the songs current position (as a bar)"),
new DownscrollOption("Change the layout of the strumline."),
#if !html
#if !desktop
new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggeled on)"),
#end
new AccuracyOption("Display accuracy information."),
new NPSDisplayOption("Shows your current Notes Per Second.")
]),
#if !mobile
#if !desktop
new OptionCatagory("Misc", [
new FPSOption("Toggle the FPS Counter"),