remove unused options menu background

This commit is contained in:
yugecin 2018-07-22 22:14:55 +02:00
parent ad71b5dd2e
commit 54afad6647
No known key found for this signature in database
GPG Key ID: 2C5AC035A7068E44
2 changed files with 0 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 KiB

View File

@ -402,13 +402,6 @@ public enum GameImage {
return img.getScaledCopy((h / 14f) / img.getHeight()); return img.getScaledCopy((h / 14f) / img.getHeight());
} }
}, },
OPTIONS_BG ("options-background", "png|jpg", false, true) {
@Override
protected Image process_sub(Image img, int w, int h) {
img.setAlpha(0.7f);
return img.getScaledCopy(w, h);
}
},
CHEVRON_DOWN ("chevron-down", "png", false, false), CHEVRON_DOWN ("chevron-down", "png", false, false),
CHEVRON_RIGHT ("chevron-right", "png", false, false), CHEVRON_RIGHT ("chevron-right", "png", false, false),