mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-21 09:29:41 +00:00
lol holy fuk why was that shit so long and gross
This commit is contained in:
parent
7fec1f1805
commit
10da0ea80f
|
@ -718,10 +718,7 @@ class ChartingState extends MusicBeatState
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (FlxG.mouse.x > gridBG.x
|
if (FlxG.mouse.overlaps(gridBG))
|
||||||
&& FlxG.mouse.x < gridBG.x + gridBG.width
|
|
||||||
&& FlxG.mouse.y > gridBG.y
|
|
||||||
&& FlxG.mouse.y < gridBG.y + (GRID_SIZE * SongLoad.getSong()[curSection].lengthInSteps))
|
|
||||||
{
|
{
|
||||||
dummyArrow.x = Math.floor(FlxG.mouse.x / GRID_SIZE) * GRID_SIZE;
|
dummyArrow.x = Math.floor(FlxG.mouse.x / GRID_SIZE) * GRID_SIZE;
|
||||||
if (FlxG.keys.pressed.SHIFT)
|
if (FlxG.keys.pressed.SHIFT)
|
||||||
|
|
Loading…
Reference in a new issue