diff --git a/public/2-Hit.html b/public/2-Hit.html
index 2a06486d23cd2f89a03cf55efd0c7624c736ed27..e3ec4ea9c7f9e42436ddaec442ce59a2a31afd67 100644
--- a/public/2-Hit.html
+++ b/public/2-Hit.html
@@ -78,6 +78,9 @@ loader.load("https://transfer.hft-stuttgart.de/gitlab/azizularif/ar/-/raw/master
 session.addEventListener("select", (event) => {
   if (flower) {
     const clone = flower.clone();
+    // Set the desired scale for the icon.
+    const iconScale = 0.001; // Adjust the scale value as needed
+    clone.scale.set(iconScale, iconScale, iconScale);
     clone.position.copy(reticle.position);
     scene.add(clone);
   }