Browse Source

remove phaser cdn usage

bernardo 3 years ago
parent
commit
c510c9ef8b
2 changed files with 183361 additions and 3 deletions
  1. 2 3
      index.html
  2. 183359 0
      js/phaser.js

+ 2 - 3
index.html

@@ -4,8 +4,7 @@
 <head>
     <meta charset="UTF-8" />
     <title>iHanoi</title>
-    <!-- Eliminar esta referencia externa! Melhor seria eliminar o Phaser!!! -->
-    <script src="https://cdn.jsdelivr.net/npm/phaser@3.16.2/dist/phaser.js"></script>
+    <script src="js/phaser.js"></script>
     <script src="js/jquery-3.3.1.min.js"></script>
     <style type="text/css">
         body {
@@ -23,4 +22,4 @@
 
 </body>
 
-</html>
+</html>

File diff suppressed because it is too large
+ 183359 - 0
js/phaser.js