Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

Fix for collisions between sprites that are defined in sprite sheets. #376

Closed totallyeviljake closed 10 years ago

totallyeviljake commented 10 years ago

Prior version was using the full XNATexture dimensions for collision masking. This results in a huge degredation in performance when the sprite originates from a sprite sheet.