Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 69 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 15:44:16 +01:00
parent f2572e8c38
commit d02a0a2e4f
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ GameLib.CustomCode.prototype.advanceSpeedTimer = function(delta) {
this.animation.translationSpeed = GameLib.CustomCode.MAX_ANIMATION_SPEED;
}
console.log(this.animation.translationSpeed + ':' + this.speed );
}.bind(this)
GameLib.CustomCode.prototype.displayHUD = function() {