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

beta.r3js.org
-=yb4f310 2018-03-19 12:01:59 +01:00
parent b27698df29
commit a9e5b70aea
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ GameLib.CustomCode.prototype.createMaterial = function(image) {
return new GameLib.D3.Material.Phong(
this.runtime.graphics,
{
diffuseMap : diffuseMap
diffuseMap : diffuseMap,
transparent : true
}
);
}.bind(this);