summaryrefslogtreecommitdiff
path: root/assets/sprites/gui/widgets.skin
blob: 8ee66d91c97a2322dfe6360383572b2eb4ddb45a (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/MaxonTrebuchet.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
    }
  }
}