diff --git a/public/2-Hit.html b/public/2-Hit.html
index 307ac68315a106f1d7c0364785c94411a9dcc9d8..50159a24c8c8b96592d6e7bfa0ed9a3609402ed0 100644
--- a/public/2-Hit.html
+++ b/public/2-Hit.html
@@ -79,6 +79,9 @@ session.addEventListener("select", (event) => {
   if (flower) {
     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
+    // clone.scale.set(iconScale, iconScale, iconScale);
     scene.add(clone);
   }
 });