Changed "worldname" to "world" in configfile
Also brought tests up to date. All tests pass now.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
world['test'] = "test/data/settings/test_world"
|
||||
worlds['test'] = "test/data/settings/test_world"
|
||||
|
||||
render["myworld"] = {
|
||||
renders["myworld"] = {
|
||||
"title": "myworld title",
|
||||
"worldname": "test",
|
||||
"world": "test",
|
||||
"rendermode": normal,
|
||||
"northdirection": "upper-left",
|
||||
}
|
||||
|
||||
render["otherworld"] = {
|
||||
renders["otherworld"] = {
|
||||
"title": "otherworld title",
|
||||
"worldname": "test",
|
||||
"world": "test",
|
||||
"rendermode": normal,
|
||||
"bgcolor": "#ffffff"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user