mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-06 19:01:06 +03:00
Update docs
This commit is contained in:
parent
96d1af28a7
commit
02a8d935ca
34 changed files with 65 additions and 97 deletions
|
@ -3,7 +3,7 @@
|
|||
<html>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<head>
|
||||
<title>TombEngine 1.0.1 Lua API</title>
|
||||
<title>TombEngine 1.0.2 Lua API</title>
|
||||
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -120,8 +120,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="name" ><a href="#layer2">layer2</a></td>
|
||||
<td class="summary">(<a href="../2 classes/Flow.SkyLayer.html#">Flow.SkyLayer</a>) Secondary sky layer
|
||||
<strong>(not yet implemented)</strong></td>
|
||||
<td class="summary">(<a href="../2 classes/Flow.SkyLayer.html#">Flow.SkyLayer</a>) Secondary sky layer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" ><a href="#fog">fog</a></td>
|
||||
|
@ -132,10 +131,6 @@
|
|||
<td class="summary">(bool) Draw sky layer?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" ><a href="#colAddHorizon">colAddHorizon</a></td>
|
||||
<td class="summary">(bool) Enable smooth transition from horizon graphic to sky layer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" ><a href="#storm">storm</a></td>
|
||||
<td class="summary">(bool) Enable flickering lightning in the sky.</td>
|
||||
</tr>
|
||||
|
@ -282,7 +277,6 @@
|
|||
</dt>
|
||||
<dd>
|
||||
(<a href="../2 classes/Flow.SkyLayer.html#">Flow.SkyLayer</a>) Secondary sky layer
|
||||
<strong>(not yet implemented)</strong>
|
||||
|
||||
|
||||
|
||||
|
@ -320,23 +314,6 @@
|
|||
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "colAddHorizon"></a>
|
||||
<strong>colAddHorizon</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
(bool) Enable smooth transition from horizon graphic to sky layer.
|
||||
If set to false, there will be a black band between the two.</p>
|
||||
|
||||
<p> <strong>(not yet implemented)</strong>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "storm"></a>
|
||||
|
@ -519,7 +496,7 @@ Must be at least 4.</p>
|
|||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||
<i style="float:right;">Last updated 2022-08-11 22:43:52 </i>
|
||||
<i style="float:right;">Last updated 2022-08-19 00:04:24 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue