Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 97 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 02:47:05 +01:00
parent 09b66068a8
commit 3ed9a49a30
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ this.road = GameLib.EntityManager.Instance.findComponentById('4furha3wst');
*/
this.sections = [];
/**
* Camera
*/
this.camera = GameLib.EntityManager.Instance.findComponentById('hd8dsn7o4c');
var cloneLeft = this.treesLeft.clone();
var cloneRoad = this.road.clone();
var cloneRight = this.treesRight.clone();