diff --git a/78gnds8jrj.js b/78gnds8jrj.js index 61856e0..9cb27d1 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -147,6 +147,14 @@ GameLib.CustomCode.prototype.advanceCamera = function(delta) { } }.bind(this); +GameLib.CustomCode.prototype.adjustSpeed = function(delta) { + + if (this.speedUp) { + this.speed += delta; + } + +}.bind(this); + GameLib.Event.Subscribe( GameLib.Event.GAME_START, function() {