Icon refactoring

This commit is contained in:
Anuken
2020-11-05 20:21:30 -05:00
parent fab282e8be
commit a18ae3ccf9
132 changed files with 124 additions and 2203 deletions

View File

@@ -421,3 +421,10 @@ task fontgen(dependsOn: classes, type: JavaExec){
standardInput = System.in
workingDir = "../"
}
task icongen(dependsOn: classes, type: JavaExec){
main = "mindustry.tools.IconConverter"
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = "../core/assets-raw"
}