From 4b6f97544be1d57da8e88d12bae629e432fee804 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 18 Feb 2018 18:22:34 +0100 Subject: [PATCH] Update: CC - Bacon - Before Render (o4c478xpx3.js) 79 bytes modified --- o4c478xpx3.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/o4c478xpx3.js b/o4c478xpx3.js index 36a41fe..07f9593 100644 --- a/o4c478xpx3.js +++ b/o4c478xpx3.js @@ -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 \ No newline at end of file