diff --git a/21g30t1e75.js b/21g30t1e75.js index a5e4ba4..1dde3cb 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -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);