blob: 8687f2cb6d258d69f67294c01e2c154792cb8988 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
com.badlogic.gdx.graphics.g2d.BitmapFont: {
default: {
file: ../../fnt/MaxonRegularSemi.fnt,
scaledSize: 24
}
}
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
default: {
font: default,
up: button,
down: button_down,
over: button_over,
disabled: button_disabled
}
}
}
|