Added an option to disable follow points.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-03-18 23:23:34 -04:00
parent ad5379b8f0
commit 5061b45f84
3 changed files with 15 additions and 0 deletions

View File

@@ -1195,6 +1195,8 @@ public class Game extends BasicGameState {
stack.add(index);
// draw follow points
if (!Options.isFollowPointEnabled())
continue;
if (osu.objects[index].isSpinner()) {
lastObjectIndex = -1;
continue;

View File

@@ -76,6 +76,7 @@ public class OptionsMenu extends BasicGameState {
GameOption.SHOW_HIT_LIGHTING,
GameOption.SHOW_COMBO_BURSTS,
GameOption.SHOW_PERFECT_HIT,
GameOption.SHOW_FOLLOW_POINTS,
GameOption.SHOW_HIT_ERROR_BAR
}),
INPUT ("Input", new GameOption[] {