mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 22:04:29 +00:00
icon scaling fix + removed temp lighting
This commit is contained in:
parent
ba896508cc
commit
387acd211e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue