Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 16:02:50 +01:00
parent e9b83df86f
commit fc963351db
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ GameLib.CustomCode.prototype.adjustSpeed = function(delta) {
GameLib.CustomCode.prototype.adjustSnailPosition = function(delta) {
var diff = delta * 2;
var diff = delta * 5;
var modified = false;
if (this.movement.left) {