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

@@ -12,7 +12,8 @@ internal object Version : ConsoleCommand {
override fun execute(args: Array<String>) {
Echo("${App.GAME_NAME} ${App.getVERSION_STRING()}")
Echo("Java version: ${System.getProperty("java.version")}")
Echo("JRE Version: ${System.getProperty("java.version")}")
Echo("Gdx Version: ${com.badlogic.gdx.Version.VERSION}")
Echo("Polyglot language pack version: ${Lang.POLYGLOT_VERSION}")
Echo("GL version: ${Terrarum.GL_VERSION}")
Echo("Renderer: ${Gdx.graphics.glVersion.rendererString}, ${Gdx.graphics.glVersion.vendorString}")