Skip to content
Discussion options

You must be logged in to vote

Thanks for letting me know about the documentation issues! I'll fix them as soon as possible.

Yes, there's an open-source project called NarraLeaf-Demo based on NarraLeaf. You can find the story scripts for that project here, though I believe they're a bit out of date.

About the initial entrance animation, please try using a white background as the initial background:

export const day_1 = new Scene("day_1", {
    background: "#ffffff",
});

day_1.action([
    day_1.background.char("/bg/forest/day.jpg", new FadeIn(5000))
]);

This should work, and if it doesn't, it's a bug. Thanks again for your feedback!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by fsharpn00b
Comment options

You must be logged in to vote
1 reply
@helloyork
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants