This commit is contained in:
Anuken
2021-08-21 18:35:27 -04:00
parent 7afc6d3631
commit b2aaca45d5
11 changed files with 31 additions and 10 deletions

View File

@ -414,7 +414,7 @@ public class Generators{
type.loadIcon();
type.init();
Func<Pixmap, Pixmap> outline = i -> i.outline(Pal.darkerMetal, 3);
Func<Pixmap, Pixmap> outline = i -> i.outline(type.outlineColor, 3);
Cons<TextureRegion> outliner = t -> {
if(t != null && t.found()){
replace(t, outline.get(get(t)));