pyscroll
pyscroll copied to clipboard
Tiled now supports parallax scrolling layers
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!
I do plan on supporting the feature and aim to make the parallax rendering an automatic option with the BufferedRenderer class.