Theme.wiki
changeset 320 91a3a47a1615
parent 319 e5542ee81444
child 433 0661855ab04a
equal deleted inserted replaced
319:e5542ee81444 320:91a3a47a1615
    51 <code>Values: number</code>
    51 <code>Values: number</code>
    52 
    52 
    53 === object ===
    53 === object ===
    54 There may be multiple object keys in the file, each one representing one land object.
    54 There may be multiple object keys in the file, each one representing one land object.
    55 
    55 
    56 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)
       
    57 filename: The objects' filename (without the .png)
    56 filename: The objects' filename (without the .png)
       
    57 
    58 max: The maximum number of this object that may be generated in a map
    58 max: The maximum number of this object that may be generated in a map
       
    59 
    59 buriedrec: A rectangle that must be buried in the terrain (left, top, width, height)
    60 buriedrec: A rectangle that must be buried in the terrain (left, top, width, height)
       
    61 
    60 minvisible: The minimum amount of rectangles that must be visible
    62 minvisible: The minimum amount of rectangles that must be visible
       
    63 
    61 visiblerec: list of the rectangles for being visible(left, top, width, height)
    64 visiblerec: list of the rectangles for being visible(left, top, width, height)
    62 
    65 
    63 <code>Values: filename, max, buriedrec, minvisible, visiblerec</code>
    66 <code>Values: filename, max, buriedrec, minvisible, visiblerec</code>
    64 
    67 
    65 === spray ===
    68 === spray ===