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


icon/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.SplitPane$SplitPaneStyle: {
a62d533 21
	default-vertical: { handle: default-splitpane-vertical },
a62d533 22
	default-horizontal: { handle: default-splitpane }
a62d533 23
},
a62d533 24
com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
a62d533 25
	default: { vScroll: default-scroll, hScrollKnob: default-round-large, background: default-rect, hScroll: default-scroll, vScrollKnob: default-round-large }
a62d533 26
},
a62d533 27
com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: {
a62d533 28
	default: { titleFont: default-font, background: default-window, titleFontColor: white },
a62d533 29
	dialog: { titleFont: default-font, background: default-window, titleFontColor: white, stageBackground: dialogDim }
a62d533 30
},
a62d533 31
com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: {
a62d533 32
	default-horizontal: { background: default-slider, knob: default-slider-knob }
a62d533 33
},
a62d533 34
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
a62d533 35
	default: { font: default-font, fontColor: white }
a62d533 36
},
a62d533 37
com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: {
a62d533 38
	default: { selection: selection, background: textfield, font: default-font, fontColor: white, cursor: cursor }
a62d533 39
},
a62d533 40
com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle: {
a62d533 41
	default: { checkboxOn: check-on, checkboxOff: check-off, font: default-font, fontColor: white }
a62d533 42
},
a62d533 43
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
a62d533 44
	default: { fontColorUnselected: white, selection: default-rect-pad, fontColorSelected: white, font: default-font }
a62d533 45
},
a62d533 46
com.badlogic.gdx.scenes.scene2d.ui.Touchpad$TouchpadStyle: {
a62d533 47
	default: { background: default-pane, knob: default-round-large }
a62d533 48
},
a62d533 49
com.badlogic.gdx.scenes.scene2d.ui.Tree$TreeStyle: {
a62d533 50
	default: { minus: tree-minus, plus: tree-plus, selection: default-select-selection }
a62d533 51
}
a62d533 52
}