Spaces:
Running
Running
Update script.js
Browse files
script.js
CHANGED
@@ -10,7 +10,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
10 |
if (!dialClickSound) console.error("Audio element #dial-click-sound not found!");
|
11 |
if (!dialReturnSound) console.warn("Audio element #dial-return-sound not found (optional).");
|
12 |
|
13 |
-
const numbers = ['
|
14 |
const numHoles = 10;
|
15 |
|
16 |
// --- Config ---
|
|
|
10 |
if (!dialClickSound) console.error("Audio element #dial-click-sound not found!");
|
11 |
if (!dialReturnSound) console.warn("Audio element #dial-return-sound not found (optional).");
|
12 |
|
13 |
+
const numbers = ['0', '9', '8', '7', '6', '5', '4', '3', '2', '1'];
|
14 |
const numHoles = 10;
|
15 |
|
16 |
// --- Config ---
|