21 lines
498 B
HTML
21 lines
498 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>AddSpriteChild [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function AddSpriteChild(sprite, child_sprite, x, y) </h2></p>
|
|
<p>
|
|
Adds a sprite as a child to another sprite. Child sprite is offset by given position.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="removespritechild.html">RemoveSpriteChild</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |