Add click sound effect and option to disable on settings.
This commit is contained in:
parent
77be44f66c
commit
fb73bfa300
7 changed files with 40 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
<script type="module" src="{{ '/static/scripts/music.js' | url }}" defer></script>
|
||||
<script type="module" src="{{ '/static/scripts/88x31.js' | url }}" defer></script>
|
||||
<script type="module" src="{{ '/static/scripts/tips.js' | url }}" defer></script>
|
||||
<script type="module" src="{{ '/static/scripts/click.js' | url }}" defer></script>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/static/apple-touch-icon.png' | url }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/static/favicon-32x32.png' | url }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue