Updated turret sprites
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 215 KiB |
Before Width: | Height: | Size: 399 KiB After Width: | Height: | Size: 402 KiB |
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 284 KiB |
@ -1451,7 +1451,7 @@ public class Blocks implements ContentList{
|
||||
|
||||
reload = 35f;
|
||||
shootShake = 4f;
|
||||
range = 95f;
|
||||
range = 90f;
|
||||
recoil = 5f;
|
||||
shots = 3;
|
||||
spread = 20f;
|
||||
|
@ -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();
|
||||
|