Function CreateTileSet(img_id, tile_w, tile_h)
Return a new Tileset
Parameters:
img_id - A image to use as a tile sheet
tile_w - The width of each tile
tile_h - The height of each tile
Related:
CreateTileMap