小魚非??炀妥儼琢?,是什么原因?
//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
? ?}
}
2017-07-25
在this.babyBodyCount = this.babyBodyCount + 1;后面加上this.badyBodyTimer%=300;
2017-03-14
圖片不是最新的,圖片缺失的原因