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

beta.r3js.org
-=yb4f310 2018-03-12 21:03:12 +01:00
parent 5a95718234
commit ad7b2dabb3
1 changed files with 1 additions and 1 deletions

View File

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