-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[ENHANCEMENT]: Story Mode Menu Mouse Scrolling #2873
[ENHANCEMENT]: Story Mode Menu Mouse Scrolling #2873
Conversation
wait in html5 it adds scrolls by 8 instead of just one? |
Yea, Thats what the HTML5 code says for some reason. |
Co-authored-by: gamerbross <55158797+gamerbross@users.noreply.github.com>
Comment has been removed. |
Is this good enough to merge? |
Removes the extra line in code.
All should be fixed now! |
Recording.2024-06-29.01-17-16.mp410/10 peak content right here |
Thank you! |
Just to clarify, have these been merged yet or will this be for later updates? |
Generally when they accept it they merge it internally ( |
is there a way to add the scroll as a bind in control.hx so it works on all menus? |
I'm not sure, but they don't have mouse support for everything yet. Only the FreePlay or Story Mode if this PR gets merged next update. |
Generally, PRs with the |
Yo it is in the game! |
Adds the ability to scroll in the StoryMenuState.
This pull request adds the ability for scrolling in the story mode menu, and it would be a good quality of life feature.