moved white box tex to AppLoader; textButton now has alignment option

This commit is contained in:
minjaesong
2018-12-09 04:36:53 +09:00
parent 59c6876849
commit d0e0f8dd8d
6 changed files with 59 additions and 34 deletions

View File

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