added toggle for ghost tapping

This commit is contained in:
KadeDev
2021-04-27 14:03:39 -07:00
parent bd2bd59cca
commit 18034002c4
4 changed files with 42 additions and 1 deletions

View File

@ -22,6 +22,7 @@ class OptionsMenu extends MusicBeatState
var options:Array<OptionCatagory> = [
new OptionCatagory("Gameplay", [
new DFJKOption(controls),
new GhostTapOption("Ghost Tapping is when you tap a direction and it doesn't give you a miss."),
new Judgement("Customize your Hit Timings (LEFT or RIGHT)"),
#if desktop
new FPSCapOption("Cap your FPS (Left for -10, Right for +10. SHIFT to go faster)"),