Update: CC - Bacon - Entity Loaded (8ia8dlk7l5.js) 11 bytes modified

beta.r3js.org
-=yb4f310 2018-02-22 13:31:02 +01:00
parent 9fc8a86259
commit 567b62b468
1 changed files with 3 additions and 5 deletions

View File

@ -1486,9 +1486,7 @@ GameLib.CustomCode.prototype.clearGrid = function() {
GameLib.CustomCode.prototype.createTile = function(tileName, imageName, displace) { GameLib.CustomCode.prototype.createTile = function(tileName, imageName, displace) {
var material = { var material = {
{ materialType : GameLib.D3.API.Material.MATERIAL_TYPE_PHONG
materialType : GameLib.D3.API.Material.MATERIAL_TYPE_PHONG
}
} }
if (imageName) { if (imageName) {
@ -1510,9 +1508,9 @@ GameLib.CustomCode.prototype.createTile = function(tileName, imageName, displace
height : 1, height : 1,
widthSegments : 10, widthSegments : 10,
heightSegments : 10 heightSegments : 10
} },
scene : this.scene, scene : this.scene,
materials : [apiMaterial] materials : [material]
} }
) )