Commit b11691df by doszhang

dos

parent a0479120
......@@ -149,7 +149,7 @@ function Particle() {
}
Particle.prototype = {
gravity: 0.01,
gravity: 50.0,
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