This commit is contained in:
Spel0 2021-08-12 12:18:25 +03:00
parent 63ac4ec3d8
commit f35bce9dbc

View File

@ -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]);