switched back to old system dependent audio method; updated libgdx

framework; added ashley
This commit is contained in:
2018-06-30 00:13:39 -05:00
parent 4321a07f66
commit bf94851e06
12 changed files with 18 additions and 920 deletions

View File

@@ -1,5 +1,3 @@
import org.apache.tools.ant.taskdefs.condition.Os
apply plugin: "java"
sourceCompatibility = 1.6
@@ -14,9 +12,6 @@ task run(dependsOn: classes, type: JavaExec) {
standardInput = System.in
workingDir = project.assetsDir
ignoreExitValue = true
if(Os.isFamily(Os.FAMILY_MAC))
jvmArgs += "-XstartOnFirstThread"
}
task debug(dependsOn: classes, type: JavaExec) {