Change scaling

This commit is contained in:
Anuken
2017-12-20 00:07:59 -05:00
parent 04fb64f60e
commit 096fae957b
22 changed files with 54 additions and 64 deletions

View File

@@ -80,7 +80,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:4cb594bc68'
compile 'com.github.anuken:ucore:7938cb4bf9'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}