|Jordan| |
12-16-2007 05:13 PM |
Quote:
Originally Posted by masterme
(Post 1402176)
I have this nice mod now for a while, today updated it and still fine, but there is always a 'but'.
I use the small snowflake, but is there a way to make the snow fall a little bit more? Now I have 5/6 snowflakes falling reallys slow, but when I think of snow, I mean a little bit me than 5/6 flakes at a time on my screen.
|
Yes, as with all of the effects, you just edit the corresponding javascript file.
To add more small snow, edit in "season\2.js" the line:
// Configure below to change number of snow to render
var no = 10;
Change 10 to however many snow flakes you want.
The variable differs in most of the javascripts, but its easily identifiable because there's usually a comment marking where to add more of something.
|