打包测试修改
This commit is contained in:
@@ -2,6 +2,7 @@ import {
|
||||
_decorator,
|
||||
AssetManager,
|
||||
AudioClip,
|
||||
BufferAsset,
|
||||
Button,
|
||||
Component,
|
||||
ImageAsset,
|
||||
@@ -55,7 +56,7 @@ export class PreloadUI extends Component {
|
||||
|
||||
this.jinduFilled.fillRange = 0;
|
||||
//this.btnLogin.node.active = false;
|
||||
|
||||
|
||||
this.preloadFiles();
|
||||
|
||||
LanguageUtils.setLanguage(LanguageType.CN);
|
||||
@@ -114,7 +115,7 @@ export class PreloadUI extends Component {
|
||||
// {path:"mohu", bundleName: "Materials", ftype: Material},
|
||||
// {path:"UI/Cross/Cross_UI", bundleName: "PB", ftype: Prefab},
|
||||
// {path:"UI/StartUI/Start_UI", bundleName: "PB", ftype: Prefab},
|
||||
// {path:"commonGlobal", bundleName: "DataTable", ftype: JsonAsset},
|
||||
{ path: "tblanguage", bundleName: "DataTable", ftype: BufferAsset },
|
||||
];
|
||||
let num_prefab = 0; //已加载数量
|
||||
let num_succeed = 0; //加载成功数量
|
||||
|
||||
Reference in New Issue
Block a user