selfmoving parallax background

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By wahyuadiramadan

i found this question, and there is an answer, but the answer doesnt work for me, this is how my nodes looks like

Canvaslayer
–ParallaxBackground
----ParallaxLayer
------Sprite

i try to change the parameter on inspector but nothings happen, any help will apreciate.

Could you be a little more specific about whats the problem and when occurs?

fershopls | 2021-01-09 23:56

i mean, there is another question like this before about “selfmoving parallax”, and the question has been answered but when i try using it in my project it doesnt work

how to make the parallax node can moving by itself, without a camera2d?

wahyuadiramadan | 2021-01-10 09:58

:bust_in_silhouette: Reply From: exuin

You must create a script and change the scroll_offset value manually in a _process function if you want to scroll the background without a Camera2D.