Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cutscene implementation #46

Open
pietbrauer opened this issue Sep 29, 2016 · 0 comments
Open

Add cutscene implementation #46

pietbrauer opened this issue Sep 29, 2016 · 0 comments

Comments

@pietbrauer
Copy link
Member

Currently there is no implementation for cutscenes, but it seems it should be easy to add it (Reference).

Cutscenes are located between one or more .playgroundpages and can illustrate the things discussed in the following pages.

Their Manifest.plist file is simple:

Key Type Description Required
CutsceneReference String The file path for the main page of a cutscene. See CutsceneReference Key.
Name String The name displayed in the user interface. See Name Key.

And the folder structure is as follows:

└── Intro.cutscenepage
    ├── Manifest.plist
    └── Resources
        └── hello.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant