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