mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Created WallAggregatorTool to assist with developing box2d integration
This commit is contained in:
@ -80,6 +80,11 @@ project(":tools") {
|
||||
compile group: 'commons-cli', name: 'commons-cli', version: cliVersion
|
||||
compile "com.kotcrab.vis:vis-ui:$visuiVersion"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
|
||||
}
|
||||
}
|
||||
|
||||
project(":mapbuilder") {
|
||||
|
Reference in New Issue
Block a user