Skip to content

Questions about VideoIntro & initializing game #406

Description

@OverrideSkywalker

I've just been studying the use of the engine for 2 days,I found this engine pretty good.
But I have 2 questions to ask about the author of the engine:
1.When I learned "VideoIntroSample":

public static class MySceneFactory extends SceneFactory { public IntroScene newIntro() { return new VideoIntroScene("1.mp4"); } }

I don't know which path the MP4 resource is required for "VideoIntroScene"
2.Every time you load a game scene, there will be a progress bar(Black interface),I want to add a picture to the Loading interface(initializing game),what should I do?

Thanks to the handsome and kind-hearted author( ͡° ͜ʖ ͡°)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions