added onRezise event

This commit is contained in:
2025-01-05 14:51:07 +01:00
parent fe90281de2
commit f115af4715
2 changed files with 27 additions and 2 deletions
+3
View File
@@ -61,12 +61,15 @@
<div class="bgDiv" id="loadingScreen">
<img class="loadingImg" draggable="false" src="./assets/byteDiceBlinkAnim_32x32.png">
<button class="pxFont" onclick="stopShowingLoading()" id="loadingCornerText">
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>
<!-- libs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>