Skip to content
Snippets Groups Projects

Resolve "Options-functionality"

Files

@@ -22,8 +22,8 @@ com.badlogic.gdx.graphics.Color: {
}
dark-cyan: {
r: 0
g: 0.39373153
b: 0.4333333
g: 0.59055
b: 0.65
a: 1
}
white: {
@@ -93,14 +93,14 @@ com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton$ImageTextButtonStyle: {
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
default: {
font: font
fontColor: black
fontColor: dark-cyan
}
big: {
font: font-big
}
black: {
font: font
fontColor: black
fontColor: white
}
}
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
Loading