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

beta.r3js.org
-=yb4f310 2018-03-19 07:59:29 +01:00
parent f1b4926334
commit a0a9c72e5f
1 changed files with 4 additions and 0 deletions

View File

@ -108,12 +108,16 @@ GameLib.CustomCode.prototype.createGameMesh = function(image) {
* Create our objects
*/
this.meshBreadHead = this.createGameMesh(this.imageBreadHead);
this.meshBreadHead.useQuaternion = false;
this.meshBreadTail = this.createGameMesh(this.imageBreadTail);
this.meshBreadTail.useQuaternion = false;
this.meshBreadPatty = this.createGameMesh(this.imageBreadPatty);
this.meshBreadPatty.useQuaternion = false;
this.meshBreadCorner = this.createGameMesh(this.imageBreadCorner);
this.meshBreadCorner.useQuaternion = false;
this.meshPatty = this.createGameMesh(this.imagePatty);