thelukester92 / swift-engine

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

Implement parallax background system #52

Closed thelukester92 closed 10 years ago

thelukester92 commented 10 years ago

Create a system that horizontally tiles an image and scrolls it at different speeds than the main level for a parallax effect. May also want vertical tiling and/or parallax/scrolling.

thelukester92 commented 10 years ago

Working on this now.

thelukester92 commented 10 years ago

Added a PreRender update phase.