jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

spritesheet is created using 0.gif #155

Open Fhahroz opened 1 year ago

Fhahroz commented 1 year ago

Hello,

I am new to this engine and so far it has worked as instructed in the code guide mentioned. However, I ran into one problem and that is, when all the steps are successfully processed, the output is a static gif. No animations. Upon looking at the output of step 1, I have noticed that the sprites are made using only the first image. Looking at the output of step 2, the sprite sheet has the same image.

P.S: All of the subfolders have weight #100. Example: Background >> Blue#100 >> 0.gif, 1.gif... and so on for all the layers.

A quick help is highly appreciated.

Thank You

jalagar commented 1 year ago

Hi @Fhahroz where is 1.gif located? Is 1.gif the gif you want to use for edition 1? Can you screenshot your layers file structure for me ?