gdx-studio

#libgdx#java#desktop

git clone https://git.pyrossh.dev/gdx-studio

An IDE for creating Games using libgdx and Java supported on all platforms Android, iOS, Desktop


test/skin/uiskin.json
a62d533 1
{
a62d533 2
com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: default.fnt } },
a62d533 3
com.badlogic.gdx.graphics.Color: {
a62d533 4
	green: { a: 1, b: 0, g: 1, r: 0 },
a62d533 5
	white: { a: 1, b: 1, g: 1, r: 1 },
a62d533 6
	red: { a: 1, b: 0, g: 0, r: 1 },
a62d533 7
	black: { a: 1, b: 0, g: 0, r: 0 }
a62d533 8
},
a62d533 9
com.badlogic.gdx.scenes.scene2d.ui.Skin$TintedDrawable: {
a62d533 10
	dialogDim: { name: white, color: { r: 0, g: 0, b: 0, a: 0.45 } }
a62d533 11
},
a62d533 12
com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: {
a62d533 13
	default: { down: default-round-down, up: default-round },
a62d533 14
	toggle: { down: default-round-down, checked: default-round-down, up: default-round }
a62d533 15
},
a62d533 16
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
a62d533 17
	default: { down: default-round-down, up: default-round, font: default-font, fontColor: white },
a62d533 18
	toggle: { down: default-round-down, up: default-round, checked: default-round-down, font: default-font, fontColor: white, downFontColor: red }
a62d533 19
},
a62d533 20
com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
a62d533 21
	default: { vScroll: default-scroll, hScrollKnob: default-round-large, background: default-rect, hScroll: default-scroll, vScrollKnob: default-round-large }
a62d533 22
},
a62d533 23
com.badlogic.gdx.scenes.scene2d.ui.SelectBox$SelectBoxStyle: {
a62d533 24
	default: {
a62d533 25
		font: default-font, fontColor: white, background: default-select,
a62d533 26
		scrollStyle: default,
a62d533 27
		listStyle: { font: default-font, selection: default-select-selection }
a62d533 28
	}
a62d533 29
},
a62d533 30
com.badlogic.gdx.scenes.scene2d.ui.SplitPane$SplitPaneStyle: {
a62d533 31
	default-vertical: { handle: default-splitpane-vertical },
a62d533 32
	default-horizontal: { handle: default-splitpane }
a62d533 33
},
a62d533 34
com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: {
a62d533 35
	default: { titleFont: default-font, background: default-window, titleFontColor: white },
a62d533 36
	dialog: { titleFont: default-font, background: default-window, titleFontColor: white, stageBackground: dialogDim }
a62d533 37
},
a62d533 38
com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: {
a62d533 39
	default-horizontal: { background: default-slider, knob: default-slider-knob }
a62d533 40
},
a62d533 41
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
a62d533 42
	default: { font: default-font, fontColor: white }
a62d533 43
},
a62d533 44
com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: {
a62d533 45
	default: { selection: selection, background: textfield, font: default-font, fontColor: white, cursor: cursor }
a62d533 46
},
a62d533 47
com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle: {
a62d533 48
	default: { checkboxOn: check-on, checkboxOff: check-off, font: default-font, fontColor: white }
a62d533 49
},
a62d533 50
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
a62d533 51
	default: { fontColorUnselected: white, selection: selection, fontColorSelected: white, font: default-font }
a62d533 52
},
a62d533 53
com.badlogic.gdx.scenes.scene2d.ui.Touchpad$TouchpadStyle: {
a62d533 54
	default: { background: default-pane, knob: default-round-large }
a62d533 55
},
a62d533 56
com.badlogic.gdx.scenes.scene2d.ui.Tree$TreeStyle: {
a62d533 57
	default: { minus: tree-minus, plus: tree-plus, selection: default-select-selection }
a62d533 58
}
a62d533 59
}