thelukester92 / swift-engine

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

Implement some way to unregister systems or pause #70

Closed thelukester92 closed 10 years ago

thelukester92 commented 10 years ago

Unregister systems or pause their execution somehow at gameover or even a pause menu

thelukester92 commented 10 years ago

Added a way to pause scenes. We can use this by making a pause scene that actually keeps a reference to the previous scene and presents it back at the end.