use the new menubuttons
This commit is contained in:
parent
ebd84d6ca1
commit
9f40b4f4a1
|
@ -283,13 +283,13 @@ public enum GameImage {
|
||||||
return img.getScaledCopy(0.8f);
|
return img.getScaledCopy(0.8f);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
MENU_PLAY ("menu-play", "png", false, false) {
|
MENU_PLAY ("menu-play2", "png", false, false) {
|
||||||
@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.8f);
|
return img.getScaledCopy(0.8f);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
MENU_EXIT ("menu-exit", "png", false, false) {
|
MENU_EXIT ("menu-exit2", "png", false, false) {
|
||||||
@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.8f);
|
return img.getScaledCopy(0.8f);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user