Update: CC - Bacon - Before Render (o4c478xpx3.js) 268 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 18:20:11 +01:00
parent f10596e14e
commit 8368f37554
1 changed files with 12 additions and 1 deletions

View File

@ -11,7 +11,13 @@ if (!this.initialized) {
this.totalTime = 0;
/**
* Waiting means - this block is on top of some blocks which are busy disappearing
* - so wait for the fall to complete
*/
this.waiting = false;
this.animation = this.entityLoaded.animation;
this.drop = false;
@ -57,6 +63,9 @@ if (this.totalTime > this.entityLoaded.speed) {
}
if (fall) {
this.animation.translationSpeed = 50;
moved = this.moveBlock(null, {down: true}, 1, true);
}
@ -71,8 +80,10 @@ if (moved === false) {
this.drop = false;
this.moveQueue = [];
this.stopBlock();
this.animation.translationSpeed = 10;
}
//@ sourceURL=beforeRender.js