Revert "arrows anim fix"
This reverts commit 3a748bde199d1bbb3bfd5e951342d29540a8556b.
This commit is contained in:
parent
3a748bde19
commit
83ef9954ff
@ -3972,7 +3972,7 @@ class PlayState extends MusicBeatState
|
||||
{
|
||||
playerStrums.forEach(function(spr:FlxSprite)
|
||||
{
|
||||
if (keys[spr.ID] && spr.animation.curAnim.name != 'confirm' && spr.animation.curAnim.name != 'pressed')
|
||||
if (keys[spr.ID] && spr.animation.curAnim.name != 'confirm')
|
||||
spr.animation.play('pressed', false);
|
||||
if (!keys[spr.ID])
|
||||
spr.animation.play('static', false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user