mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
still cleaning up
Making wall item textures takes SO long
This commit is contained in:
@@ -15,6 +15,7 @@ object DefaultConfig {
|
||||
|
||||
jsonObject.addProperty("displayfps", 0) // 0: no limit, non-zero: limit
|
||||
jsonObject.addProperty("usevsync", true)
|
||||
jsonObject.addProperty("forcedevbuild", false)
|
||||
|
||||
|
||||
jsonObject.addProperty("imtooyoungtodie", false) // no perma-death
|
||||
@@ -75,23 +76,20 @@ object DefaultConfig {
|
||||
|
||||
jsonObject.addProperty("pcgamepadenv", "console")
|
||||
|
||||
jsonObject.addProperty("safetywarning", true)
|
||||
//jsonObject.addProperty("safetywarning", true)
|
||||
|
||||
|
||||
jsonObject.addProperty("maxparticles", 768)
|
||||
|
||||
|
||||
jsonObject.addProperty("fullframelightupdate", false)
|
||||
//jsonObject.addProperty("fullframelightupdate", false)
|
||||
|
||||
jsonObject.addProperty("temperatureunit", 1) // -1: american, 0: kelvin, 1: celcius
|
||||
|
||||
|
||||
// "fancy" graphics settings
|
||||
jsonObject.addProperty("fxdither", true)
|
||||
jsonObject.addProperty("fx3dlut", false)
|
||||
|
||||
|
||||
jsonObject.addProperty("__debug", false)
|
||||
//jsonObject.addProperty("fx3dlut", false)
|
||||
|
||||
|
||||
return jsonObject
|
||||
|
||||
Reference in New Issue
Block a user