new map data format and its read/writer

!! UNTESTED !! UNTESTED !! UNTESTED !!
This commit is contained in:
minjaesong
2018-10-03 19:20:11 +09:00
parent 4cfd3b8c45
commit d2b7c76734
10 changed files with 569 additions and 17 deletions

View File

@@ -79,6 +79,10 @@ abstract class UIItem(var parentUI: UICanvas) { // do not replace parentUI to UI
open var clickOnceListenerFired = false
/** Since gamepads can't just choose which UIItem to control, this variable is used to allow processing of
* gamepad button events for one or more UIItems in one or more UICanvases. */
open var controllerInFocus = false
open fun update(delta: Float) {
if (parentUI.isVisible) {