tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
28 stars 8 forks source link

Collisions are not properly detected when camera is rotated #72

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 8 years ago

That's because AGSCollider doesn't take camera rotation into account. Also, for objects which ignore viewport but don't ignore scaling areas, collisions are also not calculated properly.