Merge pull request #1545 from prokube/patch-2
fix the arrows going wowowowowowowowowo
This commit is contained in:
commit
d0821fb2b4
@ -3922,9 +3922,9 @@ class PlayState extends MusicBeatState
|
||||
playerStrums.forEach(function(spr:FlxSprite)
|
||||
{
|
||||
if (keys[spr.ID] && spr.animation.curAnim.name != 'confirm')
|
||||
spr.animation.play('pressed');
|
||||
spr.animation.play('pressed', false);
|
||||
if (!keys[spr.ID])
|
||||
spr.animation.play('static');
|
||||
spr.animation.play('static', false);
|
||||
|
||||
if (spr.animation.curAnim.name == 'confirm' && !curStage.startsWith('school'))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user