summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Environment.c4d
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Environment.c4d')
-rw-r--r--TemplePushing.c4s/Environment.c4d/Snow.c4d/Script.c8
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);
}
}