- Home /
The question is answered, right answer was accepted
Any strategies on implementing multiple weapons in a 2d sprite based shooter?
In previous projects we used 3D models and were able to have the player change between similar guns without having to customize the player animations for each gun (for example different pistols). However now we're using 2D sprites; I'm wondering how games like Metal Slug can have so many guns. Do they have to create animations holding each gun? Is there a way to layer the gun and animate the gun independently then sync it up with the player's animation?
If anyone has any ideas or strategies, I'd really appreciate your input!
Cheers,
J
I found this example; they cut the player into two parts (upper half and lower half) then they reuse the legs and have it animate separately while redrawing the upper half with different guns: http://img543.imageshack.us/img543/892/marcoexample.png
Follow this Question
Related Questions
How do i Flip a 2d game object that is facing towards the cursor 0 Answers
Gravity not working to right strength 0 Answers
2D sprite - jelly, squeeze, squash 0 Answers
2D RPG boomerang instantiation help. 2 Answers
Can you add sprites to existing sprite sheet without breaking the tile pallet and in-game tiles 0 Answers