From a621d022c016edb295f67763293b296a32b41abe Mon Sep 17 00:00:00 2001
From: Yaemyim <22yasa1mpg@hft-stuttgart.de>
Date: Wed, 21 Jun 2023 08:58:54 +0000
Subject: [PATCH] Update 2-Hit.html

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

diff --git a/public/2-Hit.html b/public/2-Hit.html
index 1a1a791..4d359aa 100644
--- a/public/2-Hit.html
+++ b/public/2-Hit.html
@@ -80,7 +80,7 @@ session.addEventListener("select", (event) => {
     const clone = flower.clone();
     clone.position.copy(reticle.position);
     // Set the desired scale for the icon.
-    const iconScale = 0.5; // Adjust the scale value as needed
+    const iconScale = 0.25; // Adjust the scale value as needed
     clone.scale.set(iconScale, iconScale, iconScale);
     scene.add(clone);
   }
-- 
GitLab