UI cleanup

This commit is contained in:
Anuken
2020-07-23 17:37:45 -04:00
parent 69f6154894
commit 72fc103e16
28 changed files with 78 additions and 78 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ public class BorderImage extends Image{
public void draw(){
super.draw();
float scaleX = getScaleX();
float scaleY = getScaleY();
float scaleX = this.scaleX;
float scaleY = this.scaleY;
Draw.color(borderColor);
Draw.alpha(parentAlpha);