Fields
tintcolor:String
Hex-formatted tint color ("#RRGGBB"
or "#AARRGGBB"
) that is multiplied with any graphics
drawn by this layer or any child layers (optional).
repeaty:Bool
Whether the image drawn by this layer is repeated along the Y axis. type == "imagelayer"
only. (since Tiled 1.8)
repeatx:Bool
Whether the image drawn by this layer is repeated along the X axis. type == "imagelayer"
only. (since Tiled 1.8)
compression:String
"zlib"
, "gzip"
, "zstd"
(since Tiled 1.3) or empty (default). type == "tilelayer"
only.