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

beta.r3js.org
-=yb4f310 2018-03-12 14:40:59 +01:00
parent b1e4118bbe
commit 41b9c988a6
1 changed files with 4 additions and 1 deletions

View File

@ -114,7 +114,10 @@ GameLib.Event.Subscribe(
}
)
this.snake = [];
this.snake = [
this.cloneBody(GameLib.CustomCode.BODY_TYPE_HEAD),
this.cloneBody(GameLib.CustomCode.BODY_TYPE_TAIL)
];
this.beforeRender.initialized = false;
this.beforeRender.entityLoaded = this;