From d576c0af7e2d2bc7776a88e85fdd6b4ace589ac3 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 10 May 2018 20:28:32 +0200 Subject: [PATCH 1/3] Update: CC - Touch End (rotlutre1z.js) 43 bytes modified --- rotlutre1z.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rotlutre1z.js b/rotlutre1z.js index 90f1edd..cdfe6d6 100644 --- a/rotlutre1z.js +++ b/rotlutre1z.js @@ -1,2 +1,6 @@ -return null; -//@ sourceURL=TouchMove.js \ No newline at end of file +if (!this.entityLoaded) { + return; +} + +console.log(data); +//@ sourceURL=TouchEnd.js \ No newline at end of file From da2d07a5a9e855c6f92d0783885441a0fa22229a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 10 May 2018 20:32:16 +0200 Subject: [PATCH 2/3] Initial Commit: CC - Mouse Move - Football (waxlxa2mtp.js) --- waxlxa2mtp.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 waxlxa2mtp.js diff --git a/waxlxa2mtp.js b/waxlxa2mtp.js new file mode 100644 index 0000000..4303a39 --- /dev/null +++ b/waxlxa2mtp.js @@ -0,0 +1,5 @@ +if (!this.entityLoaded) { + return; +} + +//@ sourceURL=mouseMove.js \ No newline at end of file From eb225aa2b30baa4e4828daf40e3bc6a7b5364e69 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 10 May 2018 20:35:34 +0200 Subject: [PATCH 3/3] Update: CC - Entity Loaded - Football (3mun8pev26.js) 224 bytes modified --- 3mun8pev26.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/3mun8pev26.js b/3mun8pev26.js index 51936b9..079061e 100644 --- a/3mun8pev26.js +++ b/3mun8pev26.js @@ -4,4 +4,10 @@ if (data.entity === this) { return; } +this.touchEnd = R3.EntityManager.Instance.findComponentById('rotlutre1z'); +this.mouseMove = R3.EntityManager.Instance.findComponentById('waxlxa2mtp'); + +this.touchEnd.entityLoaded = this; +this.mouseMove.entityLoaded = this; + //@ sourceURL=entityLoaded.js \ No newline at end of file