ParallaxBackground isn't infinite when zoomed out

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

Hello,

I’ve got a ParallaxBackground in my project which works great.
The only problem is when you zoom out a lot, it stops mirroring the texture after 2 times, and proceeds to sit in the top left corner getting smaller.

My Scene:
[Node2D] World
->[Camera]
->[ParallaxBackground]
—>[ParallaxLayer]
----->[Sprite]

I’m i doing something wrong or is this a limitation of the ParallaxBackground node?
Thanks :slight_smile: