playtime counter on top left corner

This commit is contained in:
minjaesong
2024-07-19 03:07:52 +09:00
parent 49fb419d35
commit 14538dd10b
4 changed files with 28 additions and 8 deletions

View File

@@ -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())