mwg API
    Preparing search index...

    Interface TilesetSheet

    One tileset's sheet, tagged with the firstgid the map gives it, so sheets can be passed in any order - they are matched to the map's tilesets, not to positions in an array.

    interface TilesetSheet {
        firstgid: number;
        sheet: SpriteSheet;
    }
    Index
    firstgid: number