Fixed init of grounds and fixed tests.

This commit is contained in:
Ziver Koc 2020-02-16 00:31:58 +01:00
parent 3b9422346a
commit f8353d4354
14 changed files with 178 additions and 96 deletions

View file

@ -16,7 +16,7 @@ sourceSets {
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
implementation 'se.koc:zutil:1.0.236'
implementation 'se.koc:zutil:1.0.0-SNAPSHOT'
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.5.2"
testImplementation "org.junit.platform:junit-platform-runner:1.5.2"