From b9f6cc081dab694013258e18b7bf1ebc4980d042 Mon Sep 17 00:00:00 2001 From: Zed Date: Wed, 2 Mar 2016 21:43:25 +0100 Subject: Scale down ambient snow effect --- TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TemplePushing.c4s') 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); } } -- cgit v1.2.3-54-g00ecf