forked from spacebar/SplatNet
migrate previously font rendered text to use ninty images
This commit is contained in:
parent
3ca8dcecff
commit
7e5e388e6c
3 changed files with 33 additions and 20 deletions
|
|
@ -14,7 +14,9 @@
|
|||
|
||||
<div id="loading-overlay" class="loading-overlay">
|
||||
<canvas id="loading-canvas" width="100" height="100"></canvas>
|
||||
<div id="loading-text">Loading</div>
|
||||
<div id="loading-text">
|
||||
<img src="/assets/en/svg/text/wait/tx_loading-dccf3fb801ca859f2d17992f5cd7da62995c1fe81a306dd103398ef7c0e25b70.svg" alt="Loading">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main-wrapper">
|
||||
|
|
|
|||
Loading…
Reference in a new issue