mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 06:54:05 +09:00
improved system info ui
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user