This commit is contained in:
nelle 2023-10-30 13:02:35 -06:00
parent 34d39ae95b
commit f80aa94bfa

View file

@ -33,7 +33,8 @@ class Config {
prop.setProperty("windowHeight", "50")
prop.setProperty("dungeonLevels", "2")
prop.setProperty("sidebarWidth", "18")
prop.setProperty("logAreaHeight", "12")}
prop.setProperty("logAreaHeight", "12")
}
val out: OutputStream = FileOutputStream(file)
prop.store(out, "PotRogue Configuration File, restart game if changed value.")
}