mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Added support for box2d lights
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user