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

beta.r3js.org
-=yb4f310 2018-03-12 20:57:33 +01:00
parent 7464653f15
commit 464688de02
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ GameLib.CustomCode.SnakeBody = function(
mesh.rotation.z = Math.PI;
mesh.updateInstance('rotation');
position.x += 1;
break;
default :
throw new Error('unreachable statement');
break;