Merge pull request #1239 from ACardboardBox1/caching-logo-antialiasing

give the logo on the caching screen antialiasing
This commit is contained in:
Kade M 2021-07-10 11:46:53 -07:00 committed by GitHub
commit 4c98487698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ class Caching extends MusicBeatState
text.y -= kadeLogo.height / 2 - 125; text.y -= kadeLogo.height / 2 - 125;
text.x -= 170; text.x -= 170;
kadeLogo.setGraphicSize(Std.int(kadeLogo.width * 0.6)); kadeLogo.setGraphicSize(Std.int(kadeLogo.width * 0.6));
kadeLogo.antialiasing = true;
kadeLogo.alpha = 0; kadeLogo.alpha = 0;