swiping prototype stuff

This commit is contained in:
Cameron Taylor 2021-08-24 15:27:53 -04:00
parent a5b11bf880
commit a50eeee259

View file

@ -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)