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

beta.r3js.org
-=yb4f310 2018-03-12 21:03:35 +01:00
parent 9b32ffd990
commit f499b2aa65
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ GameLib.CustomCode.prototype.createGameMesh = function(image) {
*/
this.meshEnd = this.createGameMesh(this.imageEnd);
this.meshEnd.useQuaternion = false;
this.meshEnd.rotation.z = Math.PI;
this.meshEnd.rotation.z = Math.PI / 2;
this.meshEnd.updateInstance('rotation');
this.meshPatty = this.createGameMesh(this.imagePatty);