Commit fbc62c35 authored by Yaemyim's avatar Yaemyim
Browse files

Update 2-Hit.html

parent b1e8d349
Pipeline #8207 passed with stage
in 4 seconds
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment