everything is borked

This commit is contained in:
Anuken
2019-05-05 14:16:34 -04:00
parent eb4f6f2e9f
commit 35b158dba7
33 changed files with 138 additions and 201 deletions

View File

@@ -70,7 +70,7 @@ public class Generators{
});
ImagePacker.generate("block-icons", () -> {
Image colors = new Image(256, 1);
Image colors = new Image(content.blocks().size, 1);
Color outlineColor = new Color(0, 0, 0, 0.3f);
for(Block block : content.blocks()){