Convert sample prop data file to YAML
[mudpy.git] / sample / prop.yaml
similarity index 65%
rename from sample/prop.mpy
rename to sample/prop.yaml
index 1075eba..4104787 100644 (file)
@@ -2,8 +2,7 @@
 # to use, copy, modify, and distribute this software is granted under
 # terms provided in the LICENSE file distributed with this software.
 
 # 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