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,5 @@
render["world"] = {
"path": "test/data/settings/test_world",
"rendermodes": ["bad_rendermode"],
"world_path": "test/data/settings/test_world",
"rendermode": "bad_rendermode",
"north-direction": ["upper-left"],
}