Update: CC - Entity Loaded - Football (3mun8pev26.js) 27 bytes modified

beta.r3js.org
Theunis Johannes Botha 2018-05-10 20:38:11 +02:00
parent 3c5bbf34fd
commit cb02a3b94b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
if (data.entity === this) {
if (data.entity === this.parentEntity) {
console.log('football entity loaded');
} else {
return;
@ -7,7 +7,7 @@ if (data.entity === this) {
this.touchEnd = R3.EntityManager.Instance.findComponentById('rotlutre1z');
this.mouseMove = R3.EntityManager.Instance.findComponentById('waxlxa2mtp');
this.touchEnd.entityLoaded = this;
this.mouseMove.entityLoaded = this;
this.touchEnd.entityLoaded = data.entity;
this.mouseMove.entityLoaded = data.entity;
//@ sourceURL=entityLoaded.js