Fixed issues with pixelation on zooming out; removed extra side projects

This commit is contained in:
Anuken
2017-05-24 22:06:54 -04:00
parent 5deb1f562c
commit 01a9f493cc
3 changed files with 7 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile fileTree(dir: '../core/lib', include: '*.jar')
// compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}