Fix alignment of character pixel icons in freeplay menu

This commit is contained in:
EliteMasterEric 2024-01-10 20:58:29 -05:00
parent 06964ce1e3
commit fc12f956f6

View file

@ -94,7 +94,7 @@ class SongMenuItem extends FlxSpriteGroup
add(songText);
grpHide.add(songText);
pixelIcon = new FlxSprite(155, 15);
pixelIcon = new FlxSprite(160, 35);
pixelIcon.makeGraphic(32, 32, 0x00000000);
pixelIcon.antialiasing = false;
pixelIcon.active = false;