aaf8e1d7cb
Also brought tests up to date. All tests pass now.
18 lines
363 B
Python
18 lines
363 B
Python
worlds['test'] = "test/data/settings/test_world"
|
|
|
|
renders["myworld"] = {
|
|
"title": "myworld title",
|
|
"world": "test",
|
|
"rendermode": normal,
|
|
"northdirection": "upper-left",
|
|
}
|
|
|
|
renders["otherworld"] = {
|
|
"title": "otherworld title",
|
|
"world": "test",
|
|
"rendermode": normal,
|
|
"bgcolor": "#ffffff"
|
|
}
|
|
|
|
outputdir = "/tmp/fictional/outputdir"
|