Skip to content

Commit 04df05c

Browse files
committed
World thickness now 128.
1 parent 9516e6b commit 04df05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/physics/matter-js/World.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ var World = new Class({
123123
if (y === undefined) { y = 0; }
124124
if (width === undefined) { width = this.scene.sys.game.config.width; }
125125
if (height === undefined) { height = this.scene.sys.game.config.height; }
126-
if (thickness === undefined) { thickness = 64; }
126+
if (thickness === undefined) { thickness = 128; }
127127
if (left === undefined) { left = true; }
128128
if (right === undefined) { right = true; }
129129
if (top === undefined) { top = true; }

0 commit comments

Comments
 (0)