Finish map editor core functionality

This commit is contained in:
Anuken
2017-12-19 00:05:41 -05:00
parent 7953a21073
commit a6e72c93f0
38 changed files with 712 additions and 335 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
{
"id": 12,
"name": "tutorial",
"visible": true,
"visible": false,
"flipBase": false,
"backgroundColor": "646464"
}
File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

+1
View File
@@ -49,6 +49,7 @@ io.anuke.ucore.scene.ui.ImageTextButton$ImageTextButtonStyle: {
},
io.anuke.ucore.scene.ui.ScrollPane$ScrollPaneStyle: {
default: {background: border, vScroll: scroll, vScrollKnob: scroll-knob-vertical},
horizontal: {background: border, vScroll: scroll, vScrollKnob: scroll-knob-vertical, hScroll: scroll-horizontal, hScrollKnob: scroll-knob-horizontal},
volume: {background: button-map, vScroll: scroll, vScrollKnob: scroll-knob-vertical},
clear: {vScroll: scroll, vScrollKnob: scroll-knob-vertical}
},