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

beta.r3js.org
-=yb4f310 2018-03-24 14:52:20 +01:00
parent 91f6223dab
commit 13129aec17
1 changed files with 3 additions and 3 deletions

View File

@ -1613,7 +1613,7 @@ GameLib.Event.Subscribe(
GameLib.CustomCode.BODY_TYPE_BREAD_HEAD,
{
x : 4,
y : 4
y : 3
},
GameLib.CustomCode.ORIENTATION_UP
),
@ -1622,7 +1622,7 @@ GameLib.Event.Subscribe(
GameLib.CustomCode.BODY_TYPE_BREAD_PATTY,
{
x : 4,
y : 3
y : 2
},
GameLib.CustomCode.ORIENTATION_UP
),
@ -1631,7 +1631,7 @@ GameLib.Event.Subscribe(
GameLib.CustomCode.BODY_TYPE_BREAD_TAIL,
{
x : 4,
y : 2
y : 1
},
GameLib.CustomCode.ORIENTATION_UP
)