Theme.wiki
changeset 798 30c5f1ebd552
parent 746 d53a01a00832
child 801 9f89aaa0af76
equal deleted inserted replaced
797:ffa20ab0669b 798:30c5f1ebd552
   111  * `visiblerec`: list of the rectangles for being visible (`left, top, width, height`)
   111  * `visiblerec`: list of the rectangles for being visible (`left, top, width, height`)
   112 
   112 
   113 <code>Values: filename, max, buriedrec, minvisible, visiblerec</code>
   113 <code>Values: filename, max, buriedrec, minvisible, visiblerec</code>
   114 
   114 
   115 `visiblerec` and the `buriedrec` visualized on an ancient picture:
   115 `visiblerec` and the `buriedrec` visualized on an ancient picture:
   116 http://hedgewars.org/images/avematantheme/hw-avematan.rects.png
   116 https://hedgewars.org/images/avematantheme/hw-avematan.rects.png
   117 
   117 
   118 == `spray` ==
   118 == `spray` ==
   119 There may be several spray keys in the file, each one representing one spray object.
   119 There may be several spray keys in the file, each one representing one spray object.
   120 The `name` is the case-sensitive name of the PNG file (without the file name suffix) of the graphics file, and `number` is the rough number of instances of this spray that may be added to the map. The number is the average number of sprays that are normally placed on a random medium-sized island. For larger and smaller landscapes, this number will be automatically scaled up or down. Please note that this number only specifies a rough goal, the actual number of created sprays may vary and you may have to play a bit with this number in order to find a good value.
   120 The `name` is the case-sensitive name of the PNG file (without the file name suffix) of the graphics file, and `number` is the rough number of instances of this spray that may be added to the map. The number is the average number of sprays that are normally placed on a random medium-sized island. For larger and smaller landscapes, this number will be automatically scaled up or down. Please note that this number only specifies a rough goal, the actual number of created sprays may vary and you may have to play a bit with this number in order to find a good value.
   121 
   121