World thickness now 128.

This commit is contained in:
Richard Davey 2017-11-23 14:59:15 +00:00
parent 9516e6b188
commit 04df05cf73

View file

@ -123,7 +123,7 @@ var World = new Class({
if (y === undefined) { y = 0; }
if (width === undefined) { width = this.scene.sys.game.config.width; }
if (height === undefined) { height = this.scene.sys.game.config.height; }
if (thickness === undefined) { thickness = 64; }
if (thickness === undefined) { thickness = 128; }
if (left === undefined) { left = true; }
if (right === undefined) { right = true; }
if (top === undefined) { top = true; }