improved system info ui

This commit is contained in:
minjaesong
2023-09-14 01:19:51 +09:00
parent a3bf53d20f
commit 61162587ee
5 changed files with 93 additions and 6 deletions

View File

@@ -233,11 +233,13 @@ Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
private val glinfo = Gdx.graphics.glVersion.debugVersionString
val systeminfo: List<String>; get() = """
${App.GAME_NAME} Version: ${App.getVERSION_STRING()}
JRE Version: $javaVersion
Gdx Version: ${com.badlogic.gdx.Version.VERSION}
Operation System: $osName $osVersion
Architecture: $sysArch
Processor: $processor ($processorVendor)
GL Info: $glinfo
GL $glinfo
""".split('\n')