23 lines
549 B
HTML
23 lines
549 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetSpriteSource [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetSpriteSource(sprite, img) </h2></p>
|
|
<p>
|
|
Changes the image source for a sprite frame sheet
|
|
</p>
|
|
<p>
|
|
Note: This needs to be the same size as the current image source or you will have rendering issues
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getspritesource.html">GetSpriteSource</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |