Parallaxbg and layers do not scroll out of their own?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Feline-Biologist
:warning: Old Version Published before Godot 3 was released.

When I create a Parallaxbg and I give it a layer as a child then it does not scroll out of it’s own when I instance the scene as a node in my level scene? Do I need extra code to make it scroll or am I overlooking something?

:bust_in_silhouette: Reply From: Alex\doc

Make sure you have setup the “Mirroring” in your ParallaxLayer.
No code should be needed.

I suggest to take a look in the platformer demo’s parallax background with live editing turned on to better figure out how it works.