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 @@
Sound Effects
=============
Story sound effect paths resolve relative to this directory.
Use inline sound effect markup inside narrative text:
```text
The old door opens {{sfx:squeaky-door.ogg}} into the dark.
```
The marker is removed from displayed text and from TTS input. It is kept as a timed media cue, preloaded by the client, and played when the text animation reaches that cue position.
Supported browser-friendly formats are recommended: `.ogg`, `.mp3`, and `.wav`. Keep files small enough for responsive preload.
Sound effect loudness is controlled by the master volume and sound effects volume sliders in the options menu.
Document third-party source and license information here or next to the file.
Current test asset:
- `squeaky-door.ogg`: Wikimedia Commons, "Squeaky door.ogg", sourced from PDSounds and marked public domain.
Binary file not shown.