15 lines
258 B
Python
15 lines
258 B
Python
world['test'] = "test/data/settings/test_world"
|
|
worldname = 'test'
|
|
|
|
rendermode = "normal"
|
|
|
|
render["world"] = {
|
|
"rendermode": "normal",
|
|
"northdirection": ["upper-left"],
|
|
}
|
|
|
|
render["otherworld"] = {
|
|
"rendermode": "foo",
|
|
"bgcolor": "#ffffff"
|
|
}
|