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

beta.r3js.org
-=yb4f310 2018-03-12 20:55:15 +01:00
parent 600bc4b2cc
commit 0473fa8d87
1 changed files with 0 additions and 4 deletions

View File

@ -245,14 +245,10 @@ GameLib.Event.Subscribe(
this.snake = [
new GameLib.CustomCode.SnakeBody(
GameLib.CustomCode.BODY_TYPE_HEAD,
null,
null,
this.meshEnd
),
new GameLib.CustomCode.SnakeBody(
GameLib.CustomCode.BODY_TYPE_TAIL,
null,
null,
this.meshEnd
)
];