-# Copyright (c) 2004-2010 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# Copyright (c) 2004-2014 Jeremy Stanley <fungi@yuggoth.org>. Permission
# to use, copy, modify, and distribute this software is granted under
# terms provided in the LICENSE file distributed with this software.
[__control__]
-default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.yaml", "command": "command.yaml", "internal": "internal.mpy", "menu": "menu.yaml", "other": "other.mpy", "prop": "prop.mpy" }
+default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.yaml", "command": "command.yaml", "internal": "internal.mpy", "menu": "menu.yaml", "other": "other.mpy", "prop": "prop.yaml" }
include_dirs = "sample"
include_files = "archetype.yaml"
private_files = "account.mpy"
# terms provided in the LICENSE file distributed with this software.
[__control__]
-include_files = [ "area.yaml", "prop.mpy" ]
+include_files = [ "area.yaml", "prop.yaml" ]
read_only = yes
# to use, copy, modify, and distribute this software is granted under
# terms provided in the LICENSE file distributed with this software.
-[prop:sample_prop]
-impression = A sample prop sits here.
-keywords = sample prop
-location = area:0,0,0
-
+prop:sample_prop:
+ impression: A sample prop sits here.
+ keywords: sample prop
+ location: area:0,0,0