not sure why I didn't think of this sooner.
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
{
|
||||
com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: ego/font.fnt }, button-font: { file: ego/button-font.fnt }}
|
||||
com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: ego/font.fnt, scale: 0.5 }, button-font: { file: ego/button-font.fnt }}
|
||||
com.badlogic.gdx.graphics.Color: {
|
||||
button-font-up: {hex: 19003Dff },
|
||||
gray: {hex: 21172Eff },
|
||||
pressed: { hex: 19003Dff },
|
||||
yellow: {hex: 69386Dff },
|
||||
label-yellow: {hex: ce7f00ff },
|
||||
label-yellow-hover: {hex: de9827ff } ,
|
||||
label-yellow-down: {hex: a26d17ff }
|
||||
},
|
||||
com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle: {
|
||||
default: { font: default-font, downFontColor: label-yellow-down, overFontColor: label-yellow-hover, fontColor: label-yellow, checkboxOn: checkbox.on, checkboxOff: checkbox, unpressedOffsetY: 12, pressedOffsetY: 12 }
|
||||
},
|
||||
com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: {
|
||||
default-horizontal: { background: slider, knob: slider-bar }
|
||||
default-horizontal-hover: { background: slider, knob: slider-bar-hover }
|
||||
|
||||
Reference in New Issue
Block a user