Spaces:
Running
Running
Update script.js
Browse files
script.js
CHANGED
|
@@ -20,7 +20,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
| 20 |
const dialPlateRadius = dial.offsetWidth / 2;
|
| 21 |
const holeRadius = dialPlateRadius * 0.72;
|
| 22 |
const numberPlacementRadius = holeRadius * 0.65; // Inner radius
|
| 23 |
-
const DIAL_RETURN_DURATION_MS =
|
| 24 |
const CLICK_START_DELAY_MS = 50;
|
| 25 |
|
| 26 |
// --- State ---
|
|
|
|
| 20 |
const dialPlateRadius = dial.offsetWidth / 2;
|
| 21 |
const holeRadius = dialPlateRadius * 0.72;
|
| 22 |
const numberPlacementRadius = holeRadius * 0.65; // Inner radius
|
| 23 |
+
const DIAL_RETURN_DURATION_MS = 550;
|
| 24 |
const CLICK_START_DELAY_MS = 50;
|
| 25 |
|
| 26 |
// --- State ---
|