Background image with flickering stars

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

I need a background image for my game with flickering stars. Has anyone tried this? What is the best way of implementing this?

Basically, what I need is a black background with small white dots in it that randomly flicker, just like the night sky.

:bust_in_silhouette: Reply From: kidscancode

You could use a Particles2D node. Set the emission shape to a box the size of your background and just give the particles a lifetime but no movement.