mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-21 14:41:10 +00:00
swiping prototype stuff
This commit is contained in:
parent
a5b11bf880
commit
a50eeee259
|
@ -2666,6 +2666,7 @@ class PlayState extends MusicBeatState
|
|||
var widHalf = FlxG.width / 2;
|
||||
var heightHalf = FlxG.height / 2;
|
||||
|
||||
/*
|
||||
if (FlxG.onMobile)
|
||||
{
|
||||
for (touch in FlxG.touches.list)
|
||||
|
@ -2698,6 +2699,7 @@ class PlayState extends MusicBeatState
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
// HOLDS, check for sustain notes
|
||||
if (holdArray.contains(true) && /*!boyfriend.stunned && */ generatedMusic)
|
||||
|
|
Loading…
Reference in a new issue