removed useless cats
This commit is contained in:
parent
28cc2a96d2
commit
94add58a7b
@ -37,27 +37,20 @@ class OptionsMenu extends MusicBeatState
|
|||||||
#if desktop
|
#if desktop
|
||||||
new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay."),
|
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 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
|
#else
|
||||||
new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay.")
|
new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay.")
|
||||||
#end
|
#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", [
|
new OptionCatagory("Misc", [
|
||||||
#if desktop
|
#if desktop
|
||||||
new FPSOption("Toggle the FPS Counter"),
|
new FPSOption("Toggle the FPS Counter"),
|
||||||
new ReplayOption("View replays"),
|
new ReplayOption("View replays"),
|
||||||
#end
|
#end
|
||||||
|
new FlashingLightsOption("Toggle flashing lights that can cause epileptic seizures and strain."),
|
||||||
new WatermarkOption("Turn off all watermarks from the engine."),
|
new WatermarkOption("Turn off all watermarks from the engine."),
|
||||||
new BotPlay("Showcase your charts and mods with autoplay.")
|
new BotPlay("Showcase your charts and mods with autoplay.")
|
||||||
])
|
])
|
||||||
|
@ -1656,6 +1656,9 @@ class PlayState extends MusicBeatState
|
|||||||
perfectMode = false;
|
perfectMode = false;
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
if (FlxG.save.data.botplay && FlxG.keys.justPressed.ONE)
|
||||||
|
camHUD.visible = !camHUD.visible;
|
||||||
|
|
||||||
#if windows
|
#if windows
|
||||||
if (executeModchart && luaModchart != null && songStarted)
|
if (executeModchart && luaModchart != null && songStarted)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user