smoothen the logo spinning piece edges
This commit is contained in:
BIN
res/logo2piece.png
Normal file
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 |
@@ -302,7 +302,7 @@ public enum GameImage {
|
|||||||
return img.getScaledCopy(0.75f);
|
return img.getScaledCopy(0.75f);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
MENU_LOGO_PIECE ("logo2piece2", "png", false, true) {
|
MENU_LOGO_PIECE ("logo2piece", "png", false, true) {
|
||||||
@Override
|
@Override
|
||||||
protected Image process_sub(Image img, int w, int h) {
|
protected Image process_sub(Image img, int w, int h) {
|
||||||
return img.getScaledCopy(0.75f);
|
return img.getScaledCopy(0.75f);
|
||||||
|
|||||||
Reference in New Issue
Block a user