Updated turret sprites
This commit is contained in:
@@ -70,7 +70,7 @@ public class Generators{
|
||||
|
||||
ImagePacker.generate("block-icons", () -> {
|
||||
Image colors = new Image(content.blocks().size, 1);
|
||||
Color outlineColor = Color.valueOf("4d4e58");
|
||||
Color outlineColor = Color.valueOf("404049");
|
||||
|
||||
for(Block block : content.blocks()){
|
||||
TextureRegion[] regions = block.getGeneratedIcons();
|
||||
|
||||
Reference in New Issue
Block a user