Updated docs
This commit is contained in:
24
doc/files/translatesprite.html
Normal file
24
doc/files/translatesprite.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>TranslateSprite [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Sub TranslateSprite(sprite, x, y) </h2></p>
|
||||
<p>
|
||||
Move a sprite relative to its current position
|
||||
</p>
|
||||
<p>
|
||||
Note: This function sets the position of a sprite without regards to physics properties so it will not trigger collision detection or collision response.
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="setspriteposition.html">SetSpritePosition</a>
|
||||
<a href="getspriteposition.html">GetSpritePosition</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user