From 27d5050ea243c5af53d866d1a7566b07f1f51139 Mon Sep 17 00:00:00 2001 From: KadeDev Date: Fri, 9 Apr 2021 22:21:45 -0700 Subject: [PATCH] other way around lol --- source/OptionsMenu.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"),