mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 20:44:05 +09:00
shader cleanup; a config key for higher bits per pixel on graphics
This commit is contained in:
@@ -11,6 +11,7 @@ object DefaultConfig {
|
||||
|
||||
val hashMap = hashMapOf<String, Any>(
|
||||
"displayfps" to 0, // 0: no limit, non-zero: limit
|
||||
"displaycolourdepth" to 8,
|
||||
"usevsync" to false,
|
||||
"screenwidth" to TerrarumScreenSize.defaultW,
|
||||
"screenheight" to TerrarumScreenSize.defaultH,
|
||||
|
||||
Reference in New Issue
Block a user