UI cleanup

This commit is contained in:
Anuken
2019-01-19 17:45:33 -05:00
parent 4fb0c246db
commit 093043750b
10 changed files with 733 additions and 716 deletions

View File

@ -78,7 +78,6 @@ class Image {
}
void drawScaled(Image image){
//graphics.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BILINEAR);
graphics.drawImage(image.image.getScaledInstance(width(), height(), java.awt.Image.SCALE_AREA_AVERAGING), 0, 0, width(), height(), null);
}