22 lines
489 B
HTML
22 lines
489 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ScaleSprite [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub ScaleSprite(sprite, x, y) </h2></p>
|
|
<p>
|
|
Sets the scale of a sprite relative to its current scale
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setspritescale.html">SetSpriteScale</a>
|
|
<a href="getspritescale.html">GetSpriteScale</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |