34 lines
686 B
HTML
34 lines
686 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetTileAnimationFrame [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetTileAnimationFrame(tileset, base_tile, anim_frame, tile) </h2></p>
|
|
<p>
|
|
Sets a frame of animation for a tile
|
|
</p>
|
|
<p>
|
|
Parameters:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
tileset - The tileset that the base_tile is in
|
|
</li>
|
|
<li>
|
|
base_tile - The tile with the frame of animation being set
|
|
</li>
|
|
<li>
|
|
anim_frame - The specific index in the animation
|
|
</li>
|
|
<li>
|
|
tile - The tile to set this frame to
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |