Increased number of save slots, UI colors tweaked

This commit is contained in:
Anuken
2017-12-02 00:29:44 -05:00
parent 8455d48693
commit 01b431801d
20 changed files with 161 additions and 78 deletions

View File

@@ -14,6 +14,7 @@ com.badlogic.gdx.graphics.Color: {
blue: {a: 1, b: 1, g: 0, r: 0 },
grey: {a: 1, b: 0.32, g: 0.32, r: 0.32 },
orange: {hex: "#FFA500"},
accent: {hex: "f4ba6e"},
vis-blue: {a: 1, b: 0.886, g: 0.631, r: 0.105 },
vis-red: {a: 1, b: 0.047, g: 0, r: 0.862 },
menuitem: {a: 1, b: 0.65, g: 0.65, r: 0.65 },
@@ -51,7 +52,7 @@ io.anuke.ucore.scene.ui.ScrollPane$ScrollPaneStyle: {
},
io.anuke.ucore.scene.ui.Window$WindowStyle: {
default: {titleFont: default-font, background: window, titleFontColor: orange },
dialog: {stageBackground: dialogDim, titleFont: default-font, background: window-empty, titleFontColor: orange }
dialog: {stageBackground: dialogDim, titleFont: default-font, background: window-empty, titleFontColor: accent }
},
io.anuke.ucore.scene.ui.KeybindDialog$KeybindDialogStyle: {
default: {keyColor: red, keyNameColor: white},