示例#1
0
 void Start()
 {
     this.giggleScale = new Giggle(this.scaleTime, this.scaleAmplitude, this.transform.localScale.x, this.timeOffset);
     this.giggleX     = new Giggle(this.xTime, this.xAmplitude, this.transform.position.x, this.timeOffset);
     this.giggleY     = new Giggle(this.yTime, this.yAmplitude, this.transform.position.y, this.timeOffset);
 }
示例#2
0
 public Wizard()
 {
     child = new NoBabies();
     noise = new Giggle();
     name  = "wizard";
 }