Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 100 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 18:46:39 +01:00
parent 539c94e63a
commit 057e9130c0
1 changed files with 9 additions and 3 deletions

View File

@ -129,7 +129,7 @@ GameLib.CustomCode.prototype.startAnimation = function (index) {
bacon.updateInstance('position');
this.grid[index][x].baconDisappearing = bacon;
this.baconMaterials.push(
this.grid[index][x].mesh.materials[0]
);
@ -1321,7 +1321,7 @@ GameLib.CustomCode.prototype.getNextBlock = function () {
this.animation.meshes.push(this.block.center);
}.bind(this);
/**
* This code executes when the 'bottom' has been reached (the block is stopping)
*/
@ -1541,7 +1541,13 @@ GameLib.CustomCode.prototype.createTile = function(tileName, imageName, displace
null,
null,
null,
new GameLib.D3.API.Geometry.Buffer.Plane(),
new GameLib.D3.API.Geometry.Buffer.Plane(
null,
1,
1,
10,
10
),
[
apiMaterial
],