Skip to content

Commit

Permalink
pruple to purple
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed Jun 29, 2024
1 parent 66acf92 commit f69998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/play/notes/SustainTrail.hx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class SustainTrail extends FlxSprite

frames = Paths.getSparrowAtlas(key, library);
animation.addByPrefix('${NoteDirection.LEFT.name} hold piece', 'purple hold piece', 0, false);
animation.addByPrefix('${NoteDirection.LEFT.name} hold end', 'pruple end hold', 0, false);
animation.addByPrefix('${NoteDirection.LEFT.name} hold end', 'purple end hold', 0, false);
animation.addByPrefix('${NoteDirection.DOWN.name} hold piece', 'blue hold piece', 0, false);
animation.addByPrefix('${NoteDirection.DOWN.name} hold end', 'blue hold end', 0, false);
animation.addByPrefix('${NoteDirection.UP.name} hold piece', 'green hold piece', 0, false);
Expand Down

0 comments on commit f69998e

Please sign in to comment.