Updated docs
This commit is contained in:
25
doc/files/createspriteanimation.html
Normal file
25
doc/files/createspriteanimation.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>CreateSpriteAnimation [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Function CreateSpriteAnimation(sprite, anim_length, speed) </h2></p>
|
||||
<p>
|
||||
Returns a new sprite animation id
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
anim_length - number of frames in the animation
|
||||
</li>
|
||||
<li>
|
||||
speed - frames per second for the animation
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user