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

beta.r3js.org
-=yb4f310 2018-03-12 21:02:11 +01:00
parent db5c5f9e78
commit 45bbf497a8
1 changed files with 3 additions and 0 deletions

View File

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