# HG changeset patch # User Caironater@gmail.com # Date 1370321229 0 # Node ID 91a3a47a1615eb06483dc564e6309c2b375f3da4 # Parent e5542ee814448f98dae4bd6d8d8a3929fd3ea9ef Clarity of object. (New lines need an extra new line to show as a new line) diff -r e5542ee81444 -r 91a3a47a1615 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) Values: filename, max, buriedrec, minvisible, visiblerec