/* Moment data — the demo currently hardcodes a single Blasphemous segment. The shape matches what app.jsx and demo.jsx expect: id, title, desc, pos {x, y, scale}, duration, tag. */ const BLASPHEMOUS_MOMENTS = [ { id: 'cathedral-descent', title: 'The Cathedral Descent', desc: 'A first leap into the cloistered dark. Press play to drop into a real-time, infinitely branching continuation.', pos: { x: 50, y: 38, scale: 1.0 }, duration: 'live', tag: 'Opening', }, ]; window.BLASPHEMOUS_MOMENTS = BLASPHEMOUS_MOMENTS;