瀏覽代碼

🐛 Fix github pages attempt 3

Pedro Schneider 3 年之前
父節點
當前提交
2029842318
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main.js

+ 2 - 2
src/main.js

@@ -21,14 +21,14 @@
 
 GameHandler._preload = function()
 {
-    AssetHandler.loadFont("Lato", "../assets/fonts/Lato-Regular.ttf");
+    // AssetHandler.loadFont("Lato", "../assets/fonts/Lato-Regular.ttf");
 }
 
 GameHandler._setup = function()
 {
     // GameHandler.drawDebugFPS(true);
     // GameHandler.drawDebugBufferBounds(true);
-    textFont(AssetHandler.getP5FontByName("Lato"));
+    // textFont(AssetHandler.getP5FontByName("Lato"));
 
     // rg = new RebusGame("Rebus game");
     // rg.levelData = REBUS_LEVELS.tutorial;