We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ae911 commit 95eddb0Copy full SHA for 95eddb0
1 file changed
src/factory/Composites.js
@@ -251,6 +251,8 @@ var Composites = {};
251
},
252
restitution: 0.5,
253
friction: 0.9,
254
+ frictionStatic: 10,
255
+ slop: 0.5,
256
density: 0.01
257
});
258
@@ -260,6 +262,8 @@ var Composites = {};
260
262
261
263
264
265
266
267
268
269
0 commit comments