ScaleDrawer now handles boxes properly
MEOOOOW Kitten boxes ^^ :3
This commit is contained in:
		@@ -13,7 +13,7 @@ public class ScaleDrawer extends AbstractDrawer implements Drawer {
 | 
				
			|||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public void draw() throws IOException {
 | 
					    public void draw() throws IOException {
 | 
				
			||||||
        if(scale.hasBox())
 | 
					        if(scale.hasBox())
 | 
				
			||||||
            changeImage("Box.png"); //TODO Picture for Scale with box.
 | 
					            changeImage("Scale_Box.png");
 | 
				
			||||||
        else
 | 
					        else
 | 
				
			||||||
            changeImage("Scale.png");        
 | 
					            changeImage("Scale.png");        
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user