Skip to content

Commit

Permalink
Change default ENABLE_MOUSE_SCROLL to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvel2D committed Jul 9, 2024
1 parent 78403f8 commit b37057f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/singletons/settings.gd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _default_value_map: Dictionary = {
ENABLE_SFX: true,
MOUSE_SCROLL: 0.5,
KEYBOARD_SCROLL: 0.5,
ENABLE_MOUSE_SCROLL: true,
ENABLE_MOUSE_SCROLL: false,
SHOW_COMBAT_LOG: false,
COMBAT_LOG_X: 20.0,
COMBAT_LOG_Y: 600.0,
Expand Down

0 comments on commit b37057f

Please sign in to comment.