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( ͡° ͜ʖ ͡°)
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( ͡° ͜ʖ ͡°)