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 CreateTileMap [RCBasic Doc]
#header Function CreateTileMap(tileset, widthInTiles, heightInTiles)
Returns a new tile map.
Parameters
#list ul
#li tileset - A tileset Id. ( Tilesets are created with CreateTileSet() )
#li widthInTiles - The number of tiles wide ( Note: Not the pixel width but number of tiles )
#li widthInTiles - The number of tiles high ( Note: Not the pixel height but number of tiles )
#/list
#ref CreateTileSet