Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maroon-568 [Settings] Add Mouse Sensitivity setting #576

Merged
merged 17 commits into from
Feb 20, 2025

Conversation

FlorianGlawogger
Copy link
Collaborator

Fix #568

  • Added a ControlsManager GlobalEntitity that could be extended in the future, for now, it is only responsible for storing the mouse sensitivity
  • Added a mouse sensitivity setting
  • Restructured main and pause menu, instead of "Audio" and "Language" buttons you now have one settings button, and this button opens a settings menu that contains "Audio"; "Language", and "Controls" ("Controls" contains mouse sensitivity)

grafik

Copy link
Collaborator

@Averimon Averimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Personally, I think we could maybe increase the possibility for maximum mouse sensitivity for more accessibility. But feel free to let me know what you think, @FlorianGlawogger :)

@FlorianGlawogger
Copy link
Collaborator Author

@Averimon Increased the max possible mouse sensitivity to 1000; in order to make it easier to also select lower sensitivity values the slider now uses a logarithmic range

@Averimon Averimon merged commit 23ee716 into develop Feb 20, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Mouse Sensitivity Setting
2 participants