2D cloud using shaders or particles

Godot Version

Godot_v4.2.2-stable_mono_win64

Question

I want to create a 2D moving cloud that will be moving across the top of my game screen, I have an idea how to do this but I want to ask about more ways this can be achieved. Any suggestions?

Depends on some factors that you’ll have to decide what’s best for your game. An alternative to shaders and particles is to use ParallaxBackground. Throw some ParallaxLayers with some cloud sprites as children. Pretty quick solution if that meets your needs.

1 Like

Depends a lot on your setup. You can either have a shader with a scrolling texture, or some particles

1 Like

For realistic clouds only, you can check this video

1 Like

Thanks King, the video is really helpful.

i always use this

2D fog overlay - Godot Shaders

1 Like

Thanks, this is exactly what I’ve been looking for

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.