diff --git a/source/PlayState.hx b/source/PlayState.hx index a7f8760..65a1768 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2017,7 +2017,7 @@ class PlayState extends MusicBeatState switch (noteTypeCheck) { case 'pixel': - babyArrow.loadGraphic(Paths.image('weeb/pixelUI/arrows-pixels'), true, 17, 17); + babyArrow.loadGraphic(Paths.image('weeb/pixelUI/arrows-pixels', 'week6'), true, 17, 17); babyArrow.animation.add('green', [6]); babyArrow.animation.add('red', [7]); babyArrow.animation.add('blue', [5]);