Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2021-08-20 11:10:55 -04:00
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ public class Generators{
base.each((x, y) -> tint.setRaw(x, y, Color.muli(tint.getRaw(x, y), stat.color.rgba())));
//outline the image
Pixmap container = new Pixmap(38, 38);
Pixmap container = new Pixmap(tint.width + 6, tint.height + 6);
container.draw(base, 3, 3, true);
base = container.outline(Pal.gray, 3);
}