mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
Fix alignment of character pixel icons in freeplay menu
This commit is contained in:
parent
06964ce1e3
commit
fc12f956f6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue