Added new functions to documentation
This commit is contained in:
45
doc/doc_files/setspriteshape.html
Normal file
45
doc/doc_files/setspriteshape.html
Normal file
@@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>SetSpriteShape [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Sub SetSpriteShape(spr_id, shape) </h2></p>
|
||||
<p>
|
||||
Sets the shape of a sprite.
|
||||
</p>
|
||||
<p>
|
||||
Possible Shapes
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
SPRITE_SHAPE_NONE
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_BOX - A rectangular shape
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_POLYGON - A polygon (any shape with 3 or more sides)
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_CIRCLE - A circle
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_CHAIN - A open polygon shape
|
||||
<ul>
|
||||
<li>
|
||||
NOTE: Mainly used for terrain
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="getspriteshape.html">GetSpriteShape</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user