diff --git a/21g30t1e75.js b/21g30t1e75.js index a146fac..95c3b10 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -79,7 +79,11 @@ GameLib.CustomCode.prototype.createMaterial = function(image) { var diffuseMap = new GameLib.D3.Texture.Image( this.runtime.graphics, { - image : image + image : image, + repeat : { + x : 0.99, + y : 0.99 + } } )