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

beta.r3js.org
-=yb4f310 2018-03-23 17:10:28 +01:00
parent bb80d1751c
commit 8faac5ece3
1 changed files with 4 additions and 0 deletions

View File

@ -1317,6 +1317,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
if (!advanced) {
if (this.state.getReady) {
return;
}
this.explode(body.position);
} else {