1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00

icon scaling fix + removed temp lighting

This commit is contained in:
Cameron Taylor 2023-09-19 01:31:54 -04:00 committed by EliteMasterEric
parent ba896508cc
commit 387acd211e

View file

@ -178,9 +178,8 @@ class SongMenuItem extends FlxSpriteGroup
}
pixelIcon.loadGraphic(Paths.image(charPath));
pixelIcon.setGraphicSize(Std.int(pixelIcon.width * 2));
pixelIcon.updateHitbox();
pixelIcon.origin.x += 100;
pixelIcon.scale.x = pixelIcon.scale.y = 2;
pixelIcon.origin.x = 100;
// pixelIcon.origin.x = capsule.origin.x;
// pixelIcon.offset.x -= pixelIcon.origin.x;
}