Open EnsignPayton opened 6 years ago
Add a very simple collision system. Requires tracking the bounding box of objects and performing an action upon the intersection of these bounding boxes. This will eventually be encapsulated in a Collider class, but doesn't have to be for this issue
Collider
Add a very simple collision system. Requires tracking the bounding box of objects and performing an action upon the intersection of these bounding boxes. This will eventually be encapsulated in a
Collider
class, but doesn't have to be for this issue