From e60113c39b3cf5e8b71de4ec43f58334ca1632ab Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 7 Mar 2018 20:15:56 +0100 Subject: [PATCH] Update: CC - SnailRunner - Mouse Move (8nu6b5p9pb.js) 126 bytes modified --- 8nu6b5p9pb.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/8nu6b5p9pb.js b/8nu6b5p9pb.js index dd28f5f..e8936bf 100644 --- a/8nu6b5p9pb.js +++ b/8nu6b5p9pb.js @@ -4,6 +4,7 @@ if (!this.entityLoaded) { if (!this.initialized) { this.snail = this.entityLoaded.snail; + this.solar = this.entityLoaded.solar; this.initialized = true; } @@ -17,6 +18,9 @@ if (this.snail.position.z > 0.1) { this.snail.position.z = 0.1; } +this.solar.position.z = this.snail.position.z; + this.snail.updateInstance('position'); +this.solar.updateInstance('position'); //@ sourceURL=mouseMove.js \ No newline at end of file