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

15
doc/files/drawtilemap.txt Normal file
View File

@@ -0,0 +1,15 @@
#title DrawTileMap [RCBasic Doc]
#header Sub DrawTileMap(tilemap, x, y, w, h, offset_x, offset_y)
Draws a tile map
Note: Can only be drawn on a regular 2D canvas
Parameters:
#list ul
#li tilemap - the tilemap to draw
#li x, y - Where to draw the map on the active canvas
#li w, h - The size of the tilemap viewport
#li offset_x, offset_y - The location in the tilemap to start drawing from
#/list