overhaul to configParser. Parsing config works now.
This commit is contained in:
@@ -2,6 +2,9 @@ world['test'] = "test/data/settings/test_world"
|
||||
|
||||
render["world"] = {
|
||||
"worldname": "test",
|
||||
"title": "myworld title",
|
||||
"rendermode": "bad_rendermode",
|
||||
"northdirection": ["upper-left"],
|
||||
"northdirection": "upper-left",
|
||||
}
|
||||
|
||||
outputdir = "/tmp/fictional/outputdir"
|
||||
|
||||
Reference in New Issue
Block a user