Sure, all you need to do is set Motion -> Mirroring -> y instead of x on the ParallaxLayer, and in the script, it's "scroll_offset.y += ..." to make the layer scroll down instead of left.
The root node is a Node2D. When you create the ColorRect as a child of the ParallaxBackground node, setting it to "full rect" should automatically fill the screen - same as with a CanvasLayer parent. I don't think I left anything out in the video.
super helpful! Thanks!!!
slow paced and very easy to understand tutorial. Thank you. Hope to hear more from you from now on.
That's encouraging. Thanks for the feedback!
can you tell me how to make the mirroring be on top and not on the right?
Sure, all you need to do is set Motion -> Mirroring -> y instead of x on the ParallaxLayer, and in the script, it's "scroll_offset.y += ..." to make the layer scroll down instead of left.
Nice tutorial, only how is possible your black colorrect was automatikaly resized to viewport. This working for me only with root nod control
The root node is a Node2D. When you create the ColorRect as a child of the ParallaxBackground node, setting it to "full rect" should automatically fill the screen - same as with a CanvasLayer parent. I don't think I left anything out in the video.
@@ScruffyOwlGames thanks it works, realy as child PB