98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"com.badlogic.gdx.graphics.g2d.BitmapFont": {
|
|
"default-font": {
|
|
"file": "default.fnt"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.graphics.Color": {
|
|
"green": { "a": 1, "b": 0, "g": 1, "r": 0 },
|
|
"white": { "a": 1, "b": 1, "g": 1, "r": 1 },
|
|
"red": { "a": 1, "b": 0, "g": 0, "r": 1 },
|
|
"black": { "a": 1, "b": 0, "g": 0, "r": 0 },
|
|
"blue": { "a": 1, "b": 1, "g": 0.34, "r": 0.1 }
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.Skin$TintedDrawable": {
|
|
"dialogDim": { "name": "white", "color": { "r": 0, "g": 0, "b": 0, "a": 0.45 } }
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle": {
|
|
"default": {
|
|
"up": "default-round",
|
|
"down": "default-round-down",
|
|
"over": "default-round-over"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle": {
|
|
"default": {
|
|
"font": "default-font",
|
|
"fontColor": "white",
|
|
"downFontColor": "red",
|
|
"up": "default-round",
|
|
"down": "default-round-down",
|
|
"over": "default-round-over"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle": {
|
|
"default": {
|
|
"font": "default-font",
|
|
"fontColor": "white"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle": {
|
|
"default": {
|
|
"font": "default-font",
|
|
"fontColor": "white",
|
|
"background": "textfield",
|
|
"cursor": "cursor",
|
|
"selection": "selection"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle": {
|
|
"default": {
|
|
"checkboxOn": "check-on",
|
|
"checkboxOff": "check-off",
|
|
"font": "default-font",
|
|
"fontColor": "white"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle": {
|
|
"default": {
|
|
"font": "default-font",
|
|
"fontColorSelected": "white",
|
|
"fontColorUnselected": "white",
|
|
"selection": "selection"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle": {
|
|
"default": {
|
|
"background": "default-scroll",
|
|
"hScrollKnob": "default-round-large",
|
|
"vScrollKnob": "default-round-large"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.SelectBox$SelectBoxStyle": {
|
|
"default": {
|
|
"font": "default-font",
|
|
"fontColor": "white",
|
|
"background": "default-select",
|
|
"scrollStyle": "default",
|
|
"listStyle": "default"
|
|
}
|
|
},
|
|
"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": {
|
|
"default": {
|
|
"background": "default-window",
|
|
"titleFont": "default-font",
|
|
"titleFontColor": "white"
|
|
}
|
|
},
|
|
"com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle": {
|
|
"default": {
|
|
"background": "default-slider",
|
|
"knob": "default-slider-knob"
|
|
}
|
|
}
|
|
} |