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

beta.r3js.org
-=yb4f310 2018-02-18 18:22:34 +01:00
parent 8368f37554
commit 4b6f97544b
1 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,8 @@ if (!this.initialized) {
this.animation = this.entityLoaded.animation;
this.translationSpeed = this.animation.translationSpeed;
this.drop = false;
this.moveQueue = [];
@ -64,7 +66,7 @@ if (this.totalTime > this.entityLoaded.speed) {
if (fall) {
this.animation.translationSpeed = 50;
this.animation.translationSpeed = 70;
moved = this.moveBlock(null, {down: true}, 1, true);
}
@ -83,7 +85,7 @@ if (moved === false) {
this.stopBlock();
this.animation.translationSpeed = 10;
this.animation.translationSpeed = this.translationSpeed;
}
//@ sourceURL=beforeRender.js