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

beta.r3js.org
-=yb4f310 2018-03-09 03:19:54 +01:00
parent d9614d2c57
commit b83f83dfc8
1 changed files with 7 additions and 1 deletions

View File

@ -38,7 +38,7 @@ var cloneLeft = this.treesLeft.clone();
var cloneRoad = this.road.clone();
var cloneRight = this.treesRight.clone();
for (var i = 0; i < 17; i++) {
for (var i = 0; i < 18; i++) {
this.sections.push({
left : cloneLeft,
@ -51,6 +51,12 @@ for (var i = 0; i < 17; i++) {
cloneRight = cloneRight.clone();
}
this.sections.push({
left : cloneLeft,
road : cloneRoad,
right : cloneRight
})
/**
* Activate our custom code components
*/