dzduole 1 tháng trước cách đây
mục cha
commit
6b80e07542
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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() {