Add Parallax Background to a 2D Game
Add Parallax Background to a 2D Game 1. Create a ParallaxBackground node. (It doesn’t need to be a child of the Camera2D node, but making it a child of the Camera2D node won’t break it either) 2. Create a ParallaxLayer node as a child of the ParallaxBackground. 3. Add your sprite as a child of …