Godot Version
4.3
Question
Can I use particles with ParallaxLayer
? I’m trying to make a “universe” background using particles, but even if I set the motion_scale, the particles doesn’t move.
4.3
Can I use particles with ParallaxLayer
? I’m trying to make a “universe” background using particles, but even if I set the motion_scale, the particles doesn’t move.
I don’t believe the old system supports particles, but they’re going to be retired anyway. You can use the new Parallax2D
node, but it depends on what you’re trying to do.