tzachshabtay / MonoAGS

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

Refactor pixel perfect hit tests- #233

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

Removed the is pixel perfect flag from the sprite and moved it to the pixel perfect component. The sprite still contains the pixel perfect area which is lazily generated if needed. Resolves #213.