PresetMaps.wiki
changeset 1625 bcd51f17198d
parent 1624 fd7919693076
child 1626 fe408c987679
equal deleted inserted replaced
1624:fd7919693076 1625:bcd51f17198d
    66     * There is also a completely arbitrary check in game for widths/height < ~billion pixels which avoids possible integer issues, and a limit on size in pixels of 6 billion or so, which was just a basic sanity limit.  However given the limitations above, these are not likely to be reached.
    66     * There is also a completely arbitrary check in game for widths/height < ~billion pixels which avoids possible integer issues, and a limit on size in pixels of 6 billion or so, which was just a basic sanity limit.  However given the limitations above, these are not likely to be reached.
    67   * If there is no _mask.png_, this image will also be used for deciding what pixels are subject to collision: _alpha value_ not equal to 0 (so below max transparency) will be considered land
    67   * If there is no _mask.png_, this image will also be used for deciding what pixels are subject to collision: _alpha value_ not equal to 0 (so below max transparency) will be considered land
    68   * As of 0.9.19+, map.png is optional if a mask.png is provided.  If there is no map.png, the theme will be used to decorate the map.  No objects will be added to white areas.  Use black if you want objects.
    68   * As of 0.9.19+, map.png is optional if a mask.png is provided.  If there is no map.png, the theme will be used to decorate the map.  No objects will be added to white areas.  Use black if you want objects.
    69 
    69 
    70 ==== `preview.png` ====
    70 ==== `preview.png` ====
    71 Preview image of the map, usually a smaller version of `map.png`. This should really just be the preview, and nothing else. This file can normally be created by simply downscaling your `map.png`. The theme background should be not added.
    71 Preview image of the map, usually a smaller version of `map.png`. Normally, you can just downscale `map.png` to get your preview.
    72 
    72 
    73 *Please don't abuse the preview! Don't add text, logos or other things which don't actually exist in the map.* Those just defeat the purpose of a preview. There might be a *few* exceptions, but those are rare.
    73 This should really just be a preview, and nothing else. No logos, text or other distractions that don't exist on the map. The theme background should be not added as well.
    74 
    74 
    75   * Size: 256 × 128
    75   * Size: 256 × 128
    76 
    76 
    77 === Optional files (for advanced features and adjustments) ===
    77 === Optional files (for advanced features and adjustments) ===
    78 ==== `mask.png` ====
    78 ==== `mask.png` ====