thelukester92 / swift-engine

An entity-component-system game engine built in the Swift programming language.
MIT License
35 stars 7 forks source link

Enhance directional collisions to work with more than "only collides on top" #50

Open thelukester92 opened 10 years ago

thelukester92 commented 10 years ago

Implement a more complete directional collisions solution. Current implementation allows for entities that collide on all sides or only on top; want to allow entities to pick and choose the sides on which they collide.