--- 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>