mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +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.loadGraphic(Paths.image(charPath));
|
||||||
pixelIcon.setGraphicSize(Std.int(pixelIcon.width * 2));
|
pixelIcon.scale.x = pixelIcon.scale.y = 2;
|
||||||
pixelIcon.updateHitbox();
|
pixelIcon.origin.x = 100;
|
||||||
pixelIcon.origin.x += 100;
|
|
||||||
// pixelIcon.origin.x = capsule.origin.x;
|
// pixelIcon.origin.x = capsule.origin.x;
|
||||||
// pixelIcon.offset.x -= pixelIcon.origin.x;
|
// pixelIcon.offset.x -= pixelIcon.origin.x;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue