Add pippi options (not implemented)

This commit is contained in:
yugecin
2016-09-27 22:33:14 +02:00
parent 43548fa058
commit defeab3522
2 changed files with 37 additions and 1 deletions

View File

@@ -110,6 +110,13 @@ public class OptionsMenu extends BasicGameState {
GameOption.DANCE_LAZY_SLIDERS,
GameOption.DANCE_CIRCLE_STREAMS,
GameOption.DANCE_ONLY_CIRCLE_STACKS,
}),
PIPPI ("Pippi", new GameOption[] {
GameOption.PIPPI_ENABLE,
GameOption.PIPPI_ANGLE_INC_MUL,
GameOption.PIPPI_ANGLE_INC_MUL_SLIDER,
GameOption.PIPPI_SLIDER_FOLLOW_EXPAND,
GameOption.PIPPI_PREVENT_WOBBLY_STREAMS,
});
/** Total number of tabs. */