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