From fbc62c3512e81b4a313688835a1ebf8b0639c589 Mon Sep 17 00:00:00 2001
From: Yaemyim <22yasa1mpg@hft-stuttgart.de>
Date: Wed, 21 Jun 2023 09:05:09 +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 2fee653..3b9a6f9 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.01; // Adjust the scale value as needed
+    const iconScale = 0.005; // Adjust the scale value as needed
     clone.scale.set(iconScale, iconScale, iconScale);
     scene.add(clone);
   }
-- 
GitLab