How to make it rain in Godot in the entire level ?

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

Alright guys so I actually know about the Particles2D and I have created something that looks like rain but the issue is that Particles2D has a blue box around it and whenever the blue box goes out of Camera of my player the rain stops. How can I fix that ?

:bust_in_silhouette: Reply From: estebanmolca

Add a separate layer, a CanvasLayer as a child of root, And put the particles as child the CanvasLayer

but then it would looks like the rain is following the player

Lfzinho | 2020-06-08 18:14

Not if you follow this configuration:
-Main
----Player
----CanvasItem
--------Particles2D

estebanmolca | 2020-06-09 02:48