Allow regionsets to be named in a settings.py file
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
world['test'] = "test/data/settings/test_world"
|
||||
|
||||
render["world"] = {
|
||||
"worldpath": "test/data/settings/test_world",
|
||||
"worldname": "test",
|
||||
"rendermode": "bad_rendermode",
|
||||
"northdirection": ["upper-left"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user