Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yaemyim
webarsr
Commits
fbc62c35
Commit
fbc62c35
authored
1 year ago
by
Yaemyim
Browse files
Options
Download
Email Patches
Plain Diff
Update 2-Hit.html
parent
b1e8d349
Pipeline
#8207
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/2-Hit.html
+1
-1
public/2-Hit.html
with
1 addition
and
1 deletion
+1
-1
public/2-Hit.html
+
1
-
1
View file @
fbc62c35
...
@@ -80,7 +80,7 @@ session.addEventListener("select", (event) => {
...
@@ -80,7 +80,7 @@ session.addEventListener("select", (event) => {
const
clone
=
flower
.
clone
();
const
clone
=
flower
.
clone
();
clone
.
position
.
copy
(
reticle
.
position
);
clone
.
position
.
copy
(
reticle
.
position
);
// Set the desired scale for the icon.
// Set the desired scale for the icon.
const
iconScale
=
0.0
1
;
// Adjust the scale value as needed
const
iconScale
=
0.0
05
;
// Adjust the scale value as needed
clone
.
scale
.
set
(
iconScale
,
iconScale
,
iconScale
);
clone
.
scale
.
set
(
iconScale
,
iconScale
,
iconScale
);
scene
.
add
(
clone
);
scene
.
add
(
clone
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets