smoothen the logo spinning piece edges

This commit is contained in:
yugecin 2018-06-27 21:11:50 +02:00
parent 7ba5305534
commit 5318dadf09
No known key found for this signature in database
GPG Key ID: 2C5AC035A7068E44
3 changed files with 1 additions and 1 deletions

BIN
res/logo2piece.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -302,7 +302,7 @@ public enum GameImage {
return img.getScaledCopy(0.75f);
}
},
MENU_LOGO_PIECE ("logo2piece2", "png", false, true) {
MENU_LOGO_PIECE ("logo2piece", "png", false, true) {
@Override
protected Image process_sub(Image img, int w, int h) {
return img.getScaledCopy(0.75f);