Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Esguerra Montana
WebarTTP
Commits
1a9dd575
Commit
1a9dd575
authored
1 year ago
by
Esguerra Montana
Browse files
Options
Download
Email Patches
Plain Diff
Update index.html
parent
f623947c
Pipeline
#9618
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+1
-1
public/index.html
with
1 addition
and
1 deletion
+1
-1
public/index.html
+
1
-
1
View file @
1a9dd575
...
@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => {
...
@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => {
if
(
fox
)
{
if
(
fox
)
{
const
clone
=
fox
.
clone
();
const
clone
=
fox
.
clone
();
clone
.
position
.
copy
(
reticle
.
position
);
clone
.
position
.
copy
(
reticle
.
position
);
clone
.
scale
.
set
(
0.01
,
0.01
,
0
0
.1
);
// Ensure the clone is also scaled down
clone
.
scale
.
set
(
0.
0
01
,
0.
0
01
,
0.
00
1
);
// Ensure the clone is also scaled down
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