Added tile documentation
This commit is contained in:
13
doc/files/createtileset.txt
Normal file
13
doc/files/createtileset.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user