0

Changed "worldname" to "world" in configfile

Also brought tests up to date. All tests pass now.
This commit is contained in:
Andrew Brown
2012-02-14 20:39:05 -05:00
parent f3b434a327
commit aaf8e1d7cb
10 changed files with 81 additions and 57 deletions

View File

@@ -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"
}