Splitting UI atlas

This commit is contained in:
Anuken
2019-07-03 15:59:50 -04:00
parent b7008072f8
commit d3c8678f80
11 changed files with 7011 additions and 7379 deletions

View File

@@ -264,7 +264,7 @@ task tileImages(){
}
}
task pack(){
task pack(dependsOn: classes){
doLast{
//cleanup old sprites
@@ -281,7 +281,6 @@ task pack(){
//run generation task; generate all needed sprites
file(genFolder).mkdirs()
javaexec{
main = "io.anuke.mindustry.ImagePacker"
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in