问答详情
源自:1-4 身体变白

小鱼非常快就变白了,是什么原因?


//baby body
this.babyBodyTimer += deltaTime;
if (this.babyBodyTimer > 300) {
   this.babyBodyCount = this.babyBodyCount + 1;
   this.babyEyeTimer %= 300;

   if (this.babyBodyCount > 19) {
       this.babyBodyCount = 19;
       //game over

   }

}

提问者:慕雪9083869 2017-03-14 10:06

个回答

  • 双鱼座夜子鱼
    2017-07-25 00:06:36

    在this.babyBodyCount = this.babyBodyCount + 1;后面加上this.badyBodyTimer%=300;

  • 慕雪9083869
    2017-03-14 11:18:03

    图片不是最新的,图片缺失的原因