mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-01 03:34:28 +00:00
Fixed an issue where the Week 6 countdown was anti-aliased. (#133)
This commit is contained in:
parent
42d8d55067
commit
235969e9a7
|
@ -219,6 +219,8 @@ class Countdown
|
|||
|
||||
if (isPixelStyle) countdownSprite.setGraphicSize(Std.int(countdownSprite.width * Constants.PIXEL_ART_SCALE));
|
||||
|
||||
countdownSprite.antialiasing = !isPixelStyle;
|
||||
|
||||
countdownSprite.updateHitbox();
|
||||
countdownSprite.screenCenter();
|
||||
|
||||
|
|
Loading…
Reference in a new issue