Skip to content

Commit 8ce47cc

Browse files
author
Santiago Faci
committed
nada
1 parent d077961 commit 8ce47cc

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
22
com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: default.fnt } },
33
com.badlogic.gdx.graphics.Color: {
4-
green: { a: 1, b: 0, g: 1, r: 0 },
5-
white: { a: 1, b: 1, g: 1, r: 1 },
6-
red: { a: 1, b: 0, g: 0, r: 1 },
7-
black: { a: 1, b: 0, g: 0, r: 0 }
4+
green: { a: 1, b: 0, g: 1, r: 0 },
5+
white: { a: 1, b: 1, g: 1, r: 1 },
6+
red: { a: 1, b: 0, g: 0, r: 1 },
7+
black: { a: 1, b: 0, g: 0, r: 0 }
88
},
99
com.badlogic.gdx.scenes.scene2d.ui.Skin$TintedDrawable: {
10-
dialogDim: { name: white, color: { r: 0, g: 0, b: 0, a: 0.45 } }
10+
dialogDim: { name: white, color: { r: 0, g: 0, b: 0, a: 0.45 } }
1111
},
1212
com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: {
13-
default: { down: default-round-down, up: default-round },
14-
toggle: { down: default-round-down, checked: default-round-down, up: default-round }
13+
default: { down: default-round-down, up: default-round },
14+
toggle: { down: default-round-down, checked: default-round-down, up: default-round }
1515
},
1616
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
17-
default: { down: default-round-down, up: default-round, font: default-font, fontColor: white },
18-
toggle: { down: default-round-down, up: default-round, checked: default-round-down, font: default-font, fontColor: white, downFontColor: red }
17+
default: { down: default-round-down, up: default-round, font: default-font, fontColor: white },
18+
toggle: { down: default-round-down, up: default-round, checked: default-round-down, font: default-font, fontColor: white, downFontColor: red }
1919
},
2020
com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
21-
default: { vScroll: default-scroll, hScrollKnob: default-round-large, background: default-rect, hScroll: default-scroll, vScrollKnob: default-round-large }
21+
default: { vScroll: default-scroll, hScrollKnob: default-round-large, background: default-rect, hScroll: default-scroll, vScrollKnob: default-round-large }
2222
},
2323
com.badlogic.gdx.scenes.scene2d.ui.SelectBox$SelectBoxStyle: {
24-
default: {
25-
font: default-font, fontColor: white, background: default-select,
26-
scrollStyle: default,
27-
listStyle: { font: default-font, selection: default-select-selection }
28-
}
24+
default: {
25+
font: default-font, fontColor: white, background: default-select,
26+
scrollStyle: default,
27+
listStyle: { font: default-font, selection: default-select-selection }
28+
}
2929
},
3030
com.badlogic.gdx.scenes.scene2d.ui.SplitPane$SplitPaneStyle: {
31-
default-vertical: { handle: default-splitpane-vertical },
32-
default-horizontal: { handle: default-splitpane }
31+
default-vertical: { handle: default-splitpane-vertical },
32+
default-horizontal: { handle: default-splitpane }
3333
},
3434
com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: {
35-
default: { titleFont: default-font, background: default-window, titleFontColor: white },
36-
dialog: { titleFont: default-font, background: default-window, titleFontColor: white, stageBackground: dialogDim }
35+
default: { titleFont: default-font, background: default-window, titleFontColor: white },
36+
dialog: { titleFont: default-font, background: default-window, titleFontColor: white, stageBackground: dialogDim }
3737
},
3838
com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: {
39-
default-horizontal: { background: default-slider, knob: default-slider-knob }
39+
default-horizontal: { background: default-slider, knob: default-slider-knob }
4040
},
4141
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
42-
default: { font: default-font, fontColor: white }
42+
default: { font: default-font, fontColor: white }
4343
},
4444
com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: {
45-
default: { selection: selection, background: textfield, font: default-font, fontColor: white, cursor: cursor }
45+
default: { selection: selection, background: textfield, font: default-font, fontColor: white, cursor: cursor }
4646
},
4747
com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle: {
48-
default: { checkboxOn: check-on, checkboxOff: check-off, font: default-font, fontColor: white }
48+
default: { checkboxOn: check-on, checkboxOff: check-off, font: default-font, fontColor: white }
4949
},
5050
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
51-
default: { fontColorUnselected: white, selection: default-rect-pad, fontColorSelected: white, font: default-font }
51+
default: { fontColorUnselected: white, selection: default-rect-pad, fontColorSelected: white, font: default-font }
5252
},
5353
com.badlogic.gdx.scenes.scene2d.ui.Touchpad$TouchpadStyle: {
54-
default: { background: default-pane, knob: default-round-large }
54+
default: { background: default-pane, knob: default-round-large }
5555
},
5656
com.badlogic.gdx.scenes.scene2d.ui.Tree$TreeStyle: {
57-
default: { minus: tree-minus, plus: tree-plus, selection: default-select-selection }
57+
default: { minus: tree-minus, plus: tree-plus, selection: default-select-selection }
5858
}
5959
}

0 commit comments

Comments
 (0)