Add sound effects
This commit is contained in:
parent
76ff02d988
commit
a54cd442a9
5 changed files with 18 additions and 2 deletions
|
@ -10,6 +10,9 @@
|
|||
<script src="words.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<audio id="incorrectSfx" src="incorrect.mp3" type="audio/mpeg"></audio>
|
||||
<audio id="correctSfx" src="correct.mp3" type="audio/mpeg"></audio>
|
||||
<audio id="successSfx" src="success.mp3" type="audio/mpeg"></audio>
|
||||
<details open>
|
||||
<summary>Keymap</summary>
|
||||
<img src="keymap.png" alt="Keymap">
|
||||
|
|
Reference in a new issue