diff options
author | sanine <sanine.not@pm.me> | 2024-07-06 20:16:48 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-07-06 20:16:48 -0500 |
commit | 03528a25215330d3b00cabdb1bbe7ce701e1bfeb (patch) | |
tree | caaed47028b8985137afdf5a9416f9e4c4de3db3 /index.html | |
parent | 0c6831d63cfb6b98107826524183d444eee2e4bd (diff) |
implement level loading animation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>robotic</title> + <title>Hyperspace Navigator</title> <script type="module" src="main.js"></script> <script src="mathjs/mathjs-expression-parser.js"></script> <link rel="preconnect" href="https://fonts.googleapis.com"> @@ -23,6 +23,7 @@ <audio id="sfx-buttonenter" src="sounds/sfx/gui-beep/33777__jobro__1-beep-c.wav"></audio> <audio id="sfx-buttonclick" src="sounds/sfx/gui-beep/33780__jobro__2-beep-c.wav"></audio> + <audio id="sfx-listappear" src="sounds/sfx/gui-beep/33775__jobro__1-beep-a.wav"></audio> <div id="root"></div> <div id="overlay"></div> |