mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 06:24:06 +09:00
RemoCons fully working; also fixed my stupidity
This commit is contained in:
@@ -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)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user