Next up adding animated sprites. I don`t have any animated sprites yet. As I was saying I will make the sprites with my editor and use the pngs in my engine. So first thing is adding animation looping capability in the engine.
As with all those living in the C# camp, I got used to easy/no memory management. I did had some C++ projects but I have never learned how to dispose the trash. So it`s time to take on that. I will make an ASM game/app.
The editor is basically a tool to create the game graphics. Our game is set to be isometric. I`m going to make the sprites by modelling 3d objects/meshes in the editor and then screen capture them to make the sprites.