mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 21:29:42 -04:00
swiping prototype stuff
This commit is contained in:
parent
a5b11bf880
commit
a50eeee259
1 changed files with 22 additions and 20 deletions
|
@ -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…
Add table
Reference in a new issue