dzduole 1 개월 전
부모
커밋
6b80e07542
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      client/laya/src/GameInit.ts

+ 2 - 0
client/laya/src/GameInit.ts

@@ -58,6 +58,8 @@ export function getGameResList() {
         { url: "res/json/classicCfg.json", type: Laya.Loader.JSON },
         { url: "res/json/levelCfg.json", type: Laya.Loader.JSON },
         { url: "res/json/placeBallCfg.json", type: Laya.Loader.JSON },
+
+          { url: "res/font/arial.ttf", type: Laya.Loader.FONT },
     ]
 }
 function initCallback() {