It's going alright, except when I use randf() to move the clouds, they all seem to move in the same direction.
This shouldn't be, I have a loop iterating over every cloud to move it, and it calls randf() separately for every cloud....
I have successfully limited the clouds to a certain area, which can be defined with an export variable. This will be used for different environments, e.g. jungle v.s. desert, to change properties such as cloud density/color.