Need some advice regarding collision detection with the sprite changing its width and height
- by Frank Scott
So I'm messing around with collision detection in my tile-based game and everything works fine and dandy using this method. However, now I am trying to implement sprite sheets so my character can have a walking and jumping animation.
For one, I'd like to to be able to have each frame of variable size, I think. I want collision detection to be…