More helpful in-game edit button

This commit is contained in:
Anuken
2019-05-13 11:47:38 -04:00
parent 79a2f31056
commit 4d40af6ac0
4 changed files with 4 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ public class BorderImage extends Image{
float scaleY = getScaleY();
Draw.color(Pal.accent);
Draw.alpha(parentAlpha);
Lines.stroke(Unit.dp.scl(thickness));
Lines.rect(x + imageX, y + imageY, imageWidth * scaleX, imageHeight * scaleY);
Draw.reset();