Added loading animation

This commit is contained in:
2024-04-04 22:02:42 +02:00
parent e5eac063ed
commit 149dd04abd
4 changed files with 24 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
<div id="key_down"><img src="/objects/textures/arrow.png" width="100%" height="100%" style="transform: rotate(180deg);"/></div>
<div id="key_right"><img src="/objects/textures/arrow.png" width="100%" height="100%" style="transform: rotate(90deg);"/></div>
</div>
<script type="module" src="/src/loading.js"></script>
<script type="module" src="/src/menu.js"></script>
<script type="module" src="/src/main.js"></script>