rpg initial commit
All checks were successful
Build Org Website / build (push) Successful in 48s

This commit is contained in:
2026-05-09 22:38:51 +01:00
parent 6f29244850
commit a2bc77805c
19 changed files with 1883 additions and 18 deletions

18
play/ink.org Normal file
View File

@@ -0,0 +1,18 @@
#+TITLE: Ink Pond
#+OPTIONS: num:nil title:nil toc:nil
#+NO_SIDENOTES: t
#+DATE: <2026-05-09 Sat>
#+BEGIN_EXPORT html
<main class="play-root play-page" data-play-page="ink">
<a class="play-back" href="/play.html">Back to Play</a>
<header class="play-page-head">
<p class="play-kicker">07 / Canvas</p>
<h1>Ink Pond</h1>
<p>Move across the page to stir the pond. Click to drop a darker blot.</p>
</header>
<section class="play-tool">
<canvas class="play-canvas ink-canvas" width="900" height="520" data-ink-canvas></canvas>
</section>
</main>
#+END_EXPORT