check if pointer-checker is still there on non dev build

This commit is contained in:
minjaesong
2023-01-07 17:10:17 +09:00
parent 02bdb2a4fc
commit 3393ba6466
7 changed files with 41 additions and 23 deletions

View File

@@ -326,6 +326,7 @@ class TitleScreen(batch: FlippingSpriteBatch) : IngameInstance(batch) {
)
}
batch.color = if (App.IS_DEVELOPMENT_BUILD) Toolkit.Theme.COL_MOUSE_UP else Color.LIGHT_GRAY
App.fontGame.draw(batch, TerrarumPostProcessor.thisIsDebugStr, 5f, App.scr.height - 24f)