camchenry / super_shooter

A retro arcade shooter made with LÖVE.
MIT License
8 stars 3 forks source link

Bullets can glide past enemies (particularly sweepers) #16

Closed Nuthen closed 8 years ago

Nuthen commented 8 years ago

Occurs when a bullet would hit near the side of an enemy, like a glancing blow.

Nuthen commented 8 years ago

Fixed in commit 11ef14d by expanding the size of the AABB collision boxes, but not the size of the circular collision radius.