Skip to content

Commit

Permalink
improved traction for Composites.car
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed May 20, 2015
1 parent 95ae911 commit 95eddb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/factory/Composites.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ var Composites = {};
},
restitution: 0.5,
friction: 0.9,
frictionStatic: 10,
slop: 0.5,
density: 0.01
});

Expand All @@ -260,6 +262,8 @@ var Composites = {};
},
restitution: 0.5,
friction: 0.9,
frictionStatic: 10,
slop: 0.5,
density: 0.01
});

Expand Down

0 comments on commit 95eddb0

Please sign in to comment.