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

beta.r3js.org
-=yb4f310 2018-03-09 03:50:42 +01:00
parent 2441138268
commit f0b6aab4de
1 changed files with 2 additions and 6 deletions

View File

@ -23,11 +23,7 @@ this.road = GameLib.EntityManager.Instance.findComponentById('4furha3wst');
/**
* Road Sections
*/
this.sections = [{
left : this.treesLeft,
road : this.road,
right : this.treesRight
}];
this.sections = [];
/**
* Camera
@ -38,7 +34,7 @@ var cloneLeft = this.treesLeft.clone();
var cloneRoad = this.road.clone();
var cloneRight = this.treesRight.clone();
for (var i = 0; i < 18; i++) {
for (var i = 0; i < 17; i++) {
this.sections.push({
left : cloneLeft,