Sprite reorganization, new power and tier-based pumps

This commit is contained in:
Anuken
2018-06-15 15:53:43 -04:00
parent 604f315a83
commit ffbb6bb40b
95 changed files with 862 additions and 817 deletions

View File

@@ -0,0 +1,9 @@
package io.anuke.mindustry.graphics;
/**Used for generating extra textures before packing.*/
public class TextureGenerator {
public static void main(String[] args){
}
}