Allow global defaults to be specified
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
world_path="test/data/settings/test_world"
|
||||
rendermode = "normal"
|
||||
|
||||
render["world"] = {
|
||||
"path": "test/data/settings/test_world",
|
||||
"rendermodes": ["normal"],
|
||||
"rendermode": "normal",
|
||||
"north-direction": ["upper-left"],
|
||||
}
|
||||
|
||||
render["otherworld"] = {
|
||||
"rendermode": "foo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user