mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
playtime counter on top left corner
This commit is contained in:
@@ -105,6 +105,8 @@ class ConsoleWindow : UICanvas() {
|
||||
}
|
||||
|
||||
override fun renderImpl(frameDelta: Float, batch: SpriteBatch, camera: OrthographicCamera) {
|
||||
posY = App.scr.tvSafeActionHeight // move away from the top area
|
||||
|
||||
// background
|
||||
batch.color = UIColour
|
||||
Toolkit.fillArea(batch, drawOffX, drawOffY, width.toFloat(), height.toFloat())
|
||||
|
||||
Reference in New Issue
Block a user