Added an option to disable follow points.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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[] {
|
||||
|
||||
Reference in New Issue
Block a user