Commit d4ccb9c6 by doszhang

dos

parent fb1957b0
......@@ -154,7 +154,7 @@ Particle.prototype = {
this.x += this.vx;
this.vy += this.gravity;
this.y += this.vy;
this.alpha -= 0.02;
this.alpha -= 0.05;
if (this.x <= -this.w || this.x >= canvas.width ||
this.y >= canvas.height ||
this.alpha <= 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment