Added support for box2d lights

This commit is contained in:
Collin Smith
2019-05-05 03:39:25 -07:00
parent 4fc44bb8cd
commit 1c2a299045
2 changed files with 45 additions and 4 deletions

View File

@ -84,6 +84,7 @@ project(":tools") {
dependencies {
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.box2dlights:box2dlights:1.4"
}
}