soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
39 stars 4 forks source link

Implement pixel perfect collision checking between actors #19

Closed soulweaver91 closed 8 years ago

soulweaver91 commented 8 years ago

While terrain collision checking uses plain hitboxes (at least for the player), collisions between actors should use the current animation frames to deduce whether they collide. Make sure to add in support for rotated sprites as it will be required for events like the poles and Small Tree.

Find out an efficient way for implementing this.