cough
This commit is contained in:
parent
34d39ae95b
commit
f80aa94bfa
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ class Config {
|
||||||
prop.setProperty("windowHeight", "50")
|
prop.setProperty("windowHeight", "50")
|
||||||
prop.setProperty("dungeonLevels", "2")
|
prop.setProperty("dungeonLevels", "2")
|
||||||
prop.setProperty("sidebarWidth", "18")
|
prop.setProperty("sidebarWidth", "18")
|
||||||
prop.setProperty("logAreaHeight", "12")}
|
prop.setProperty("logAreaHeight", "12")
|
||||||
|
}
|
||||||
val out: OutputStream = FileOutputStream(file)
|
val out: OutputStream = FileOutputStream(file)
|
||||||
prop.store(out, "PotRogue Configuration File, restart game if changed value.")
|
prop.store(out, "PotRogue Configuration File, restart game if changed value.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue