From 94add58a7b6f1faae81a2ce6617fb7ce8a93a26b Mon Sep 17 00:00:00 2001 From: Kade M Date: Fri, 7 May 2021 11:55:23 -0700 Subject: [PATCH] removed useless cats --- source/OptionsMenu.hx | 15 ++++----------- source/PlayState.hx | 3 +++ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/source/OptionsMenu.hx b/source/OptionsMenu.hx index f818f50..fd9feb9 100644 --- a/source/OptionsMenu.hx +++ b/source/OptionsMenu.hx @@ -37,27 +37,20 @@ class OptionsMenu extends MusicBeatState #if desktop new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay."), new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggled on and Flashing Lights toggled off)") + new AccuracyOption("Display accuracy information."), + new NPSDisplayOption("Shows your current Notes Per Second."), + new SongPositionOption("Show the songs current position (as a bar)"), #else new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay.") #end ]), - - new OptionCatagory("Indicators, Notices, and Displays", [ - new AccuracyOption("Display accuracy information."), - new NPSDisplayOption("Shows your current Notes Per Second."), - new SongPositionOption("Show the songs current position (as a bar)"), - ]), - - new OptionCatagory("Health and Safety", [ - new FlashingLightsOption("Toggle flashing lights that can cause epileptic seizures and strain.") - ]), - new OptionCatagory("Misc", [ #if desktop new FPSOption("Toggle the FPS Counter"), new ReplayOption("View replays"), #end + new FlashingLightsOption("Toggle flashing lights that can cause epileptic seizures and strain."), new WatermarkOption("Turn off all watermarks from the engine."), new BotPlay("Showcase your charts and mods with autoplay.") ]) diff --git a/source/PlayState.hx b/source/PlayState.hx index 5221daf..cca4e0b 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1656,6 +1656,9 @@ class PlayState extends MusicBeatState perfectMode = false; #end + if (FlxG.save.data.botplay && FlxG.keys.justPressed.ONE) + camHUD.visible = !camHUD.visible; + #if windows if (executeModchart && luaModchart != null && songStarted) {