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

beta.r3js.org
-=yb4f310 2018-03-22 19:54:16 +01:00
parent 35e4802d8c
commit 6673038339
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
this.extend(gameObject, backup.position, backup.orientation);
if (backup.orientation !== body.orientation) {
this.createCorner(body, temp);
}
break;