Bullet Collision

This commit is contained in:
2015-09-18 18:37:16 +02:00
parent a181a786f3
commit c38c0fb099
8 changed files with 135 additions and 35 deletions

View File

@@ -64,6 +64,10 @@ project(":core") {
dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile name: 'absGDX-framework-1.0'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'commons-codec:commons-codec:1.9'
compile 'commons-io:commons-io:2.4'
}
}