HERE BE DRAGONS

This commit is contained in:
nelle 2023-11-04 02:29:35 -06:00
parent 5171231ded
commit 3df26cd0c2

View file

@ -36,7 +36,7 @@ class Config {
prop.setProperty("helpTipHeight", "3")
}
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. HERE BE DRAGONS.")
}
}
//Convert values from the config file to in-code variables,