other way around lol

This commit is contained in:
KadeDev 2021-04-09 22:21:45 -07:00
parent 99cc6a3320
commit 27d5050ea2

View File

@ -23,7 +23,7 @@ class OptionsMenu extends MusicBeatState
new OptionCatagory("Gameplay", [ new OptionCatagory("Gameplay", [
new DFJKOption(controls), new DFJKOption(controls),
new Judgement("Customize your Hit Timings (LEFT or RIGHT)"), new Judgement("Customize your Hit Timings (LEFT or RIGHT)"),
#if !desktop #if desktop
new FPSCapOption("Cap your FPS (Left for -10, Right for +10. SHIFT to go faster)"), new FPSCapOption("Cap your FPS (Left for -10, Right for +10. SHIFT to go faster)"),
#end #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 ScrollSpeedOption("Change your scroll speed (Left for -0.1, right for +0.1. If its at 1, it will be chart dependent)"),
@ -34,13 +34,13 @@ class OptionsMenu extends MusicBeatState
new OptionCatagory("Appearence", [ new OptionCatagory("Appearence", [
new SongPositionOption("Show the songs current position (as a bar)"), new SongPositionOption("Show the songs current position (as a bar)"),
new DownscrollOption("Change the layout of the strumline."), new DownscrollOption("Change the layout of the strumline."),
#if !desktop #if desktop
new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggeled on)"), new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggeled on)"),
#end #end
new AccuracyOption("Display accuracy information."), new AccuracyOption("Display accuracy information."),
new NPSDisplayOption("Shows your current Notes Per Second.") new NPSDisplayOption("Shows your current Notes Per Second.")
]), ]),
#if !desktop #if desktop
new OptionCatagory("Misc", [ new OptionCatagory("Misc", [
new FPSOption("Toggle the FPS Counter"), new FPSOption("Toggle the FPS Counter"),