|
1 | 1 | {
|
2 | 2 | com.badlogic.gdx.graphics.g2d.BitmapFont: {
|
3 |
| - default: {file: fonts/Roboto-Regular.ttf, size: 20}, |
| 3 | + default: {file: fonts/Roboto-Regular.ttf, size: 17}, |
4 | 4 | debug: {file: fonts/Roboto-Regular.ttf, size: 15},
|
5 | 5 | big-font: {file: fonts/PaytoneOne.ttf, size: 33},
|
6 | 6 | dialog-font: {file: fonts/ArchitectsDaughter_fix.ttf, size: 20},
|
@@ -59,7 +59,8 @@ com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: {
|
59 | 59 |
|
60 | 60 | com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
|
61 | 61 | default: { font: default, up: grey, fontColor: white , downFontColor: grey, overFontColor: light-grey, disabledFontColor: dark-grey},
|
62 |
| - menu: { up: border-rect-trans, down: border-rect-trans-down, font: big-font, fontColor: white , downFontColor: grey, overFontColor: yellow, disabledFontColor: dark-grey} |
| 62 | + menu: { up: border-rect-trans, down: border-rect-trans-down, font: big-font, fontColor: white , downFontColor: grey, overFontColor: yellow, disabledFontColor: dark-grey}, |
| 63 | + toggle: { up: border-rect-trans, down: border-rect-trans-down, checked: border-rect-trans-down, font: default, fontColor: white , downFontColor: grey, overFontColor: yellow, disabledFontColor: dark-grey} |
63 | 64 | },
|
64 | 65 | com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: {
|
65 | 66 | default: {}
|
|
0 commit comments