added distribution task to client buildscript

This commit is contained in:
2021-11-17 12:31:35 +01:00
parent 8d7ab3e6e9
commit 7a0f30f8b7
15 changed files with 36 additions and 28 deletions

View File

@@ -1,10 +1,10 @@
{
"com.badlogic.gdx.graphics.g2d.BitmapFont": {
"default-font": {
"file": "../font/coolvetica.fnt"
"file": "font/coolvetica.fnt"
},
"enchanted": {
"file": "../font/enchanted.fnt"
"file": "font/enchanted.fnt"
}
},
"com.badlogic.gdx.graphics.Color": {