23 lines
512 B
HTML
23 lines
512 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetSpriteZ [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub SetSpriteZ(sprite, z) </h2></p>
|
|
<p>
|
|
Sets the drawing priority for sprites.
|
|
</p>
|
|
<p>
|
|
Note: Sprites with a higher Z order are drawn first and those with lower values will be drawn on top
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="spritez.html">SpriteZ</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |