Skip to content

Commit

Permalink
Tweak gravity.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Jun 8, 2014
1 parent 4bdb27d commit 144b8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgl/src/bottle.js
Expand Up @@ -70,7 +70,7 @@ Bottle.BALL_RADIUS = 1;
Bottle.BALL_DENSITY = 1;
Bottle.BALL_FRICTION = 0;
Bottle.BALL_RESTITUTION = 0.3;
Bottle.GRAVITY = new B.Vec2(0, -20);
Bottle.GRAVITY = new B.Vec2(0, -10);
Bottle.NGRAVITY = new B.Vec2(0, -Bottle.GRAVITY.get_y());
Bottle.FLIP_RATE = 2.4;
Bottle.SPIKE_THICKNESS = 12;
Expand Down

0 comments on commit 144b8f0

Please sign in to comment.