Colour changing implementation

This commit is contained in:
Ash Reynolds 2016-02-13 15:47:03 +00:00
parent 4593a6c686
commit b5fc10546d
26 changed files with 248 additions and 219 deletions

View file

@ -6,9 +6,12 @@ com.badlogic.gdx.graphics.Color: {
black: { a: 1, b: 0, g: 0, r: 0 },
},
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
default: { down: null, up: null, font: default-font, fontColor: white, overFontColor: red },
default: { down: null, up: null, font: default-font, fontColor: white, overFontColor: red }
},
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
default: { font: default-font, fontColor: white }
},
com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: {
default: { titleFont: default-font, background: null }
},
}