ThemeCfg.wiki
changeset 1876 329784030e91
parent 1875 f55ea5b6a00d
child 1877 0f4635ed8797
equal deleted inserted replaced
1875:f55ea5b6a00d 1876:329784030e91
    70 The large rectangle shows a `visiblerects` and the small one shows a `buriedrects`.
    70 The large rectangle shows a `visiblerects` and the small one shows a `buriedrects`.
    71 
    71 
    72 === `overlays` ===
    72 === `overlays` ===
    73 An overlay is an extension of an object. It is an image that is drawn relative to the position of an object that was already placed. Overlays create land just like objects do, but unlike objects, they are drawn on top of the main landmass, instead of behind it. An object can have multiple overlays.
    73 An overlay is an extension of an object. It is an image that is drawn relative to the position of an object that was already placed. Overlays create land just like objects do, but unlike objects, they are drawn on top of the main landmass, instead of behind it. An object can have multiple overlays.
    74 
    74 
    75 This key allows you to assign 1 or more overlays to a given object. If multiple overlays are used, all overlays are drawn whenever the object is placed. This key must be added after the definition of the object you want to add overlays for.
    75 This key allows you to assign 1 or more overlays to a given object. If multiple overlays are used, all overlays will be drawn for each object. This key must be added after the definition of the object you want to add overlays for.
    76 
    76 
    77 <code>Values: object_filename, overlay_count, x_offset_1, y_offset_1, overlay_filename_1, ...</code>
    77 <code>Values: object_filename, overlay_count, x_offset_1, y_offset_1, overlay_filename_1, ...</code>
    78 
    78 
    79  * `object_filename`: File name of the object to which this overlay applies
    79  * `object_filename`: File name of the object to which this overlay applies
    80  * `overlay_count`: Number of overlays for this object
    80  * `overlay_count`: Number of overlays for this object