Created WallAggregatorTool to assist with developing box2d integration

This commit is contained in:
Collin Smith
2019-05-04 22:51:47 -07:00
parent 3b9311b11e
commit 40b864c400
2 changed files with 230 additions and 0 deletions

View File

@ -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") {