Commit b11691df by doszhang

dos

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