Theme.wiki
changeset 448 e419fde32f07
parent 438 00cedc62761c
child 451 4e3ad1dc80af
equal deleted inserted replaced
447:8d84ca46c2f2 448:e419fde32f07
   101  * `minvisible`: The minimum amount of rectangles that must be visible
   101  * `minvisible`: The minimum amount of rectangles that must be visible
   102  * `visiblerec`: list of the rectangles for being visible (`left, top, width, height`)
   102  * `visiblerec`: list of the rectangles for being visible (`left, top, width, height`)
   103 
   103 
   104 <code>Values: filename, max, buriedrec, minvisible, visiblerec</code>
   104 <code>Values: filename, max, buriedrec, minvisible, visiblerec</code>
   105 
   105 
       
   106 `visiblerec` and the `buriedrec` visualized on an ancient picture:
       
   107 http://hedgewars.org/images/avematantheme/hw-avematan.rects.png
       
   108 
   106 === `spray` ===
   109 === `spray` ===
   107 There may be several spray keys in the file, each one representing one spray object.
   110 There may be several spray keys in the file, each one representing one spray object.
   108 The `name` is the case-sensitive name of the PNG file (without the file name suffix) of the graphics file, and `number` is the number of instances of this spray that may be added.
   111 The `name` is the case-sensitive name of the PNG file (without the file name suffix) of the graphics file, and `number` is the number of instances of this spray that may be added.
   109 
   112 
   110 <code>Values: name, number</code>
   113 <code>Values: name, number</code>