From 350917fb127b7057b8c297effe1707faeb2d0ad6 Mon Sep 17 00:00:00 2001 From: Lenheart <947330670@qq.com> Date: Sat, 9 Mar 2024 19:39:20 +0800 Subject: [PATCH] =?UTF-8?q?Ani=20=E7=AC=AC3=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/GlobalScript/ImagePack/ImagePack.ts | 35 +- assets/resources/loding/LodingLogic.ts | 19 +- assets/scene/main.scene | 911 ++++++++++++++++++++- 3 files changed, 934 insertions(+), 31 deletions(-) diff --git a/assets/GlobalScript/ImagePack/ImagePack.ts b/assets/GlobalScript/ImagePack/ImagePack.ts index 9973127..155197a 100644 --- a/assets/GlobalScript/ImagePack/ImagePack.ts +++ b/assets/GlobalScript/ImagePack/ImagePack.ts @@ -68,7 +68,7 @@ export class ImagePack extends Component { }); } - + NpkHasImg: Map> = new Map>(); LoadNpk(): void { this.BundleObject.loadDir("", BufferAsset, (err, contents: Array) => { //记录NPK文件数量 @@ -76,6 +76,7 @@ export class ImagePack extends Component { console.log(this.NpkCount); contents.forEach(content => { + let ImgArr: Array = []; const Buf = new Uint8Array(content.buffer()); const Ro = new ReadStream(Buf); //文件头 @@ -92,6 +93,7 @@ export class ImagePack extends Component { } } for (let i = 0; i < ImageCount; i++) { + ImgArr.push(ImgList[i].Path); let Buf: Img = { ImgOffset: ImgList[i].Offset, ImgSize: ImgList[i].Length, @@ -103,18 +105,20 @@ export class ImagePack extends Component { } this.Map_Img.set(ImgList[i].Path, Buf); } + + this.NpkHasImg.set(content.name, ImgArr); } //完成一个加载 this.LoadNpkCount = this.LoadNpkCount + 1; - //加载完成 - if (this.LoadNpkCount == this.NpkCount) { - this.initSuccess(); - } //把本地路径和NPK名称挂钩一下 this.Npk_URL_Table.set(content.nativeUrl, content.name); //载入完成以后需要释放 assetManager.releaseAsset(content); + //加载完成 + if (this.LoadNpkCount == this.NpkCount) { + this.initSuccess(); + } }); }); } @@ -295,6 +299,27 @@ export class ImagePack extends Component { return false; } + LoadNpkImgCount = 0; + //读取Npk数据 + ReadNpkFile(npkname: string, func: Function): number { + let ImgArr = this.NpkHasImg.get(npkname); + + ImgArr.forEach(imgname => { + let ImgObj: Img = this.Map_Img.get(imgname); + if (ImgObj) { + //没有图片数据 需要加载 + if (ImgObj.Png_List == null) { + //加载Img进内存 + this.LoadImgToMem(ImgObj, func); + } + else { + func(ImgObj); + } + } + }); + return ImgArr.length; + } + ReleaseNpkTable(p: Img): void { // implementation } diff --git a/assets/resources/loding/LodingLogic.ts b/assets/resources/loding/LodingLogic.ts index 24cf2cf..3dbac88 100644 --- a/assets/resources/loding/LodingLogic.ts +++ b/assets/resources/loding/LodingLogic.ts @@ -22,7 +22,10 @@ export class LodingLogic extends Component { //Pvf管理器初始化状态 PvfManage: boolean = false; - + NpkImgCount = 0 + NpkImgLoadCount = 0 + NpkInitFlag = false; + start() { //初始化音频Map GlobalAudio.getInstance().Init(() => { @@ -31,12 +34,18 @@ export class LodingLogic extends Component { //初始化Npk ImagePack.getInstance().init(() => { this.NpkManage = true; + + this.NpkImgCount = ImagePack.getInstance().ReadNpkFile("!幻想模拟战", (img) => { + this.NpkImgLoadCount++; + if (this.NpkImgLoadCount >= this.NpkImgCount) this.NpkInitFlag = true; + }); }); //初始化Pvf GameScript.getInstance().Init(() => { this.PvfManage = true; }); + } CheckInitState() { @@ -49,12 +58,12 @@ export class LodingLogic extends Component { update(deltaTime: number) { - if (this.CheckInitState() && !this.InitFlag && this.LogoFlag) { + if (this.CheckInitState() && !this.InitFlag && this.LogoFlag && this.NpkInitFlag) { this.scheduleOnce(function () { // director.loadScene("LoginGame"); - - director.preloadScene("main",()=>{ + + director.preloadScene("main", () => { director.loadScene("main"); }); }, 0); @@ -63,7 +72,7 @@ export class LodingLogic extends Component { } else { //每帧调用 GameScript.getInstance().Update(); - + } } } diff --git a/assets/scene/main.scene b/assets/scene/main.scene index 41661d6..c0f12d1 100644 --- a/assets/scene/main.scene +++ b/assets/scene/main.scene @@ -23,7 +23,7 @@ "_active": true, "_components": [], "_prefab": { - "__id__": 18 + "__id__": 43 }, "_lpos": { "__type__": "cc.Vec3", @@ -54,7 +54,7 @@ }, "autoReleaseAssets": false, "_globals": { - "__id__": 19 + "__id__": 44 }, "_id": "f713b5ea-a70f-486c-8260-0338f089a5b8" }, @@ -77,13 +77,13 @@ "_active": true, "_components": [ { - "__id__": 15 + "__id__": 40 }, { - "__id__": 16 + "__id__": 41 }, { - "__id__": 17 + "__id__": 42 } ], "_prefab": null, @@ -175,7 +175,7 @@ "_priority": 0, "_fov": 45, "_fovAxis": 0, - "_orthoHeight": 434.12254901960785, + "_orthoHeight": 300, "_near": 0, "_far": 1000, "_color": { @@ -223,7 +223,7 @@ "__id__": 10 }, { - "__id__": 13 + "__id__": 38 } ], "_active": true, @@ -392,14 +392,18 @@ "_parent": { "__id__": 5 }, - "_children": [], + "_children": [ + { + "__id__": 11 + } + ], "_active": true, "_components": [ { - "__id__": 11 + "__id__": 36 }, { - "__id__": 12 + "__id__": 37 } ], "_prefab": null, @@ -432,6 +436,871 @@ }, "_id": "b70q1cqLNPiaJjOCmvNnRI" }, + { + "__type__": "cc.Node", + "_name": "StartGameRoot", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 10 + }, + "_children": [ + { + "__id__": 12 + }, + { + "__id__": 18 + }, + { + "__id__": 22 + }, + { + "__id__": 26 + }, + { + "__id__": 29 + } + ], + "_active": true, + "_components": [ + { + "__id__": 34 + }, + { + "__id__": 35 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 533, + "y": 300, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "c2QmlEl/pDLbtoDQV2JLDG" + }, + { + "__type__": "cc.Node", + "_name": "Title", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [ + { + "__id__": 13 + } + ], + "_active": true, + "_components": [ + { + "__id__": 17 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 20, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "a2kq4LlG1GMasXCrkGPsuR" + }, + { + "__type__": "cc.Node", + "_name": "Title", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 12 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 14 + }, + { + "__id__": 15 + }, + { + "__id__": 16 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "70SDxdQ+lB1Zx7sjH94AVu" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 13 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_id": "193WcrNpdLR5UOaz1qnCHP" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 13 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 2, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": false, + "_useGrayscale": false, + "_atlas": null, + "_id": "21g7onIK1GrrjztCYYO3vG" + }, + { + "__type__": "da8cbJJkjxC+qVdpm9/+8LT", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 13 + }, + "_enabled": true, + "__prefab": null, + "AnimationPath": "ani/title_loop.ani", + "_id": "5bxKmg0IdIgKcz32kR+5M4" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 12 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "2cTxr1AmtL0bsPPFi1SD/h" + }, + { + "__type__": "cc.Node", + "_name": "ButtonBackground", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 19 + }, + { + "__id__": 20 + }, + { + "__id__": 21 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -533.5, + "y": 300, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "8d8oO+A+RO5InTwOw5zWxK" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_id": "17ZM7BejZJz7p4JYoJhkR/" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 2, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": false, + "_useGrayscale": false, + "_atlas": null, + "_id": "4eckDM25FAPZ2tVwW4DMDZ" + }, + { + "__type__": "a80463xbJJM5qU8FUhHK84e", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "ImgPath": "interface2/event/chn_event_2020/200922_dnf_marble/00_main.img", + "ImgIndex": 24, + "_id": "28npxmOxdCG7TfcwPKfXCR" + }, + { + "__type__": "cc.Node", + "_name": "StartGameButton", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 23 + }, + { + "__id__": 24 + }, + { + "__id__": 25 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -92, + "y": -150, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "74HU7olxlJ0LL80RwCcgcU" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 40, + "height": 36 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "2eTxKriMtLoLf4eb7pEQd6" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "dfKM4nzchEkrsSwPVXu/3S" + }, + { + "__type__": "227e93p2mxEV5zjvG1ofJkL", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 22 + }, + "_enabled": true, + "__prefab": null, + "ImgPath": "interface2/event/chn_event_2020/200922_dnf_marble/00_main.img", + "NormalImgIndex": 1, + "HoverImgIndex": 2, + "PressImgIndex": 3, + "DisableImgIndex": 4, + "_id": "18CLt2yeBPFoQzKQEuZIYV" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 27 + }, + { + "__id__": 28 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -120, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "312ZKk6wRHMbRzBM5f6o1N" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 14.2578125, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "bdjRbRNKxORIy4MHylFFL9" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 26 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 117, + "g": 177, + "b": 198, + "a": 255 + }, + "_string": "∞", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { + "__type__": "cc.Vec2", + "x": 2, + "y": 2 + }, + "_shadowBlur": 2, + "_id": "4cEeiFFqBDcpZS49A6Gl44" + }, + { + "__type__": "cc.Node", + "_name": "PresentButton", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 30 + }, + { + "__id__": 31 + }, + { + "__id__": 32 + }, + { + "__id__": 33 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 490, + "y": 290, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "59YG16mL5Fu4jr9zqB8DN4" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 29 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0, + "y": 1 + }, + "_id": "94qMbeIDVBmIgZT4mx1jN2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 29 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": null, + "_type": 0, + "_fillType": 0, + "_sizeMode": 2, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": false, + "_useGrayscale": false, + "_atlas": null, + "_id": "9ckNK6wFxFO5bOnBP/xrT4" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 29 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [], + "_interactable": true, + "_transition": 0, + "_normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": null, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": null, + "_id": "a2USf8GX9IS6CF7yx2jWHa" + }, + { + "__type__": "227e93p2mxEV5zjvG1ofJkL", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 29 + }, + "_enabled": true, + "__prefab": null, + "ImgPath": "interface2/event/chn_event_2020/200922_dnf_marble/00_main.img", + "NormalImgIndex": 9, + "HoverImgIndex": 10, + "PressImgIndex": 11, + "DisableImgIndex": 12, + "_id": "a4Y8jyNjtAV6dAP6y3a3Ib" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "4etKOHP0tKvrrPTjY6eVCG" + }, + { + "__type__": "372279qAKRIQKB+Altr4vJ8", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": null, + "PressenButton": { + "__id__": 29 + }, + "pressenPrefab": { + "__uuid__": "345ab5d0-8a20-42ec-a630-62a235d82b34", + "__expectedType__": "cc.Prefab" + }, + "StartButton": { + "__id__": 22 + }, + "UIPrefab": { + "__uuid__": "b5b15b0a-c30d-4b95-aee9-b2798a9ad12d", + "__expectedType__": "cc.Prefab" + }, + "_id": "1ebLu/eNhLNLKmb3EY6Yxs" + }, { "__type__": "cc.UITransform", "_name": "", @@ -462,7 +1331,7 @@ "node": { "__id__": 10 }, - "_enabled": true, + "_enabled": false, "__prefab": null, "startGameRootPrefab": { "__uuid__": "500c80cc-b47e-4a2d-98c7-4f6ce6113811", @@ -482,7 +1351,7 @@ "_active": true, "_components": [ { - "__id__": 14 + "__id__": 39 } ], "_prefab": null, @@ -521,7 +1390,7 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 13 + "__id__": 38 }, "_enabled": true, "__prefab": null, @@ -616,28 +1485,28 @@ { "__type__": "cc.SceneGlobals", "ambient": { - "__id__": 20 + "__id__": 45 }, "shadows": { - "__id__": 21 + "__id__": 46 }, "_skybox": { - "__id__": 22 + "__id__": 47 }, "fog": { - "__id__": 23 + "__id__": 48 }, "octree": { - "__id__": 24 + "__id__": 49 }, "skin": { - "__id__": 25 + "__id__": 50 }, "lightProbeInfo": { - "__id__": 26 + "__id__": 51 }, "postSettings": { - "__id__": 27 + "__id__": 52 }, "bakedWithStationaryMainLight": false, "bakedWithHighpLightmap": false