|
16 | 16 | <div id="app"> |
17 | 17 | <div id="loading" style="display: table-cell; margin: auto; width:100vw; height:100vh; vertical-align: middle; background: #000000;"> |
18 | 18 | <div style="display: block; margin: auto; width: 40em; color: white;font-family: 'Segoe UI', sans-serif; "> |
19 | | - <div style="text-align: center; font-size: 1.8em;">Made with |
| 19 | + <div style="text-align: center; font-size: 1.8em;"> |
| 20 | + Made with |
20 | 21 | <br /><a href="https://github.com/vchelaru/FlatRedBall"><img src="frblogo.png" border="0" alt="FlatRedBall"></a> |
21 | 22 | <br />and |
22 | | - <br /><a href="https://github.com/kniEngine/kni"><img src="kni.png" border="0" alt="Kni"></a></div> |
23 | | - <br /> |
| 23 | + <br /><a href="https://github.com/kniEngine/kni"><img src="kni.png" border="0" alt="Kni"></a> |
| 24 | + </div> |
| 25 | + <br /> |
24 | 26 | <div style="text-align: center; font-size: 1.8em;">loading <marquee style="width:0.9em; vertical-align: bottom;">. . . </marquee></div> |
25 | 27 | </div> |
26 | 28 | </div> |
|
34 | 36 | <script src="_framework/blazor.webassembly.js" autostart="false"></script> |
35 | 37 | <script type="module"> |
36 | 38 | import { BrotliDecode } from './js/decode.min.js'; |
| 39 | + window.BrotliDecode = BrotliDecode; |
37 | 40 | // Set this to enable Brotli (.br) decompression on static webServers |
38 | 41 | // that don't support content compression and http://. |
39 | 42 | var enableBrotliDecompression = false; |
|
60 | 63 | }); |
61 | 64 | </script> |
62 | 65 |
|
63 | | - <script src="_content/nkast.Wasm.Dom/js/JSObject.8.0.2.js"></script> |
64 | | - <script src="_content/nkast.Wasm.Dom/js/Window.8.0.2.js"></script> |
65 | | - <script src="_content/nkast.Wasm.Dom/js/Document.8.0.2.js"></script> |
66 | | - <script src="_content/nkast.Wasm.Dom/js/Navigator.8.0.2.js"></script> |
67 | | - <script src="_content/nkast.Wasm.Dom/js/Gamepad.8.0.2.js"></script> |
68 | | - <script src="_content/nkast.Wasm.Dom/js/Media.8.0.2.js"></script> |
69 | | - <script src="_content/nkast.Wasm.XHR/js/XHR.8.0.2.js"></script> |
70 | | - <script src="_content/nkast.Wasm.Canvas/js/Canvas.8.0.2.js"></script> |
71 | | - <script src="_content/nkast.Wasm.Canvas/js/CanvasGLContext.8.0.2.js"></script> |
72 | | - <script src="_content/nkast.Wasm.Audio/js/Audio.8.0.2.js"></script> |
| 66 | + <script src="_content/nkast.Wasm.Dom/js/JSObject.8.0.5.js"></script> |
| 67 | + <script src="_content/nkast.Wasm.Dom/js/Window.8.0.5.js"></script> |
| 68 | + <script src="_content/nkast.Wasm.Dom/js/Document.8.0.5.js"></script> |
| 69 | + <script src="_content/nkast.Wasm.Dom/js/Navigator.8.0.5.js"></script> |
| 70 | + <script src="_content/nkast.Wasm.Dom/js/Gamepad.8.0.5.js"></script> |
| 71 | + <script src="_content/nkast.Wasm.Dom/js/Media.8.0.5.js"></script> |
| 72 | + <script src="_content/nkast.Wasm.XHR/js/XHR.8.0.5.js"></script> |
| 73 | + <script src="_content/nkast.Wasm.Canvas/js/Canvas.8.0.5.js"></script> |
| 74 | + <script src="_content/nkast.Wasm.Canvas/js/CanvasGLContext.8.0.5.js"></script> |
| 75 | + <script src="_content/nkast.Wasm.Audio/js/Audio.8.0.5.js"></script> |
| 76 | + <script src="_content/nkast.Wasm.XR/js/XR.8.0.5.js"></script> |
73 | 77 |
|
74 | 78 | <script> |
75 | 79 | function tickJS() { |
|
0 commit comments