Commit eb2202a5 by doszhang

dos

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