From f69998e0ddffce0b63d8cebd2c6c98ccbd70c727 Mon Sep 17 00:00:00 2001 From: lemz Date: Sat, 29 Jun 2024 15:09:39 +0200 Subject: [PATCH] pruple to purple --- source/funkin/play/notes/SustainTrail.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/play/notes/SustainTrail.hx b/source/funkin/play/notes/SustainTrail.hx index b18c0e916b..d2bcd58aa8 100644 --- a/source/funkin/play/notes/SustainTrail.hx +++ b/source/funkin/play/notes/SustainTrail.hx @@ -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);