Postby dragon3025 » 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.
Last edited by
dragon3025 on Thu Jun 25, 2020 8:55 pm, edited 1 time in total.