thelukester92 / swift-engine

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

Reset function for systems and scenes #84

Open thelukester92 opened 9 years ago

thelukester92 commented 9 years ago

Add a way to reset systems to initial states so the entire scene doesn't have to be reloaded, i.e. for a level change.