public final class SheetsExtractor extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<SpriteTiled> |
extract(Collection<ImageBuffer> tiles,
int horizontalTiles)
Convert a set of tile to a set of tile sheets.
|
public static Collection<SpriteTiled> extract(Collection<ImageBuffer> tiles, int horizontalTiles)
tiles
- The list of tiles.horizontalTiles
- The number of horizontal tiles on sheet.Copyright © 2016 Byron 3D Games Studio. All rights reserved.