Skip to content
Snippets Groups Projects

Resolve "Options-functionality"

Merged Haakon Gunleiksrud requested to merge 32-options-functionality into dev
Files
5
@@ -22,8 +22,8 @@ com.badlogic.gdx.graphics.Color: {
@@ -22,8 +22,8 @@ com.badlogic.gdx.graphics.Color: {
}
}
dark-cyan: {
dark-cyan: {
r: 0
r: 0
g: 0.39373153
g: 0.59055
b: 0.4333333
b: 0.65
a: 1
a: 1
}
}
white: {
white: {
@@ -93,14 +93,14 @@ com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton$ImageTextButtonStyle: {
@@ -93,14 +93,14 @@ com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton$ImageTextButtonStyle: {
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
default: {
default: {
font: font
font: font
fontColor: black
fontColor: dark-cyan
}
}
big: {
big: {
font: font-big
font: font-big
}
}
black: {
black: {
font: font
font: font
fontColor: black
fontColor: white
}
}
}
}
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
Loading