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,12 @@
#title SetTileAnimationFrame [RCBasic Doc]
#header Sub SetTileAnimationFrame(tileset, base_tile, anim_frame, tile)
Sets a frame of animation for a tile
Parameters:
#list ul
#li tileset - The tileset that the base_tile is in
#li base_tile - The tile with the frame of animation being set
#li anim_frame - The specific index in the animation
#li tile - The tile to set this frame to
#/list