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

beta.r3js.org
-=yb4f310 2018-03-13 14:38:59 +01:00
parent b031b8eee2
commit 5b06f6af59
1 changed files with 5 additions and 4 deletions

View File

@ -37,9 +37,10 @@ this.geometryBody = GameLib.EntityManager.Instance.findComponentById('8f5q7k5ozp
/**
* Images
*/
this.imageEnd = GameLib.EntityManager.Instance.findComponentById('swkla3wpp');
this.imageBodyPatty = GameLib.EntityManager.Instance.findComponentById('01r51k9ptr');
this.imagePatty = GameLib.EntityManager.Instance.findComponentById('4lf0fw24su');
this.imageEnd = GameLib.EntityManager.Instance.findComponentById('swkla3wpp');
this.imageBreadPatty = GameLib.EntityManager.Instance.findComponentById('01r51k9ptr');
this.imageBreadCorner = GameLib.EntityManager.Instance.findComponentById('iljpuouaok');
this.imagePatty = GameLib.EntityManager.Instance.findComponentById('4lf0fw24su');
/**
* Other Objects (Scene)
@ -58,7 +59,7 @@ this.state = {
x : -1,
y : 0
},
rotation : Math.PI / 2
rotation : 0
};
GameLib.CustomCode.prototype.createMaterial = function(image) {