Hello.
I tried putting a cutscene in an openbor and it worked:
I added this in the levels.txt
scene data/scenes/scene1/scene1.txt
Then in a folder with the name "scene1" i had the gif files and a scene1.txt with this:
animation data/scenes/scene1/1-1.gif 0 0 0 1
animation data/scenes/scene1/1-2.gif 0 0 0 1
animation data/scenes/scene1/1-3.gif 0 0 0 1
animation data/scenes/scene1/1-4.gif 0 0 0 1
animation data/scenes/scene1/1-5.gif 0 0 0 1
animation data/scenes/scene1/1-6.gif 0 0 0 1
And it worked. Before starting stage 1, the cutscene was played.But then i changed this to:
playwebm data/scenes/scene1/stage 1.webm
So instead of gifs, the game starts a webm before stage 1, but it didnt work.
Im doing something wrong?
I tried putting a cutscene in an openbor and it worked:
I added this in the levels.txt
scene data/scenes/scene1/scene1.txt
Then in a folder with the name "scene1" i had the gif files and a scene1.txt with this:
animation data/scenes/scene1/1-1.gif 0 0 0 1
animation data/scenes/scene1/1-2.gif 0 0 0 1
animation data/scenes/scene1/1-3.gif 0 0 0 1
animation data/scenes/scene1/1-4.gif 0 0 0 1
animation data/scenes/scene1/1-5.gif 0 0 0 1
animation data/scenes/scene1/1-6.gif 0 0 0 1
And it worked. Before starting stage 1, the cutscene was played.But then i changed this to:
playwebm data/scenes/scene1/stage 1.webm
So instead of gifs, the game starts a webm before stage 1, but it didnt work.
Im doing something wrong?