Added block description panel, disabled deselecting, updated uCore

This commit is contained in:
Anuken
2017-09-17 15:41:49 -04:00
parent 6861939f78
commit 0e8204b243
27 changed files with 219 additions and 129 deletions

View File

@@ -358,13 +358,27 @@ icon-distribution
orig: 10, 10
offset: 0, 0
index: -1
icon-production
icon-menu
rotate: false
xy: 383, 2
size: 10, 10
orig: 10, 10
offset: 0, 0
index: -1
icon-pause
rotate: false
xy: 395, 2
size: 10, 10
orig: 10, 10
offset: 0, 0
index: -1
icon-production
rotate: false
xy: 407, 2
size: 10, 10
orig: 10, 10
offset: 0, 0
index: -1
icon-rotate
rotate: false
xy: 405, 15
@@ -372,6 +386,13 @@ icon-rotate
orig: 14, 14
offset: 0, 0
index: -1
icon-settings
rotate: false
xy: 419, 2
size: 10, 10
orig: 10, 10
offset: 0, 0
index: -1
list-selection
rotate: false
xy: 220, 3
@@ -556,7 +577,7 @@ slider-knob-over
index: -1
slider-vertical
rotate: false
xy: 343, 62
xy: 421, 14
size: 8, 1
orig: 8, 1
offset: 0, 0
@@ -571,14 +592,14 @@ slot
index: -1
splitpane
rotate: false
xy: 343, 59
xy: 431, 14
size: 8, 1
orig: 8, 1
offset: 0, 0
index: -1
splitpane-over
rotate: false
xy: 343, 56
xy: 343, 62
size: 8, 1
orig: 8, 1
offset: 0, 0
@@ -637,7 +658,7 @@ touchpad-knob
index: -1
tree-minus
rotate: false
xy: 395, 2
xy: 431, 2
size: 10, 10
orig: 10, 10
offset: 0, 0

View File

@@ -34,7 +34,7 @@ io.anuke.ucore.scene.ui.TextButton$TextButtonStyle: {
toggle: {font: default-font, fontColor: white, checked: button-down, down: button-down, up: button, over: button-over, disabled: button, disabledFontColor: grey }
},
io.anuke.ucore.scene.ui.ImageButton$ImageButtonStyle: {
default: {down: button-down, up: button },
default: {down: button-down, up: button, over: button-over },
static: {up: button },
static-down: {up: button-down },
blue: {down: button-blue-down, up: button-blue },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB