0

overhaul to configParser. Parsing config works now.

This commit is contained in:
Andrew Brown
2012-02-04 21:23:44 -05:00
parent ceb98c4441
commit 6d95d80a73
8 changed files with 321 additions and 245 deletions

View File

@@ -1,14 +1,17 @@
world['test'] = "test/data/settings/test_world"
worldname = 'test'
rendermode = "normal"
render["world"] = {
"rendermode": "normal",
"northdirection": ["upper-left"],
render["myworld"] = {
"title": "myworld title",
"worldname": "test",
"rendermode": normal,
"northdirection": "upper-left",
}
render["otherworld"] = {
"rendermode": "foo",
"title": "otherworld title",
"worldname": "test",
"rendermode": normal,
"bgcolor": "#ffffff"
}
outputdir = "/tmp/fictional/outputdir"