thelukester92 / swift-engine

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

Enhance followers to work for more than just moving platforms #49

Open thelukester92 opened 10 years ago

thelukester92 commented 10 years ago

Followers work and are automatically added/removed to entities for moving platforms. Need to add the functionality required to make it work with other things, too, like a multi-entity boss. Physics system currently removes all followers from an entity if it is not colliding on the bottom with anything.