mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
config key change; uiitemtextbutton can now have tags alongside with the label
This commit is contained in:
@@ -37,12 +37,6 @@ object WriteConfig {
|
||||
}
|
||||
|
||||
operator fun invoke() {
|
||||
println("Writing config...")
|
||||
App.gameConfig.hashMap.forEach { s, any ->
|
||||
println("config $s = $any")
|
||||
}
|
||||
|
||||
|
||||
val writer = java.io.FileWriter(App.configDir, false)
|
||||
writer.write(jsoner.prettyPrint(App.gameConfig))
|
||||
writer.close()
|
||||
|
||||
Reference in New Issue
Block a user