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

beta.r3js.org
-=yb4f310 2018-03-23 13:06:59 +01:00
parent 38f24821d6
commit 5c6fd841e5
1 changed files with 19 additions and 1 deletions

View File

@ -1248,13 +1248,31 @@ GameLib.Event.Subscribe(
y : 4
},
GameLib.CustomCode.ORIENTATION_UP
),
this.createGameObject(
GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY,
GameLib.CustomCode.BODY_TYPE_BREAD_PATTY,
{
x : 4,
y : 3
},
GameLib.CustomCode.ORIENTATION_UP
),
this.createGameObject(
GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY,
GameLib.CustomCode.BODY_TYPE_BREAD_PATTY,
{
x : 4,
y : 2
},
GameLib.CustomCode.ORIENTATION_UP
),
this.createGameObject(
GameLib.CustomCode.OBJECT_TYPE_SNAKE_BODY,
GameLib.CustomCode.BODY_TYPE_BREAD_TAIL,
{
x : 4,
y : 3
y : 1
},
GameLib.CustomCode.ORIENTATION_UP
)