瀏覽代碼

phaser is accessed through file again and not URL, as they seem to have stopped giving support to it

lairaalmas 6 年之前
父節點
當前提交
0827c919ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -8,7 +8,7 @@
         <title> iFractions </title>
         <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
         
-        <script src="//cdn.jsdelivr.net/phaser/2.5.0/phaser.min.js"></script>
+        <script src="js/phaser.min.js"></script>
         
         <script type="text/javascript" src="js/boot.js"></script>
         <script type="text/javascript" src="js/menu.js"></script>