We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9516e6b commit 04df05cCopy full SHA for 04df05c
1 file changed
v3/src/physics/matter-js/World.js
@@ -123,7 +123,7 @@ var World = new Class({
123
if (y === undefined) { y = 0; }
124
if (width === undefined) { width = this.scene.sys.game.config.width; }
125
if (height === undefined) { height = this.scene.sys.game.config.height; }
126
- if (thickness === undefined) { thickness = 64; }
+ if (thickness === undefined) { thickness = 128; }
127
if (left === undefined) { left = true; }
128
if (right === undefined) { right = true; }
129
if (top === undefined) { top = true; }
0 commit comments