1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-07 12:07:19 +00:00

lol holy fuk why was that shit so long and gross

This commit is contained in:
Cameron Taylor 2022-01-20 23:36:57 -05:00
parent 7fec1f1805
commit 10da0ea80f

View file

@ -718,10 +718,7 @@ class ChartingState extends MusicBeatState
}
}
if (FlxG.mouse.x > gridBG.x
&& FlxG.mouse.x < gridBG.x + gridBG.width
&& FlxG.mouse.y > gridBG.y
&& FlxG.mouse.y < gridBG.y + (GRID_SIZE * SongLoad.getSong()[curSection].lengthInSteps))
if (FlxG.mouse.overlaps(gridBG))
{
dummyArrow.x = Math.floor(FlxG.mouse.x / GRID_SIZE) * GRID_SIZE;
if (FlxG.keys.pressed.SHIFT)