strums light up lol
This commit is contained in:
parent
477096f218
commit
6b809a9a97
@ -3115,6 +3115,14 @@ class PlayState extends MusicBeatState
|
|||||||
if(!loadRep && note.mustPress)
|
if(!loadRep && note.mustPress)
|
||||||
saveNotes.push(HelperFunctions.truncateFloat(note.strumTime, 2));
|
saveNotes.push(HelperFunctions.truncateFloat(note.strumTime, 2));
|
||||||
|
|
||||||
|
playerStrums.forEach(function(spr:FlxSprite)
|
||||||
|
{
|
||||||
|
if (Math.abs(note.noteData) == spr.ID)
|
||||||
|
{
|
||||||
|
spr.animation.play('confirm', true);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
note.wasGoodHit = true;
|
note.wasGoodHit = true;
|
||||||
vocals.volume = 1;
|
vocals.volume = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user