Describes how RPG Maker MV composes one autotile from four 24px atlas quadrants.
The returned geometry is renderer-neutral: a Pixi, canvas, or native renderer can draw
each source rectangle into its destination rectangle without this module knowing about it.
tileId is the output atlas index used by RPG Maker's 16-column generated atlas, while
slot selects the source atlas family and shape indexes the caller's four-quadrant table.
Describes how RPG Maker MV composes one autotile from four 24px atlas quadrants.
The returned geometry is renderer-neutral: a Pixi, canvas, or native renderer can draw each source rectangle into its destination rectangle without this module knowing about it.
tileIdis the output atlas index used by RPG Maker's 16-column generated atlas, whileslotselects the source atlas family andshapeindexes the caller's four-quadrant table.