Files
RCBASIC4/doc/files/createtileset.txt
2024-10-21 20:01:48 -04:00

14 lines
278 B
Plaintext

#title CreateTileSet [RCBasic Doc]
#header Function CreateTileSet(img_id, tile_w, tile_h)
Return a new Tileset
Parameters:
#list ul
#li img_id - A image to use as a tile sheet
#li tile_w - The width of each tile
#li tile_h - The height of each tile
#/list
#ref CreateTileMap