Skip to content
Snippets Groups Projects

Lobbycreate lobbyjoin

Merged Petter Selfors Rølvåg requested to merge lobbycreate-lobbyjoin into dev
6 files
+ 379
200
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -111,7 +111,7 @@ com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
background: list
}
plain: {
font: font
font: font-big
fontColorSelected: white
fontColorUnselected: dark-cyan
selection: pale-blue
@@ -183,7 +183,7 @@ com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
}
com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: {
default: {
font: font
font: font-big
fontColor: black
background: textfield
cursor: black
@@ -210,4 +210,4 @@ com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: {
titleFontColor: black
}
}
}
\ No newline at end of file
}
Loading