Skip to content

Commit

Permalink
(Documentation updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noble Robot committed Apr 28, 2024
1 parent 2f611cd commit eb2e184
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .docs/classes/NobleSprite.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3>Examples</h3>
<div id="content">

<h1>NobleSprite</h1>
<p>An extention of Playdate's sprite object, incorporating <a href="../modules/Noble.Animation.html#">Noble.Animation</a> and other Noble Engine features.</p>
<p>An extension of Playdate's sprite object, incorporating <a href="../modules/Noble.Animation.html#">Noble.Animation</a> and other Noble Engine features.</p>
<p> Use this in place of <code>playdate.graphics.sprite</code> in most cases.</p>

<p> <a href="../classes/NobleSprite.html#">NobleSprite</a> is a child class of <code>playdate.graphics.sprite</code>, so see the Playdate SDK documentation for additional methods and properties.</p>
Expand Down Expand Up @@ -132,7 +132,7 @@ <h3>Parameters</h3>
<span class="types"><span class="type">boolean</span></span>
<span class="default">= <span class="value">false</span> (default)</span>
<br/>
If this sprite has just one animation, set this to true. It saves you from having to use Noble.Anmiation.addState()
If this sprite has just one animation, set this to true. It saves you from having to use Noble.Animation.addState()
</li>
<li><span class="parameter">__singleStateLoop</span>
<span class="types"><span class="type">boolean</span></span>
Expand Down
4 changes: 2 additions & 2 deletions .docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>Classes</h2>
</tr>
<tr>
<td class="name" ><a href="classes/NobleSprite.html">NobleSprite</a></td>
<td class="summary">An extention of Playdate's sprite object, incorporating <a href="modules/Noble.Animation.html#">Noble.Animation</a> and other Noble Engine features.</td>
<td class="summary">An extension of Playdate's sprite object, incorporating <a href="modules/Noble.Animation.html#">Noble.Animation</a> and other Noble Engine features.</td>
</tr>
</table>
<h2>Examples</h2>
Expand All @@ -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-28 01:29:54
Last updated 2024-04-28 21:37:43
</span>
</div> <!-- id="about" -->

Expand Down
2 changes: 1 addition & 1 deletion .docs/modules/Noble.html
Original file line number Diff line number Diff line change
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.defaultProperties">Noble.Transition.defaultProperties</a></li>
<li><a href="../modules/Noble.Transition.html#Noble.Transition.SpotlightMask.defaultProperties">Noble.Transition.defaultProperties</a></li>
</ul>

<h3>Usage</h3>
Expand Down

0 comments on commit eb2e184

Please sign in to comment.