diff --git a/source/OptionsMenu.hx b/source/OptionsMenu.hx index d027e81..90d698e 100644 --- a/source/OptionsMenu.hx +++ b/source/OptionsMenu.hx @@ -23,7 +23,7 @@ class OptionsMenu extends MusicBeatState new OptionCatagory("Gameplay", [ new DFJKOption(controls), 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)"), #end 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 SongPositionOption("Show the songs current position (as a bar)"), 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)"), #end new AccuracyOption("Display accuracy information."), new NPSDisplayOption("Shows your current Notes Per Second.") ]), - #if !desktop + #if desktop new OptionCatagory("Misc", [ new FPSOption("Toggle the FPS Counter"),