Commit a0479120 by doszhang

dos

parent 1bd24e9d
......@@ -149,7 +149,7 @@ function Particle() {
}
Particle.prototype = {
gravity: 0.05,
gravity: 0.01,
move: function () {
this.x += this.vx;
this.vy += this.gravity;
......
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