Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 47 bytes modified

beta.r3js.org
-=yb4f310 2018-03-19 17:39:28 +01:00
parent 71496f0255
commit b33b9b0f74
1 changed files with 5 additions and 1 deletions

View File

@ -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
}
}
)