@@ -47,7 +47,7 @@ function update(timeStep) {
// Set friction.
circle.friction = .2;
// Set restitution
- circle.setRestitution(1.1);
+ circle.setRestitution(.8);
}
@@ -19,7 +19,7 @@ self.coinNodes = [];
// parsed coins
var coins = [];
-camera.setZoom(.75);
+camera.setZoom(.9);
self.onPhysicsBeginContact2D = function(world, bodyA, bodyB, nodeA, nodeB) {