Fix star parallaxity

Charles Spurrill 2011-09-30 22:29:36 -07:00
parent 5303a77474
commit cd7d0bf5f2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ protected func Initialize()
var alpha=0;
if(GetTime()<300 || GetTime()>1140) alpha=255;
SetClrModulation(RGBa(255,255,255,alpha));
this["Parallaxity"] = [10+Random(30),100];
this["Parallaxity"] = [10,10];
SetCategory(GetCategory() | C4D_Parallax | C4D_Background);
}