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?
Godot_v4.2.2-stable_mono_win64
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.
Depends a lot on your setup. You can either have a shader with a scrolling texture, or some particles
Thanks King, the video is really helpful.
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.