Merge pull request #1651 from Lil-Parrot/Instant-Respawn-Option

Instant Respawn Option
This commit is contained in:
Kade M
2021-08-08 13:43:02 -07:00
committed by GitHub
5 changed files with 40 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class OptionsMenu extends MusicBeatState
new ScrollSpeedOption("Change your scroll speed. (1 = Chart dependent)"),
new AccuracyDOption("Change how accuracy is calculated. (Accurate = Simple, Complex = Milisecond Based)"),
new ResetButtonOption("Toggle pressing R to gameover."),
new InstantRespawn("Toggle if you instantly respawn after dying."),
// new OffsetMenu("Get a note offset based off of your inputs!"),
new CustomizeGameplay("Drag and drop gameplay modules to your prefered positions!")
]),