2016-01-05 18:46:42 +01:00
|
|
|
{
|
2016-07-04 16:11:08 +02:00
|
|
|
com.badlogic.gdx.graphics.g2d.BitmapFont: {
|
2016-07-05 01:16:23 +02:00
|
|
|
vsmall: { file: fonts/OpenDyslexicAlta-20.fnt },
|
|
|
|
small: { file: fonts/OpenDyslexicAlta-20.fnt },
|
|
|
|
medium: { file: fonts/OpenDyslexicAlta-22.fnt },
|
|
|
|
big: { file: fonts/OpenDyslexicAlta-25.fnt },
|
|
|
|
vbig: { file: fonts/OpenDyslexicAlta-28.fnt },
|
2016-07-04 16:11:08 +02:00
|
|
|
},
|
2016-01-05 18:46:42 +01:00
|
|
|
com.badlogic.gdx.graphics.Color: {
|
|
|
|
green: { a: 1, b: 0, g: 1, r: 0 },
|
|
|
|
white: { a: 1, b: 1, g: 1, r: 1 },
|
2016-07-04 16:11:08 +02:00
|
|
|
fixedwhite: { a: 1, b: 1, g: 1, r: 1 },
|
2016-01-05 18:46:42 +01:00
|
|
|
red: { a: 1, b: 0, g: 0, r: 1 },
|
2016-01-10 23:41:30 +01:00
|
|
|
grey: { a: 1, b: 0.75, g: 0.75, r: 0.75 },
|
2016-06-17 17:18:11 +02:00
|
|
|
lowgrey: { a: 1, b: 0.25, g: 0.25, r: 0.25 },
|
2016-01-05 18:46:42 +01:00
|
|
|
black: { a: 1, b: 0, g: 0, r: 0 }
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.Skin$TintedDrawable: {
|
|
|
|
dialogDim: { name: white, color: { r: 0, g: 0, b: 0, a: 0.45 } }
|
2016-07-01 14:39:15 +02:00
|
|
|
default-round-red: { name: white, color: { r: 0.55, g: 0.1, b: 0.1, a: 1 } }
|
2016-01-05 18:46:42 +01:00
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: {
|
|
|
|
default: { down: default-round-down, up: default-round },
|
|
|
|
toggle: { down: default-round-down, checked: default-round-down, up: default-round }
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
|
2016-07-05 01:16:23 +02:00
|
|
|
default: { down: default-round-down, up: default-round, font: medium, fontColor: fixedwhite, disabledFontColor:lowgrey },
|
|
|
|
checkable: { down: default-round-down, up: default-round, checked: default-round-red, font: medium, fontColor: fixedwhite, disabledFontColor:lowgrey },
|
|
|
|
toggle: { down: default-round-down, up: default-round, checked: default-round-down, font: medium, fontColor: fixedwhite,
|
2016-01-05 18:46:42 +01:00
|
|
|
downFontColor: red }
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
|
|
|
|
default: { vScroll: default-scroll, hScrollKnob: default-round-large, background: default-rect, hScroll: default-scroll,
|
|
|
|
vScrollKnob: default-round-large }
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.SelectBox$SelectBoxStyle: {
|
|
|
|
default: {
|
2016-07-05 01:16:23 +02:00
|
|
|
font: medium, fontColor: fixedwhite, background: default-select,
|
2016-01-05 18:46:42 +01:00
|
|
|
scrollStyle: default,
|
2016-07-05 01:16:23 +02:00
|
|
|
listStyle: { font: medium, selection: default-select-selection }
|
2016-01-05 18:46:42 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.SplitPane$SplitPaneStyle: {
|
|
|
|
default-vertical: { handle: default-splitpane-vertical },
|
|
|
|
default-horizontal: { handle: default-splitpane }
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: {
|
2016-07-05 01:16:23 +02:00
|
|
|
default: { titleFont: medium, background: default-window, titleFontColor: fixedwhite },
|
|
|
|
dialog: { titleFont: medium, background: default-window, titleFontColor: fixedwhite, stageBackground: dialogDim }
|
2016-01-05 18:46:42 +01:00
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: {
|
|
|
|
default-horizontal: { background: default-slider, knob: default-slider-knob }
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
|
2016-07-05 01:16:23 +02:00
|
|
|
default: { font: medium, fontColor: fixedwhite }
|
|
|
|
grey: { font: medium, fontColor: grey }
|
|
|
|
variable: { font: medium, fontColor: white }
|
2016-01-05 18:46:42 +01:00
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: {
|
2016-07-05 01:16:23 +02:00
|
|
|
default: { selection: selection, background: textfield, font: medium, fontColor: fixedwhite, cursor: cursor },
|
|
|
|
transparent: { selection: selection, font: medium, fontColor: white, cursor: cursor },
|
|
|
|
descriptif: { selection: selection, font: small, fontColor: fixedwhite, cursor: cursor }
|
2016-01-05 18:46:42 +01:00
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle: {
|
2016-07-05 01:16:23 +02:00
|
|
|
default: { checkboxOn: check-on, checkboxOff: check-off, font: medium, fontColor: fixedwhite }
|
2016-01-05 18:46:42 +01:00
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
|
2016-07-05 01:16:23 +02:00
|
|
|
default: { fontColorUnselected: fixedwhite, selection: default-rect-pad, fontColorSelected: fixedwhite, font: medium, background: dialogDim }
|
2016-01-05 18:46:42 +01:00
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.Touchpad$TouchpadStyle: {
|
|
|
|
default: { background: default-pane, knob: default-round-large }
|
|
|
|
},
|
|
|
|
com.badlogic.gdx.scenes.scene2d.ui.Tree$TreeStyle: {
|
|
|
|
default: { minus: tree-minus, plus: tree-plus, selection: default-select-selection }
|
|
|
|
}
|
|
|
|
}
|