Checkpoint current interactive fiction state
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user