Added tile documentation

This commit is contained in:
n00b
2024-10-21 20:01:48 -04:00
parent 4b64af34be
commit 6a763febf9
928 changed files with 142 additions and 4811 deletions

View 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