0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-27 09:50:52 -05:00

improved traction for Composites.car

This commit is contained in:
liabru 2015-05-20 20:22:32 +01:00
parent 95ae911ed6
commit 95eddb01f7

View file

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