godot-4-parallax-node icon indicating copy to clipboard operation
godot-4-parallax-node copied to clipboard

Add mirroring plssss!

Open liyaowhen opened this issue 2 years ago • 3 comments

Your plug-in is the only plug-in which works as my parallax background node, for some reason the built in parallax node breaks my tile map and dies not cover the entire screen. I hope your plugin can replace that node for good by adding mirroring as a feature. /

liyaowhen avatar Jun 08 '23 14:06 liyaowhen

You need to use ParallaxBackground and child ParallaxLayers in which you can configure mirroring. Unlike my ParallaxNode, they create a separate CanvasLayer. To see the parallax effect while working in the editor, use my PreviewingParallaxBackground instead regular ParallaxBackground node.

nklbdev avatar Jun 08 '23 18:06 nklbdev

But the build in node is so buggy.

liyaowhen avatar Jun 09 '23 05:06 liyaowhen

Please, take a screenshot and tell me, how to reproduce bugs you see. Maybe send me a minimal project with the bug

nklbdev avatar Jun 09 '23 05:06 nklbdev