thelukester92 / swift-engine

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

Implement directional collisions #47

Closed thelukester92 closed 10 years ago

thelukester92 commented 10 years ago

Previously "cloud" collisions; implement a kind of collider that only blocks in certain directions, like a moving platform only collides when the player is on top of it.