mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Fixed an issue where the Week 6 countdown was anti-aliased. (#133)
This commit is contained in:
parent
42d8d55067
commit
235969e9a7
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue