0

Allow global defaults to be specified

This commit is contained in:
Andrew Chin
2011-12-31 20:59:02 -05:00
parent 06dd78dc89
commit fed7ae0157
4 changed files with 26 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
world_path="test/data/settings/test_world"
rendermode = "normal"
render["world"] = {
"path": "test/data/settings/test_world",
"rendermodes": ["normal"],
"rendermode": "normal",
"north-direction": ["upper-left"],
}
render["otherworld"] = {
"rendermode": "foo"
}