ScaleDrawer now handles boxes properly

MEOOOOW Kitten boxes ^^ :3
This commit is contained in:
ericnerdo 2016-05-13 15:19:32 +02:00
parent cc73a671f5
commit 13124567a0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class ScaleDrawer extends AbstractDrawer implements Drawer {
@Override
public void draw() throws IOException {
if(scale.hasBox())
changeImage("Box.png"); //TODO Picture for Scale with box.
changeImage("Scale_Box.png");
else
changeImage("Scale.png");
}