打包测试修改
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -2,6 +2,7 @@ import {
|
|||||||
_decorator,
|
_decorator,
|
||||||
AssetManager,
|
AssetManager,
|
||||||
AudioClip,
|
AudioClip,
|
||||||
|
BufferAsset,
|
||||||
Button,
|
Button,
|
||||||
Component,
|
Component,
|
||||||
ImageAsset,
|
ImageAsset,
|
||||||
@@ -55,7 +56,7 @@ export class PreloadUI extends Component {
|
|||||||
|
|
||||||
this.jinduFilled.fillRange = 0;
|
this.jinduFilled.fillRange = 0;
|
||||||
//this.btnLogin.node.active = false;
|
//this.btnLogin.node.active = false;
|
||||||
|
|
||||||
this.preloadFiles();
|
this.preloadFiles();
|
||||||
|
|
||||||
LanguageUtils.setLanguage(LanguageType.CN);
|
LanguageUtils.setLanguage(LanguageType.CN);
|
||||||
@@ -114,7 +115,7 @@ export class PreloadUI extends Component {
|
|||||||
// {path:"mohu", bundleName: "Materials", ftype: Material},
|
// {path:"mohu", bundleName: "Materials", ftype: Material},
|
||||||
// {path:"UI/Cross/Cross_UI", bundleName: "PB", ftype: Prefab},
|
// {path:"UI/Cross/Cross_UI", bundleName: "PB", ftype: Prefab},
|
||||||
// {path:"UI/StartUI/Start_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_prefab = 0; //已加载数量
|
||||||
let num_succeed = 0; //加载成功数量
|
let num_succeed = 0; //加载成功数量
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 961 B After Width: | Height: | Size: 3.8 KiB |
@@ -46,10 +46,10 @@
|
|||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 67,
|
"width": 69,
|
||||||
"height": 58,
|
"height": 60,
|
||||||
"rawWidth": 67,
|
"rawWidth": 69,
|
||||||
"rawHeight": 58,
|
"rawHeight": 60,
|
||||||
"borderTop": 28,
|
"borderTop": 28,
|
||||||
"borderBottom": 28,
|
"borderBottom": 28,
|
||||||
"borderLeft": 30,
|
"borderLeft": 30,
|
||||||
@@ -61,17 +61,17 @@
|
|||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-33.5,
|
-34.5,
|
||||||
-29,
|
-30,
|
||||||
0,
|
0,
|
||||||
33.5,
|
34.5,
|
||||||
-29,
|
-30,
|
||||||
0,
|
0,
|
||||||
-33.5,
|
-34.5,
|
||||||
29,
|
30,
|
||||||
0,
|
0,
|
||||||
33.5,
|
34.5,
|
||||||
29,
|
30,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -84,12 +84,12 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
58,
|
60,
|
||||||
67,
|
69,
|
||||||
58,
|
60,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
67,
|
69,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
@@ -103,13 +103,13 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-33.5,
|
-34.5,
|
||||||
-29,
|
-30,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
33.5,
|
34.5,
|
||||||
29,
|
30,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
},
|
},
|
||||||
"fallbackOptions": {
|
"fallbackOptions": {
|
||||||
"compressionType": "merge_dep"
|
"compressionType": "merge_dep"
|
||||||
}
|
},
|
||||||
|
"overwriteSettings": {}
|
||||||
},
|
},
|
||||||
"miniGame": {
|
"miniGame": {
|
||||||
"fallbackOptions": {
|
"fallbackOptions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user