BLUEBALL BUTTON OPTION

This commit is contained in:
CyndaquilDAC
2021-05-16 14:28:50 -05:00
parent aff87fad55
commit f7880bab43
4 changed files with 63 additions and 7 deletions

View File

@ -30,6 +30,7 @@ class OptionsMenu extends MusicBeatState
#end
new ScrollSpeedOption("Change your scroll speed (Left for -0.1, right for +0.1. If it's at 1, it will be chart dependent)"),
new AccuracyDOption("Change how accuracy is calculated. (Accurate = Simple, Complex = Milisecond Based)"),
new ResetButtonOption("Enable and disable pressing R to gameover."),
// new OffsetMenu("Get a note offset based off of your inputs!"),
new CustomizeGameplay("Drag'n'Drop Gameplay Modules around to your preference")
]),
@ -51,7 +52,7 @@ class OptionsMenu extends MusicBeatState
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 WatermarkOption("Enable and disable all watermarks from the engine."),
new BotPlay("Showcase your charts and mods with autoplay.")
])