Added options to disable the mouse wheel or mouse buttons during gameplay.
- Clicking the mouse wheel now pauses the game (with these options disabled). - Created an "Input" category in the options menu. Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -68,8 +68,6 @@ public class OptionsMenu extends BasicGameState {
|
||||
GameOption.ENABLE_THEME_SONG
|
||||
}),
|
||||
GAMEPLAY ("Gameplay", new GameOption[] {
|
||||
GameOption.KEY_LEFT,
|
||||
GameOption.KEY_RIGHT,
|
||||
GameOption.BACKGROUND_DIM,
|
||||
GameOption.FORCE_DEFAULT_PLAYFIELD,
|
||||
GameOption.IGNORE_BEATMAP_SKINS,
|
||||
@@ -78,6 +76,12 @@ public class OptionsMenu extends BasicGameState {
|
||||
GameOption.SHOW_PERFECT_HIT,
|
||||
GameOption.SHOW_HIT_ERROR_BAR
|
||||
}),
|
||||
INPUT ("Input", new GameOption[] {
|
||||
GameOption.KEY_LEFT,
|
||||
GameOption.KEY_RIGHT,
|
||||
GameOption.DISABLE_MOUSE_WHEEL,
|
||||
GameOption.DISABLE_MOUSE_BUTTONS
|
||||
}),
|
||||
CUSTOM ("Custom", new GameOption[] {
|
||||
GameOption.FIXED_CS,
|
||||
GameOption.FIXED_HP,
|
||||
|
||||
Reference in New Issue
Block a user