Skip to content

Commit

Permalink
deploy: 3a090aa
Browse files Browse the repository at this point in the history
  • Loading branch information
dwursteisen committed Dec 20, 2023
1 parent 9386244 commit 656725a
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
5 changes: 3 additions & 2 deletions dependencies/tiny-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ <h4 id="_debug_enabled">debug.enabled()</h4>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-lua" data-lang="lua">debug.enabled(enabled) -- Enable or disable debug by passing true to enable, false to disable.</code></pre>
<pre class="highlight"><code class="language-lua" data-lang="lua">debug.enabled(enabled) -- Enable or disable debug by passing true to enable, false to disable.
debug.enabled() -- Return true if debug is enabled. False otherwise.</code></pre>
</div>
</div>
<tiny-editor style="display: none;">
Expand Down Expand Up @@ -2851,7 +2852,7 @@ <h4 id="_tiny_exit">tiny.exit()</h4>
<div id="footer">
<div id="footer-text">
Version main<br>
Last updated 2023-12-14 09:20:37 UTC
Last updated 2023-12-20 22:45:19 UTC
</div>
</div>
</body>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,8 @@ <h4 id="_debug_enabled">debug.enabled()</h4>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code data-lang="lua"><span class="n">debug</span><span class="p">.</span><span class="n">enabled</span><span class="p">(</span><span class="n">enabled</span><span class="p">)</span> <span class="c1">-- Enable or disable debug by passing true to enable, false to disable.</span></code></pre>
<pre class="rouge highlight"><code data-lang="lua"><span class="n">debug</span><span class="p">.</span><span class="n">enabled</span><span class="p">(</span><span class="n">enabled</span><span class="p">)</span> <span class="c1">-- Enable or disable debug by passing true to enable, false to disable.</span>
<span class="n">debug</span><span class="p">.</span><span class="n">enabled</span><span class="p">()</span> <span class="c1">-- Return true if debug is enabled. False otherwise.</span></code></pre>
</div>
</div>
<tiny-editor style="display: none;">
Expand Down Expand Up @@ -4033,7 +4034,7 @@ <h2 id="_links">Links</h2>
<div id="footer">
<div id="footer-text">
Version main<br>
Last updated 2023-12-14 09:18:00 UTC
Last updated 2023-12-20 22:41:48 UTC
</div>
</div>
<style>
Expand Down
2 changes: 1 addition & 1 deletion sample/tiny-engine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h2 id="_examples">Examples</h2>
<div id="footer">
<div id="footer-text">
Version main<br>
Last updated 2023-12-14 09:18:00 UTC
Last updated 2023-12-20 22:41:48 UTC
</div>
</div>
<script src="tiny-web-editor.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tiny-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ <h4 id="_examples">Examples</h4>
<div id="footer">
<div id="footer-text">
Version main<br>
Last updated 2023-12-14 09:18:00 UTC
Last updated 2023-12-20 22:41:48 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion tiny-install.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ <h2 id="_tiny_install">Tiny Install</h2>
<div id="footer">
<div id="footer-text">
Version main<br>
Last updated 2023-12-14 09:18:00 UTC
Last updated 2023-12-20 22:41:48 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion tiny-showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ <h2 id="_tiny_showcase">Tiny Showcase</h2>
<div id="footer">
<div id="footer-text">
Version main<br>
Last updated 2023-12-14 09:18:00 UTC
Last updated 2023-12-20 22:41:48 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion tiny-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h3 id="_step_3_draw_the_game">Step 3: Draw the Game</h3>
<div id="footer">
<div id="footer-text">
Version main<br>
Last updated 2023-12-14 09:18:00 UTC
Last updated 2023-12-20 22:41:48 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion tiny-web-editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tiny-web-editor.js.map

Large diffs are not rendered by default.

0 comments on commit 656725a

Please sign in to comment.