improved libGDX client performance

added automatic texture packing
This commit is contained in:
2021-11-19 17:55:46 +01:00
parent bc3ccb6e81
commit 79f4ea3fe1
70 changed files with 1589 additions and 21077 deletions

View File

@@ -7,5 +7,6 @@ repositories {
}
dependencies {
implementation("com.badlogicgames.gdx:gdx-tools:1.10.0")
implementation(gradleApi())
}