Updated pixel rounding, turrets and resources no longer "wobble"

This commit is contained in:
Anuken
2017-10-05 16:47:06 -04:00
parent af29eb8c96
commit 2c9921748c
4 changed files with 16 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:7d37e1f5d0'
compile 'com.github.anuken:ucore:77506a62ac'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}