Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
oops song replays prolly shouldn't still be an option
Browse files Browse the repository at this point in the history
  • Loading branch information
Leather128 committed Dec 6, 2021
1 parent 09aef11 commit bc9fb32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/states/OptionsMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class OptionsMenu extends MusicBeatState
new SongOffsetOption("Song Offset", 2),
new PageOption("Judgements", 3, "Judgements"),
new PageOption("Input Options", 4, "Input Options"),
new BoolOption("Save Song Replays", "saveReplays", FlxG.save.data.saveReplays, 4),
new BoolOption("Downscroll", "downscroll", FlxG.save.data.downscroll, 4),
new BoolOption("Middlescroll", "middleScroll", FlxG.save.data.middleScroll, 5),
new BoolOption("Bot", "bot", FlxG.save.data.bot, 8),
Expand Down

0 comments on commit bc9fb32

Please sign in to comment.