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

beta.r3js.org
-=yb4f310 2018-03-09 16:02:30 +01:00
parent 793ea95879
commit e9b83df86f
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;
var diff = delta * 2;
var modified = false;
if (this.movement.left) {