devcycle-based version name (alpha, beta thing)

This commit is contained in:
minjaesong
2024-03-11 02:44:05 +09:00
parent 60eeeae759
commit 707abe8c6d
6 changed files with 86 additions and 12 deletions

View File

@@ -350,7 +350,7 @@ object TerrarumPostProcessor : Disposable {
private val defaultResStr = "Ingame UI Area"
private val currentResStr = "${App.scr.width}x${App.scr.height}"
private val safeAreaStr = "TV Safe Area"
private val versionStr = "Version ${App.getVERSION_STRING()}"
private val versionStr = "${App.getVERSION_STRING()}"
internal val thisIsDebugStr = "${App.GAME_NAME} ${if (App.IS_DEVELOPMENT_BUILD) "Development Build" else "Release"} $versionStr"
/**