Changes for page Nixie Spritesheet
Last modified by Victor Zhang on 00:34, 22/07/2020
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,9 +20,9 @@ 20 20 ph_js.src = "https://cdn.jsdelivr.net/npm/phaser@3.23.0/dist/phaser.js"; 21 21 22 22 ph_js.onload = function() { 23 - console.log( "here");23 + console.log( Phaser ); 24 24 }; 25 25 26 -t his.appendChild(ph_js);26 +document.body.appendChild(ph_js); 27 27 </script> 28 28 {{/html}}