1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

web fix for scroll

This commit is contained in:
Cameron Taylor 2024-05-14 21:21:47 -04:00
parent 1619751eab
commit 2434f64381
2 changed files with 2 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit 783f22e741c85223da7f3f815b28fc4c6f240cbc
Subproject commit 962130b2243a839106607d08a11599b1857bf8b3

View file

@ -899,7 +899,7 @@ class FreeplayState extends MusicBeatSubState
if (FlxG.mouse.wheel < 0)
{
dj.resetAFKTimer();
changeSelection(-Math.round(FlxG.mouse.wheel / 4));
changeSelection(-Math.round(FlxG.mouse.wheel / 8));
}
else if (FlxG.mouse.wheel > 0)
{