diff --git a/public/2-Hit.html b/public/2-Hit.html index 2fee653f80a495bb95ded5aa30ed26a231ef2672..3b9a6f958465ff916dd5098a32e73d7e65b36f92 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); }