[SOLVED] Any way to use Lua to control Parallax Background parts?
Posted: Thu Jun 25, 2020 5:58 pm
I have a cloud layer with "repeatX = true", and I'd like to give it a random x starting position. Is there a way to manipulate Parallax background settings with Lua?
If not, is there a way to use "Graphics.drawImageWP(img, x, y, priority)" to draw images behind some Parallax background layers and in front of others. It seems all "depths" in a Parallax background, gets merged into priority -100.0 and the back of the Parallax background fills with black instead of being transparent when I don't use a fill-color.
If not, is there a way to use "Graphics.drawImageWP(img, x, y, priority)" to draw images behind some Parallax background layers and in front of others. It seems all "depths" in a Parallax background, gets merged into priority -100.0 and the back of the Parallax background fills with black instead of being transparent when I don't use a fill-color.