bitcraft / pyscroll

make scrolling games with animated maps in pygame
GNU General Public License v3.0
174 stars 28 forks source link

Tiled now supports parallax scrolling layers #44

Open joereynolds opened 3 years ago

joereynolds commented 3 years ago

Thought it's worth mentioning that Tiled now supports parallax scrolling from within the editor itself. Will this be something that pyscroll will eventually adopt or are we going to have to continue with the alpha=True flags in the BufferedRenderer?

https://thorbjorn.itch.io/tiled/devlog/206681/parallax-scrolling-is-here

https://doc.mapeditor.org/en/latest/manual/layers/#parallax-scrolling-factor

Thanks!

bitcraft commented 3 years ago

I do plan on supporting the feature and aim to make the parallax rendering an automatic option with the BufferedRenderer class.