Skip to content

Commit

Permalink
This commit will be automatically published
Browse files Browse the repository at this point in the history
  • Loading branch information
Noble Robot committed Jun 2, 2024
1 parent dffdf68 commit eb73f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2>Examples</h2>
<span><a href="https://github.com/NobleRobot/NobleEngine">Noble Engine</a> by Mark LaCroix, <a href="https://noblerobot.com">Noble Robot</a></span>
<span style="float:right;">
Documentation created using <a href="https://github.com/stevedonovan/LDoc">LDoc 1.5.0</a>.
Last updated 2024-04-29 06:34:09
Last updated 2024-06-02 00:59:52
</span>
</div> <!-- id="about" -->

Expand Down
6 changes: 3 additions & 3 deletions modules/Noble.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
<dl class="function">
<dt>
<a name = "new"></a>
<span class="item-name">new(StartingScene[, __launcherTransitionDuration=0[, __launcherTransition=Noble.Transition.DipToBlack[, __launcherTransitionProperties={}[, __configuration={}]]]])<span>
<span class="item-name">new(StartingScene[, __launcherTransitionDuration=1.5[, __launcherTransition=Noble.Transition.DipToBlack[, __launcherTransitionProperties={}[, __configuration={}]]]])<span>
</dt>
<dd>
Engine initialization. Run this once in your main.lua file to begin your game.
Expand All @@ -109,7 +109,7 @@ <h3>Parameters</h3>
</li>
<li><span class="parameter">__launcherTransitionDuration</span>
<span class="types"><span class="type">number</span></span>
<span class="default">= <span class="value">0</span> (default)</span>
<span class="default">= <span class="value">1.5</span> (default)</span>
<br/>
If you want to transition from the final frame of your launch image sequence, enter a duration in seconds here.
</li>
Expand Down Expand Up @@ -294,7 +294,7 @@ <h3>See</h3>
<li><a href="../modules/Noble.html#isTransitioning">Noble.isTransitioning</a></li>
<li><a href="../classes/NobleScene.html#">NobleScene</a></li>
<li><a href="../modules/Noble.Transition.html#">Noble.Transition</a></li>
<li><a href="../modules/Noble.Transition.html#Noble.Transition.CrossDissolve.defaultProperties">Noble.Transition.defaultProperties</a></li>
<li><a href="../modules/Noble.Transition.html#Noble.Transition.SlideOffLeft.defaultProperties">Noble.Transition.defaultProperties</a></li>
</ul>

<h3>Usage</h3>
Expand Down

0 comments on commit eb73f80

Please sign in to comment.