EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

added hitbox to space component #669

Closed Noofbiz closed 5 years ago

Noofbiz commented 5 years ago

Contains can now handle shapes other than AABB. Also added examples for usage to mouse-drag demos.

Closes #663