fixed/improved loading screen

This commit is contained in:
8BitBiscotti
2024-12-12 10:43:46 +01:00
parent 7eede71229
commit 17187ad792
7 changed files with 61 additions and 34 deletions
+8
View File
@@ -50,6 +50,14 @@
</li>
</ul>
<div class="bgDiv" id="loadingScreen">
<img class="loadingImg" draggable="false" src="/assets/byteDiceBlinkAnim_32x32.png">
<button class="loadingCornerText pxFont" onclick="stopShowingLoading()">
Press ESC to instantly close the loading screen<br>Or click me to never see it again.
</button>
<p id="loadingText">Loading...<br>Loading files...<br><br>Tip: Tip loading...</p>
</div>
<script src="/globalScript.js"></script>
<script src="/pxDensity.js"></script>
<script src="/synthwaveEffect.js"></script>