Hi all. I have a question about animations/sprites.
Say I have a stealth game. In this game, I can sneak up behind guards and stab them/snap their neck/etc… What is a good way to handle the stabbing death animations with the sprites? It’s a little weird because not only does the guard need to be shown getting a knife through the back, but the player needs to cover the guard’s mouth and force the dagger through. That’s not accounting for different enemies either.
Is there a good OO way to combine the animations? Or, do I really need to make stealth killing animations for each enemy (and if that’s the case, how would painting/rendering work)?
Thanks!