Added sprite shape functions
This commit is contained in:
44
doc/doc_files/setspritecollisionshape.html
Normal file
44
doc/doc_files/setspritecollisionshape.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>SetSpriteCollisionShape [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Sub SetSpriteCollisionShape(spr_id, shape) </h2></p>
|
||||
<p>
|
||||
Sets the collision shape of a sprite
|
||||
</p>
|
||||
<p>
|
||||
Shape Types:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
SPRITE_SHAPE_NONE
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_BOX
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_POLYGON
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_CIRCLE
|
||||
</li>
|
||||
<li>
|
||||
SPRITE_SHAPE_CHAIN
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="setspritebox.html">SetSpriteBox</a>
|
||||
<a href="setspriteradius.html">SetSpriteRadius</a>
|
||||
<a href="setspritechain.html">SetSpriteChain</a>
|
||||
<a href="setspritechainloop.html">SetSpriteChainLoop</a>
|
||||
<a href="setspritepolygon.html">SetSpritePolygon</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user