From f623947ca95f32cb8b3873373ab276cb037475ba Mon Sep 17 00:00:00 2001
From: Esguerra Montana <32esla1mpg@hft-stuttgart.de>
Date: Mon, 17 Jun 2024 17:56:09 +0000
Subject: [PATCH] Update index.html

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 5760efb..039e0ad 100644
--- a/public/index.html
+++ b/public/index.html
@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => {
   if (fox) {
     const clone = fox.clone();
     clone.position.copy(reticle.position);
-    clone.scale.set(0.1, 0.1, 0.1); // Ensure the clone is also scaled down
+    clone.scale.set(0.01, 0.01, 00.1); // Ensure the clone is also scaled down
     scene.add(clone);
   }
 });
-- 
GitLab