shrank client size

This commit is contained in:
2021-12-01 17:58:53 +01:00
parent 869a58e6a9
commit 084c27f133
14 changed files with 96 additions and 54 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 322 KiB

View File

@@ -1,7 +1,7 @@
{
"BitmapFont": {
"default-font": {
"file": "font/coolvetica.fnt"
"file": "font/coolvetica.fnt",
},
"enchanted": {
"file": "font/enchanted.fnt"
@@ -15,8 +15,10 @@
"white": { "a": 1.0, "b": 1.0, "g": 1.0, "r": 1.0 },
"red": { "a": 1.0, "b": 0.0, "g": 0.0, "r": 1.0 },
"black": { "a": 1.0, "b": 0.0, "g": 0.0, "r": 0.0 },
"gold": { "a": 1.0, "b": 0.125, "g": 0.75, "r": 0.9 },
"light_gray": { "a": 1.0, "b": 0.6, "g": 0.6, "r": 0.6 }
"gold": { "a": 1.0, "b": 0.318, "g": 0.753, "r": 0.89 },
"dark_gold": { "a": 1.0, "b": 0.034, "g": 0.565, "r": 0.80 },
"darker_gold": { "a": 1.0, "b": 0.191, "g": 0.452, "r": 0.534 },
"light_gray": { "a": 1.0, "b": 0.6, "g": 0.6, "r": 0.6}
},
"TintedDrawable": {
"dialogDim": {
@@ -43,9 +45,9 @@
"TextButtonStyle": {
"default": {
"font": "enchanted",
"fontColor": "white",
"downFontColor": "gold",
"disabledFontColor" : "light_gray"
"fontColor": "gold",
"downFontColor": "dark_gold",
"disabledFontColor" : "darker_gold"
},
"toggle": {
"down": "default-round-down",