31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: ego/font.fnt } }
|
|
com.badlogic.gdx.graphics.Color: {
|
|
white: { a: 1, b: 1, g: 1, r: 1 },
|
|
gray: { a: 1, b: 0.5, g: 0.5, r: 0.5},
|
|
pressed: { a: 1.0, b: 0.9, g: 0.9, r: 0.9 },
|
|
yellow: {hex: DFD114FF},
|
|
},
|
|
com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: {
|
|
default-horizontal: { background: slider, knob: slider-bar }
|
|
default-horizontal-hover: { background: slider, knob: slider-bar-hover }
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
|
|
default: { vScroll: slider, hScrollKnob: scroll-slider, hScroll: slider, vScrollKnob: scroll-slider }
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: {
|
|
default: { down: screenshot-image-button-active, up: screenshot-image-button, checked: screenshot-image-button-active}
|
|
active: { down: screenshot-image-button-active, up: screenshot-image-button-active, checked: screenshot-image-button-active}
|
|
},
|
|
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
|
|
default: { font: default-font, down: button.pressed, up: button, fontColor: white, overFontColor: yellow, unpressedOffsetY: 0, pressedOffsetY: -4, downFontColor: pressed, disabledFontColor: gray}
|
|
}
|
|
|
|
|
|
|
|
}
|