Tagged Questions
-1
votes
1answer
99 views
Drawing multiple sprites with clear screen for every frame
I googled with best of my skills, but I cannot find any relevant answer to my problem. I'm making a game with an isometric view. I need to draw multiple sprites on the screen and before switching to ...
0
votes
1answer
148 views
Animating isometric sprites
I'm having trouble coming up with a way to animate these 2D isometric sprites. The sprites are stored like this:
< Game Folder Root >/Assets/Sprites/< Sprite Name >/< Sprite Animation >/< ...
7
votes
2answers
1k views
Better animation of elements in SFML/C++
This is not about animating individual characters or elements, I'm happy with spritesheets for that. What I'm looking for is the animation of elements on screen.
For example my game starts and the ...