From a0a9c72e5fb5946e98e3363bd50f5a856821bb7b Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 19 Mar 2018 07:59:29 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 175 bytes modified --- 21g30t1e75.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 0e525ed..e66f958 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -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);