More description changes, changed profiler, core refactoring

This commit is contained in:
Anuken
2017-11-21 22:07:36 -05:00
parent a71a82c10b
commit f0e5477346
41 changed files with 147 additions and 164 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:eb772dd77d'
compile 'com.github.Anuken:ucore:9d84d75ee1'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}