jul1278 / SimpleComponents

component-based 2D game engine in SDL
0 stars 1 forks source link

IGameStage::Update routines should be refactored into the base class #48

Open jul1278 opened 8 years ago

jul1278 commented 8 years ago

The camera class should take care of the rendering stuff so we dont need to render each collection and we should be able to do the physics from IGameStage