Przeglądaj źródła

🚚 Move Pandora build file to libraries folder

Pedro Schneider 3 lat temu
rodzic
commit
2a626f8d0f
4 zmienionych plików z 2 dodań i 3 usunięć
  1. 1 1
      index.html
  2. 1 0
      libraries/pandora.min.js
  3. 0 1
      pandora.min.js
  4. 0 1
      src/sketch.js

+ 1 - 1
index.html

@@ -14,7 +14,7 @@
     <script type="text/javascript" src="libraries/p5.dom.min.js"></script>
     
     <!-- Pandora Engine -->
-    <script type="text/javascript" src="pandora.min.js"></script>
+    <script type="text/javascript" src="libraries/pandora.min.js"></script>
   </head>
   
   <body>

Plik diff jest za duży
+ 1 - 0
libraries/pandora.min.js


Plik diff jest za duży
+ 0 - 1
pandora.min.js


+ 0 - 1
src/sketch.js

@@ -12,5 +12,4 @@ GameHandler._setup = function()
 {
     GameHandler.drawDebugFPS(true);
     GameHandler.drawDebugBufferBounds(true);
-    textFont(AssetHandler.getP5FontByName("Lato"));
 }