Skip to content

Conversation

@VirtuGuy
Copy link
Contributor

@VirtuGuy VirtuGuy commented Jan 1, 2026

Linked Issues

Fixes #3108

Description

This PR fixes an issue on the web version of the game where using your mouse wheel to scroll through songs and weeks is completely broken. This was fixed by limiting the scroll to an integer between -1 and 1 because dividing the mouse wheel value by a number is unreliable.

Screenshots/Videos

Below is a video showing the fix for the Freeplay menu. I fixed this for the story menu as well.

fix.web.scrolling.mp4

@github-actions github-actions bot added pr: haxe PR modifies game code. status: pending triage Awaiting review. size: medium A medium pull request with 100 or fewer changes. labels Jan 1, 2026
Copy link
Contributor

@TechnikTil TechnikTil left a comment

Choose a reason for hiding this comment

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

please funkin' crew i need this
my web scrolling is kinda uneven...

@Hundrec Hundrec added the type: minor bug Involves a minor bug or issue. label Jan 4, 2026
@Hundrec Hundrec linked an issue Jan 4, 2026 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue.

Development

Successfully merging this pull request may close these issues.

Bug Report: Mouse Scrolling is uneven on HTML5

3 participants