Removed atlas outputs

This commit is contained in:
Anuken
2020-12-15 15:24:09 -05:00
parent 6ab96e2787
commit 47e321f57d
21 changed files with 27 additions and 48830 deletions

View File

@ -152,3 +152,10 @@ task run(type: Exec){
def adb = path + "/platform-tools/adb"
commandLine "$adb", 'shell', 'am', 'start', '-n', 'io.anuke.mindustry/mindustry.android.AndroidLauncher'
}
if(!project.ext.hasSprites()){
println "Re-packing sprites."
run.dependsOn ":tools:pack"
assembleRelease.dependsOn ":tools:pack"
assembleDebug.dependsOn ":tools:pack"
}