Merge pull request #1239 from ACardboardBox1/caching-logo-antialiasing
give the logo on the caching screen antialiasing
This commit is contained in:
commit
4c98487698
@ -63,7 +63,8 @@ class Caching extends MusicBeatState
|
||||
text.y -= kadeLogo.height / 2 - 125;
|
||||
text.x -= 170;
|
||||
kadeLogo.setGraphicSize(Std.int(kadeLogo.width * 0.6));
|
||||
|
||||
kadeLogo.antialiasing = true;
|
||||
|
||||
kadeLogo.alpha = 0;
|
||||
|
||||
PlayerSettings.init();
|
||||
@ -185,4 +186,4 @@ class Caching extends MusicBeatState
|
||||
FlxG.switchState(new TitleState());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user