RemoCons fully working; also fixed my stupidity

This commit is contained in:
minjaesong
2017-07-26 17:03:22 +09:00
parent 5990da1d26
commit 5c2b1e7586
18 changed files with 1011 additions and 32 deletions

View File

@@ -77,9 +77,9 @@ abstract class UICanvas(
}
/** Override this for the actual update */
/** Override this for the actual update. You must update uiItems by yourself. */
abstract fun updateUI(delta: Float)
/** Override this for the actual render */
/** Override this for the actual render. You must render uiItems by yourself. */
abstract fun renderUI(batch: SpriteBatch, camera: Camera)
/**