Mobile and desktop UI changes

This commit is contained in:
Anuken
2017-11-10 19:47:57 -05:00
parent 4a9fbf080e
commit 4ffbeacb07
14 changed files with 341 additions and 269 deletions

View File

@@ -21,7 +21,7 @@ com.badlogic.gdx.graphics.Color: {
},
io.anuke.ucore.scene.Skin$TintedDrawable: {
dialogDim: {name: white, color: {r: 0, g: 0, b: 0, a: 0.9} }
loadDim: {name: white, color: {r: 0, g: 0, b: 0, a: 0.7} }
loadDim: {name: white, color: {r: 0, g: 0, b: 0, a: 0.8} }
},
io.anuke.ucore.scene.ui.Button$ButtonStyle: {
default: {down: button-down, up: button },