zeOxx / StudentGame

A continuation of the previous repo (https://github.com/zeOxx/Perihelion)
4 stars 1 forks source link

Projectile collisions are inaccurate. #19

Closed snorrewb closed 11 years ago

snorrewb commented 11 years ago

Only bottom right of object registers hit.

Slokken commented 11 years ago

This only bugs out with projectiles. I have no idea why...

Works fine when colliding player and rocks.

Slokken commented 11 years ago

I also tried slowing the projectiles down to see if the collisions wasn't being detected at the right time, but this isn't the problem. Might be some weird texture problem.

Slokken commented 11 years ago

Turned out. AAAALLL boundingboxes were off. Offset was... well, not there. Fixed!! :D :D