Skip to content

Commit

Permalink
deploy: 5d1ee3e
Browse files Browse the repository at this point in the history
  • Loading branch information
dwursteisen committed Feb 18, 2024
1 parent ad2d6a7 commit 007827a
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 25 deletions.
6 changes: 3 additions & 3 deletions dependencies/tiny-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3461,7 +3461,7 @@ <h4 id="_spr_pset">spr.pset()</h4>
<div class="sect3">
<h4 id="_spr_sheet">spr.sheet()</h4>
<div class="paragraph">
<p>Switch to another spritesheet. The index of the spritesheet is given by it&#8217;s position in the spritesheets field from the <code>_tiny.json</code> file.The first spritesheet is at the index 0.</p>
<p>Switch to another spritesheet. The index of the spritesheet is given by it&#8217;s position in the spritesheets field from the <code>_tiny.json</code> file.The first spritesheet is at the index 0. It retuns the previous spritesheet.</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down Expand Up @@ -4215,8 +4215,8 @@ <h4 id="_ws_list">ws.list()</h4>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:53:30 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:10:33 UTC
</div>
</div>
</body>
Expand Down
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
<div id="header">
<h1>Tiny 🧸</h1>
<div class="details">
<span id="revnumber">version 1.2.1</span>
<span id="revnumber">version 1.2.2</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1231,7 +1231,9 @@ <h2 id="_tiny_showcase">Tiny Showcase</h2>
<p><span class="image"><a class="image" href="https://dwursteisen.itch.io/trijam-camping"><img src="sample/camping.gif" alt="camping"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/trijam-220-type-it"><img src="sample/level-up.gif" alt="level up"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/memory-pong-trijam-251"><img src="sample/memory.gif" alt="memory"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/connect-me"><img src="sample/connect_me.gif" alt="connect me"></a></span></p>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/connect-me"><img src="sample/connect_me.gif" alt="connect me"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/one-light-for-three-seconds"><img src="sample/only_three_seconds.gif" alt="only three seconds"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/meiro-de"><img src="sample/meiro_de_maigo2.gif" alt="meiro de maigo2"></a></span></p>
</div>
<div class="admonitionblock tip">
<table>
Expand Down Expand Up @@ -4774,7 +4776,7 @@ <h4 id="_spr_pset">spr.pset()</h4>
<div class="sect3">
<h4 id="_spr_sheet">spr.sheet()</h4>
<div class="paragraph">
<p>Switch to another spritesheet. The index of the spritesheet is given by it&#8217;s position in the spritesheets field from the <code>_tiny.json</code> file.The first spritesheet is at the index 0.</p>
<p>Switch to another spritesheet. The index of the spritesheet is given by it&#8217;s position in the spritesheets field from the <code>_tiny.json</code> file.The first spritesheet is at the index 0. It retuns the previous spritesheet.</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down Expand Up @@ -5578,8 +5580,8 @@ <h2 id="_licences">Licences</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:51:00 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:07:00 UTC
</div>
</div>
<style>
Expand Down
4 changes: 2 additions & 2 deletions licences.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ <h2 id="_licences">Licences</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:51:00 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:07:00 UTC
</div>
</div>
</body>
Expand Down
Binary file added sample/meiro_de_maigo2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample/only_three_seconds.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sample/tiny-engine.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
<div id="header">
<h1>Tiny Sandbox 🧸</h1>
<div class="details">
<span id="revnumber">version 1.2.1</span>
<span id="revnumber">version 1.2.2</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -535,8 +535,8 @@ <h2 id="_examples">Examples</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:51:00 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:07:00 UTC
</div>
</div>
<script src="tiny-web-editor.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions tiny-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,8 @@ <h4 id="_examples">Examples</h4>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:51:00 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:07:00 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions tiny-install.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ <h2 id="_tiny_install">Tiny Install</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:51:00 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:07:00 UTC
</div>
</div>
</body>
Expand Down
8 changes: 5 additions & 3 deletions tiny-showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,9 @@ <h2 id="_tiny_showcase">Tiny Showcase</h2>
<p><span class="image"><a class="image" href="https://dwursteisen.itch.io/trijam-camping"><img src="sample/camping.gif" alt="camping"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/trijam-220-type-it"><img src="sample/level-up.gif" alt="level up"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/memory-pong-trijam-251"><img src="sample/memory.gif" alt="memory"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/connect-me"><img src="sample/connect_me.gif" alt="connect me"></a></span></p>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/connect-me"><img src="sample/connect_me.gif" alt="connect me"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/one-light-for-three-seconds"><img src="sample/only_three_seconds.gif" alt="only three seconds"></a></span>
<span class="image"><a class="image" href="https://dwursteisen.itch.io/meiro-de"><img src="sample/meiro_de_maigo2.gif" alt="meiro de maigo2"></a></span></p>
</div>
<div class="admonitionblock tip">
<table>
Expand All @@ -469,8 +471,8 @@ <h2 id="_tiny_showcase">Tiny Showcase</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:51:00 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:07:00 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions tiny-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ <h3 id="_step_3_draw_the_game">Step 3: Draw the Game</h3>
</div>
<div id="footer">
<div id="footer-text">
Version 1.2.1<br>
Last updated 2024-02-10 13:51:00 UTC
Version 1.2.2<br>
Last updated 2024-02-18 11:07:00 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 007827a

Please sign in to comment.