18 lines
368 B
Python
18 lines
368 B
Python
world['test'] = "test/data/settings/test_world"
|
|
|
|
render["myworld"] = {
|
|
"title": "myworld title",
|
|
"worldname": "test",
|
|
"rendermode": normal,
|
|
"northdirection": "upper-left",
|
|
}
|
|
|
|
render["otherworld"] = {
|
|
"title": "otherworld title",
|
|
"worldname": "test",
|
|
"rendermode": normal,
|
|
"bgcolor": "#ffffff"
|
|
}
|
|
|
|
outputdir = "/tmp/fictional/outputdir"
|