alecmce / xember

A riff on the Ember entity system
MIT License
48 stars 7 forks source link

Systems should be able to have multiple sets/families #2

Closed alecmce closed 13 years ago

alecmce commented 13 years ago

Done - the EntitySystem is now injected into systems, and you call system.getNodes(NodeClass) in order to get the nodes you want. This can be done for multiple sets of nodes.