From f35bce9dbc1b2b4dd75286730e1d81d21c0d7f29 Mon Sep 17 00:00:00 2001 From: Spel0 <75626813+Spel0@users.noreply.github.com> Date: Thu, 12 Aug 2021 12:18:25 +0300 Subject: [PATCH] fixator --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);