Update: CC - Entity Loaded - Moorcow (1dapoo0bwa.js) 233 bytes modified

beta.r3js.org
-=yb4f310 2017-11-10 09:24:17 +01:00
parent 5fab0d9973
commit 34c8035a5c
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ this.mouseMove.entityLoaded = this;
/**
* Don't plant any trees for Olcayto
*/
this.stone1 = GameLib.EntityManager.Instance.findComponentById('tpwbl3omia');
this.stone2 = GameLib.EntityManager.Instance.findComponentById('2oma4vgtbp');
for (var i = 0; i < 20; i++) {
this.stone1.clone();
this.stone2.clone();
}
//@ sourceURL=entityLoaded.js