Clarity of object. (New lines need an extra new line to show as a new line)
authorCaironater@gmail.com
Tue, 04 Jun 2013 04:47:09 +0000
changeset 320 91a3a47a1615
parent 319 e5542ee81444
child 321 ae8a8076f731
Clarity of object. (New lines need an extra new line to show as a new line)
Theme.wiki
--- a/Theme.wiki	Tue Jun 04 03:31:36 2013 +0000
+++ b/Theme.wiki	Tue Jun 04 04:47:09 2013 +0000
@@ -53,11 +53,14 @@
 === object ===
 There may be multiple object keys in the file, each one representing one land object.
 
-objects file name(without the .png), max number of this object that may be placed in a single map, rectangle that must be buried (left, top, width, height), minimum number of rectangles that must be visible, list of the rectangles for being visible(left, top, width, height)
 filename: The objects' filename (without the .png)
+
 max: The maximum number of this object that may be generated in a map
+
 buriedrec: A rectangle that must be buried in the terrain (left, top, width, height)
+
 minvisible: The minimum amount of rectangles that must be visible
+
 visiblerec: list of the rectangles for being visible(left, top, width, height)
 
 <code>Values: filename, max, buriedrec, minvisible, visiblerec</code>