Skip to content

Commit 1be95e3

Browse files
committed
finetuning
1 parent f946a3e commit 1be95e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/assets/index-6EZZo6D1.js renamed to docs/assets/index-tcJhJX3k.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
opacity: 0;
117117
}
118118
</style>
119-
<script type="module" crossorigin src="./assets/index-6EZZo6D1.js"></script>
119+
<script type="module" crossorigin src="./assets/index-tcJhJX3k.js"></script>
120120
</head>
121121

122122
<body>

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ while (offsetY < coverHeight) {
248248
const dx = x - posX;
249249
const dy = y - adjustedOffsetY;
250250
const dist = Math.sqrt(dx * dx + dy * dy);
251-
const minDist = 10;
251+
const minDist = 14;
252252
if (dist < minDist) {
253253
body.isInside = true;
254254
}

0 commit comments

Comments
 (0)