Hello,
In the hopes that my thread is not off-topic or offensive in any way, I dare to ask the following "noob" question:
what would be the correct way to create sprite animations from 2D *.bmp files?
I have for reference the 2001 game Desperados:Wanted Dead or Alive.
with the help of some tools i found , I was able to extract files containing what seems to be animation frames and frame shadow masks for animating a horse.
Attached are the archived assets.
My goal is to recreate the demo level of the game using Unity, for educational purposes.
I have started by loading the background map layer (also a large bmp file), and next step is to load a 2d character object and animate on the perspective.