mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
health message on splash
This commit is contained in:
@@ -21,12 +21,13 @@ object DefaultConfig {
|
||||
jsonObject.addProperty("screenheight", AppLoader.defaultH)
|
||||
|
||||
|
||||
jsonObject.addProperty("imtooyoungtodie", false) // no perma-death
|
||||
//jsonObject.addProperty("imtooyoungtodie", false) // no perma-death
|
||||
jsonObject.addProperty("language", AppLoader.getSysLang())
|
||||
jsonObject.addProperty("notificationshowuptime", 4000)
|
||||
jsonObject.addProperty("multithread", true) // experimental!
|
||||
jsonObject.addProperty("multithreadedlight", false) // experimental!
|
||||
|
||||
jsonObject.addProperty("showhealthmessageonstartup", true)
|
||||
|
||||
|
||||
// control-gamepad
|
||||
|
||||
Reference in New Issue
Block a user