mwg API
    Preparing search index...

    Interface StoryBeat

    One full-screen story beat: a backdrop image, a title, the text, and the music under it.

    interface StoryBeat {
        image?: string;
        music?: string;
        text: string;
        title?: string;
    }
    Index
    image?: string

    the backdrop image path, resolved by the screen's textureFor

    music?: string

    the music track to play while this beat is up

    text: string
    title?: string