Checkpoint current interactive fiction state

This commit is contained in:
2026-05-14 21:17:43 +02:00
parent c745efd1d2
commit 873049f7e6
183 changed files with 13755 additions and 1459 deletions
+22
View File
@@ -0,0 +1,22 @@
Story Images
============
Story image paths resolve relative to this directory.
Image block markup:
```text
::image[widescreen](image-name.jpg)
::image[portrait](image-name.jpg)
```
Sizes:
- `widescreen`: exactly 100% of the page width and 50% of the page height.
- `portrait`: exactly 100% of the page width and 100% of the page height.
Image markup is parsed and queued by the story markup system, but final image rendering is still future work. Keep assets ready for that renderer by using browser-friendly formats such as `.jpg`, `.png`, `.webp`, or `.avif`.
Use file names that are stable and story-facing, for example `mansion-door-rain.webp` rather than temporary export names.
Document third-party source and license information here or next to the file.