4nickpick / jax-group-project

http://www.meetup.com/Jacksonville-Video-Game-Development-Group/
0 stars 0 forks source link

Parallax Layers #5

Open stephenap07 opened 11 years ago

stephenap07 commented 11 years ago

Implement parallax layers. Somehow need to be integrated in with tiled map editor.

4nickpick commented 11 years ago

If we eventually decide to merge core-implementation-1, I imagine this would be handled in World's __draw_background method. We name each layer in Tiled and then draw it differently based on it's name inside the __draw_background method.