34 lines
615 B
HTML
34 lines
615 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CreateTileSet [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function CreateTileSet(img_id, tile_w, tile_h) </h2></p>
|
|
<p>
|
|
Return a new Tileset
|
|
</p>
|
|
<p>
|
|
Parameters:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
img_id - A image to use as a tile sheet
|
|
</li>
|
|
<li>
|
|
tile_w - The width of each tile
|
|
</li>
|
|
<li>
|
|
tile_h - The height of each tile
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="createtilemap.html">CreateTileMap</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |