Updated docs
This commit is contained in:
34
doc/files/createtilemap.html
Normal file
34
doc/files/createtilemap.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>CreateTileMap [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Function CreateTileMap(tileset, widthInTiles, heightInTiles) </h2></p>
|
||||
<p>
|
||||
Returns a new tile map.
|
||||
</p>
|
||||
<p>
|
||||
Parameters
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
tileset - A tileset Id. ( Tilesets are created with CreateTileSet() )
|
||||
</li>
|
||||
<li>
|
||||
widthInTiles - The number of tiles wide ( Note: Not the pixel width but number of tiles )
|
||||
</li>
|
||||
<li>
|
||||
widthInTiles - The number of tiles high ( Note: Not the pixel height but number of tiles )
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="createtileset.html">CreateTileSet</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user