Better wave timer / Sprite tweaks / Core wave spawns

This commit is contained in:
Anuken
2019-06-09 21:09:29 -04:00
parent 4199702b9b
commit ea0788f56c
18 changed files with 103 additions and 43 deletions

View File

@@ -70,7 +70,7 @@ public class Generators{
ImagePacker.generate("block-icons", () -> {
Image colors = new Image(content.blocks().size, 1);
Color outlineColor = Color.valueOf("404049");
Color outlineColor = Color.valueOf("4d4e58");
for(Block block : content.blocks()){
TextureRegion[] regions = block.getGeneratedIcons();