We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f2061 commit 7de52ccCopy full SHA for 7de52cc
source/funkin/game/Note.hx
@@ -154,7 +154,7 @@ class Note extends FlxSprite
154
case 0:
155
animation.addByPrefix('scroll', 'purple0');
156
animation.addByPrefix('hold', 'purple hold piece');
157
- animation.addByPrefix('holdend', 'pruple end hold');
+ animation.addByPrefix('holdend', frames.getByName('pruple end hold') != null ? 'pruple end hold' : 'purple hold end');
158
case 1:
159
animation.addByPrefix('scroll', 'blue0');
160
animation.addByPrefix('hold', 'blue hold piece');
0 commit comments