Add options in the ingame menu

This commit is contained in:
yugecin
2016-09-27 22:02:49 +02:00
parent 130ee94825
commit 728b2ceb97
3 changed files with 115 additions and 2 deletions

View File

@@ -105,7 +105,11 @@ public class OptionsMenu extends BasicGameState {
GameOption.ENABLE_WATCH_SERVICE
}),
DANCE ("Dance", new GameOption[] {
GameOption.DANCE_MOVER
GameOption.DANCE_MOVER,
GameOption.DANCE_SPINNER,
GameOption.DANCE_LAZY_SLIDERS,
GameOption.DANCE_CIRCLE_STREAMS,
GameOption.DANCE_ONLY_CIRCLE_STACKS,
});
/** Total number of tabs. */