Updated build.gradle, changed scroll dialog, UI tweaks

This commit is contained in:
Anuken
2017-11-27 22:23:47 -05:00
parent 0c6578c229
commit c0d28eca65
29 changed files with 385 additions and 306 deletions

View File

@@ -47,7 +47,7 @@ io.anuke.ucore.scene.ui.ImageTextButton$ImageTextButtonStyle: {
toggle: {checked: button-down, down: button-down, up: button, font: default-font, fontColor: white, over: button-over, disabled: button, disabledFontColor: grey }
},
io.anuke.ucore.scene.ui.ScrollPane$ScrollPaneStyle: {
default: {background: border}
default: {background: border, vScroll: scroll, vScrollKnob: scroll-knob-vertical}
},
io.anuke.ucore.scene.ui.Window$WindowStyle: {
default: {titleFont: default-font, background: window, titleFontColor: orange },