diff options
| author | Zed <Zed@zed.zed> | 2016-03-02 21:43:25 +0100 |
|---|---|---|
| committer | Zed <Zed@zed.zed> | 2016-03-02 21:43:25 +0100 |
| commit | b9f6cc081dab694013258e18b7bf1ebc4980d042 (patch) | |
| tree | 4c54fbe182466f49d8f594c02ea234bbde910f03 /TemplePushing.c4s/Environment.c4d/Snow.c4d | |
| parent | a661dbea3f511c7d02e82344affb05afd44d96fc (diff) | |
| download | tempelschubsen-b9f6cc081dab694013258e18b7bf1ebc4980d042.tar.gz tempelschubsen-b9f6cc081dab694013258e18b7bf1ebc4980d042.zip | |
Scale down ambient snow effect
Diffstat (limited to 'TemplePushing.c4s/Environment.c4d/Snow.c4d')
| -rw-r--r-- | TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c b/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c index 5757711..3127074 100644 --- a/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c +++ b/TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c @@ -12,10 +12,10 @@ func Snowing() { PushParticles("Snow2",RandomX(-7,7)); for(var x; x<4; x++) { - CreateParticle("Snow2",Random(LandscapeWidth()),0,0,25,RandomX(50,80),0); - CreateParticle("Snow2",Random(LandscapeWidth()),0,0,21,RandomX(30,50),0); - CreateParticle("Snow2",Random(LandscapeWidth()),0,0,17,RandomX(10,30),0); - CreateParticle("Snow2",Random(LandscapeWidth()),0,0,35,RandomX(80,100),0); + CreateParticle("Snow2",Random(LandscapeWidth()),0,0,25,RandomX(5,15),0); + CreateParticle("Snow2",Random(LandscapeWidth()),0,0,21,RandomX(10,20),0); + CreateParticle("Snow2",Random(LandscapeWidth()),0,0,17,RandomX(15,25),0); + CreateParticle("Snow2",Random(LandscapeWidth()),0,0,35,RandomX(20,30),0); } } |
