Changes for page Nixie Spritesheet

Last modified by Victor Zhang on 00:34, 22/07/2020

From version < 19.1 >
edited by Victor Zhang
on 17:01, 21/05/2020
To version < 20.1 >
edited by Victor Zhang
on 17:03, 21/05/2020
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,6 +15,14 @@
15 15  {{html}}
16 16  <div id = "phaser-parent"></div>
17 17  <script>
18 -console.log(this);
18 +var ph_js = document.createElement("script");
19 +ph_js.type = "text/javascript";
20 +ph_js.src = "https://cdn.jsdelivr.net/npm/phaser@3.23.0/dist/phaser.js";
21 +
22 +ph_js.onload = function() {
23 + console.log( Phaser );
24 +};
25 +
26 +document.body.appendChild(ph_js);
19 19  </script>
20 20  {{/html}}