Merged DISABLE_CURSOR option from fluddokt/opsu.

This commit is contained in:
Jeffrey Han
2015-09-11 11:43:19 -04:00
parent 6506967c12
commit 1fe45f7bb4
5 changed files with 15 additions and 4 deletions

View File

@@ -88,7 +88,8 @@ public class OptionsMenu extends BasicGameState {
GameOption.DISABLE_MOUSE_WHEEL,
GameOption.DISABLE_MOUSE_BUTTONS,
GameOption.CURSOR_SIZE,
GameOption.NEW_CURSOR
GameOption.NEW_CURSOR,
GameOption.DISABLE_CURSOR
}),
CUSTOM ("Custom", new GameOption[] {
GameOption.FIXED_CS,