From 98f299ce0d77319f7e64a8aac0bf3a3a77bfd84d Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Mon, 20 Jun 2022 19:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=B3=BB=E7=BB=9F=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/comp/wallet/prefab/iconBtn.prefab | 420 +++++ assets/comp/wallet/prefab/iconBtn.prefab.meta | 7 + .../comp/wallet/res/icon/change-account.png | Bin 0 -> 4993 bytes .../wallet/res/icon/change-account.png.meta | 31 + .../comp/wallet/res/icon/cloud-download.png | Bin 0 -> 2884 bytes .../wallet/res/icon/cloud-download.png.meta | 31 + assets/comp/wallet/res/icon/cloud-upload.png | Bin 0 -> 2893 bytes .../wallet/res/icon/cloud-upload.png.meta | 31 + .../comp/wallet/res/icon/export-account.png | Bin 0 -> 1338 bytes .../wallet/res/icon/export-account.png.meta | 31 + assets/comp/wallet/res/icon/history.png | Bin 0 -> 2968 bytes assets/comp/wallet/res/icon/history.png.meta | 31 + .../comp/wallet/res/icon/import-account.png | Bin 0 -> 1320 bytes .../wallet/res/icon/import-account.png.meta | 31 + assets/comp/wallet/res/icon/menu.png | Bin 0 -> 1549 bytes assets/comp/wallet/res/icon/menu.png.meta | 31 + assets/comp/wallet/res/icon/new-account.png | Bin 0 -> 4229 bytes .../comp/wallet/res/icon/new-account.png.meta | 31 + assets/comp/wallet/res/ui/bg-blue.png | Bin 1885 -> 1190 bytes assets/comp/wallet/res/ui/bg-blue.png.meta | 16 +- assets/comp/wallet/scripts/ui/IconBtn.ts | 26 + assets/comp/wallet/scripts/ui/IconBtn.ts.meta | 9 + assets/comp/wallet/scripts/ui/MenuPanel.ts | 85 + .../comp/wallet/scripts/ui/MenuPanel.ts.meta | 9 + assets/comp/wallet/scripts/ui/WalletInfo.ts | 2 +- .../comp/wallet/scripts/ui/WalletMainPanel.ts | 7 + assets/scenes/main.fire | 1456 +++++++++++++++-- 27 files changed, 2101 insertions(+), 184 deletions(-) create mode 100644 assets/comp/wallet/prefab/iconBtn.prefab create mode 100644 assets/comp/wallet/prefab/iconBtn.prefab.meta create mode 100644 assets/comp/wallet/res/icon/change-account.png create mode 100644 assets/comp/wallet/res/icon/change-account.png.meta create mode 100644 assets/comp/wallet/res/icon/cloud-download.png create mode 100644 assets/comp/wallet/res/icon/cloud-download.png.meta create mode 100644 assets/comp/wallet/res/icon/cloud-upload.png create mode 100644 assets/comp/wallet/res/icon/cloud-upload.png.meta create mode 100644 assets/comp/wallet/res/icon/export-account.png create mode 100644 assets/comp/wallet/res/icon/export-account.png.meta create mode 100644 assets/comp/wallet/res/icon/history.png create mode 100644 assets/comp/wallet/res/icon/history.png.meta create mode 100644 assets/comp/wallet/res/icon/import-account.png create mode 100644 assets/comp/wallet/res/icon/import-account.png.meta create mode 100644 assets/comp/wallet/res/icon/menu.png create mode 100644 assets/comp/wallet/res/icon/menu.png.meta create mode 100644 assets/comp/wallet/res/icon/new-account.png create mode 100644 assets/comp/wallet/res/icon/new-account.png.meta create mode 100644 assets/comp/wallet/scripts/ui/IconBtn.ts create mode 100644 assets/comp/wallet/scripts/ui/IconBtn.ts.meta create mode 100644 assets/comp/wallet/scripts/ui/MenuPanel.ts create mode 100644 assets/comp/wallet/scripts/ui/MenuPanel.ts.meta diff --git a/assets/comp/wallet/prefab/iconBtn.prefab b/assets/comp/wallet/prefab/iconBtn.prefab new file mode 100644 index 0000000..49aa759 --- /dev/null +++ b/assets/comp/wallet/prefab/iconBtn.prefab @@ -0,0 +1,420 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "", + "_objFlags": 0, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "asyncLoadAssets": false + }, + { + "__type__": "cc.Node", + "_name": "iconBtn", + "_objFlags": 0, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 5 + } + ], + "_active": true, + "_level": 1, + "_components": [ + { + "__id__": 8 + }, + { + "__id__": 9 + }, + { + "__id__": 10 + } + ], + "_prefab": { + "__id__": 12 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 120, + "height": 150 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": -133, + "y": 60, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Node", + "_name": "icon", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_level": 5, + "_components": [ + { + "__id__": 3 + } + ], + "_prefab": { + "__id__": 4 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 60, + "height": 60 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 27, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 2 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "94d7ae57-38a7-4f0b-80ea-163c8808f1c7" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "edefc8c1-62a6-49f9-8610-13865e5b0e32" + }, + "fileId": "660eT0cY5P4r0d/7ztvIiy", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "titleLabel", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_level": 5, + "_components": [ + { + "__id__": 6 + } + ], + "_prefab": { + "__id__": 7 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 100.88, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": -38, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 5 + }, + "_enabled": true, + "_useOriginalSize": false, + "_string": "Import Account", + "_N$string": "Import Account", + "_fontSize": 15, + "_lineHeight": 40, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "edefc8c1-62a6-49f9-8610-13865e5b0e32" + }, + "fileId": "86ehui2nhEXr73aDPfEK2X", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": false, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "13d3eb87-b218-4fb7-b7c2-31e8a58b67bc" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "" + }, + { + "__type__": "32f5cLy2UpGYby3r5V1Y5Qz", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "btnSprite": { + "__id__": 3 + }, + "titleLabel": { + "__id__": 6 + }, + "_id": "" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "duration": 0.1, + "zoomScale": 1.2, + "clickEvents": [ + { + "__id__": 11 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 3, + "transition": 3, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_N$normalSprite": null, + "_N$pressedSprite": null, + "pressedSprite": null, + "_N$hoverSprite": null, + "hoverSprite": null, + "_N$disabledSprite": null, + "_N$target": null, + "_id": "" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 1 + }, + "component": "", + "_componentId": "32f5cLy2UpGYby3r5V1Y5Qz", + "handler": "onBtnClicked", + "customEventData": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__uuid__": "edefc8c1-62a6-49f9-8610-13865e5b0e32" + }, + "fileId": "f4h7lbA1ZFI7ll+ROJ2r+E", + "sync": false + } +] \ No newline at end of file diff --git a/assets/comp/wallet/prefab/iconBtn.prefab.meta b/assets/comp/wallet/prefab/iconBtn.prefab.meta new file mode 100644 index 0000000..5aec31f --- /dev/null +++ b/assets/comp/wallet/prefab/iconBtn.prefab.meta @@ -0,0 +1,7 @@ +{ + "ver": "1.0.1", + "uuid": "edefc8c1-62a6-49f9-8610-13865e5b0e32", + "optimizationPolicy": "AUTO", + "asyncLoadAssets": false, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/comp/wallet/res/icon/change-account.png b/assets/comp/wallet/res/icon/change-account.png new file mode 100644 index 0000000000000000000000000000000000000000..7f6aac97476150cc7d5a594da460a3adb8f685ed GIT binary patch literal 4993 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 G)BXeCPB5JS literal 0 HcmV?d00001 diff --git a/assets/comp/wallet/res/icon/cloud-download.png.meta b/assets/comp/wallet/res/icon/cloud-download.png.meta new file mode 100644 index 0000000..3c690c0 --- /dev/null +++ b/assets/comp/wallet/res/icon/cloud-download.png.meta @@ -0,0 +1,31 @@ +{ + "ver": "2.2.0", + "uuid": "df5ebe68-91ad-4ca7-817b-6ac939b07114", + "type": "sprite", + "wrapMode": "clamp", + "filterMode": "bilinear", + "premultiplyAlpha": false, + "subMetas": { + "cloud-download": { + "ver": "1.0.4", + "uuid": "8917c4b9-d880-44a8-950b-1bea01707e86", + "rawTextureUuid": "df5ebe68-91ad-4ca7-817b-6ac939b07114", + "trimType": "custom", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 128, + "height": 128, + "rawWidth": 128, + "rawHeight": 128, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "subMetas": {} + } + } +} \ No newline at end of file diff --git a/assets/comp/wallet/res/icon/cloud-upload.png b/assets/comp/wallet/res/icon/cloud-upload.png new file mode 100644 index 0000000000000000000000000000000000000000..c460b50cda368b6808a11e6342dcdcf8eebc0773 GIT binary patch literal 2893 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 RUJ?#EF=(N|R{|3c{|&zfKS%%o literal 0 HcmV?d00001 diff --git a/assets/comp/wallet/res/icon/export-account.png.meta b/assets/comp/wallet/res/icon/export-account.png.meta new file mode 100644 index 0000000..ac43f01 --- /dev/null +++ b/assets/comp/wallet/res/icon/export-account.png.meta @@ -0,0 +1,31 @@ +{ + "ver": "2.2.0", + "uuid": "999a2bf0-452d-459d-b628-bdd629dfbcbc", + "type": "sprite", + "wrapMode": "clamp", + "filterMode": "bilinear", + "premultiplyAlpha": false, + "subMetas": { + "export-account": { + "ver": "1.0.4", + "uuid": "eb181377-d56b-4ee2-b3cc-9ec7367080eb", + "rawTextureUuid": "999a2bf0-452d-459d-b628-bdd629dfbcbc", + "trimType": "custom", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 128, + "height": 128, + "rawWidth": 128, + "rawHeight": 128, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "subMetas": {} + } + } +} \ No newline at end of file diff --git a/assets/comp/wallet/res/icon/history.png b/assets/comp/wallet/res/icon/history.png new file mode 100644 index 0000000000000000000000000000000000000000..705333ac31c55d4f9d9b24214baf59b314ac985b GIT binary patch literal 2968 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 TB&jr3+;>28^rY6=2dDfAsr#m9 literal 0 HcmV?d00001 diff --git a/assets/comp/wallet/res/icon/menu.png.meta b/assets/comp/wallet/res/icon/menu.png.meta new file mode 100644 index 0000000..bda1def --- /dev/null +++ b/assets/comp/wallet/res/icon/menu.png.meta @@ -0,0 +1,31 @@ +{ + "ver": "2.2.0", + "uuid": "f13e3a2a-cb07-497c-8378-9bede375158f", + "type": "sprite", + "wrapMode": "clamp", + "filterMode": "bilinear", + "premultiplyAlpha": false, + "subMetas": { + "menu": { + "ver": "1.0.4", + "uuid": "79264fc6-64dd-4649-844f-f050dba8ecce", + "rawTextureUuid": "f13e3a2a-cb07-497c-8378-9bede375158f", + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": -0.5, + "trimX": 17, + "trimY": 18, + "width": 94, + "height": 93, + "rawWidth": 128, + "rawHeight": 128, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "subMetas": {} + } + } +} \ No newline at end of file diff --git a/assets/comp/wallet/res/icon/new-account.png b/assets/comp/wallet/res/icon/new-account.png new file mode 100644 index 0000000000000000000000000000000000000000..8732bcb0b45efd93daa5510eb7fc92bcffc7d3d4 GIT binary patch literal 4229 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 Ef867q>i_@% literal 0 HcmV?d00001 diff --git a/assets/comp/wallet/res/icon/new-account.png.meta b/assets/comp/wallet/res/icon/new-account.png.meta new file mode 100644 index 0000000..a599403 --- /dev/null +++ b/assets/comp/wallet/res/icon/new-account.png.meta @@ -0,0 +1,31 @@ +{ + "ver": "2.2.0", + "uuid": "cda1b892-d230-407d-896a-fb0e5754644d", + "type": "sprite", + "wrapMode": "clamp", + "filterMode": "bilinear", + "premultiplyAlpha": false, + "subMetas": { + "new-account": { + "ver": "1.0.4", + "uuid": "67fd1c96-89a2-4949-b807-226052342b6c", + "rawTextureUuid": "cda1b892-d230-407d-896a-fb0e5754644d", + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 128, + "height": 128, + "rawWidth": 128, + "rawHeight": 128, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "subMetas": {} + } + } +} \ No newline at end of file diff --git a/assets/comp/wallet/res/ui/bg-blue.png b/assets/comp/wallet/res/ui/bg-blue.png index 4512013b38ff898b208e00d3803f1ae96bcd3dfc..3901f6b6b665a419f1d6561c43c2e960f6e95881 100755 GIT binary patch literal 1190 zcmeAS@N?(olHy`uVBq!ia0vp^8bGYh!3HF2S8(kBQj#UE5hcO-X(i=}MX3yqDfvmM z3ZA)%>8U}fi7AzZCsS=07?@QvLn2Bde0{8v^K`Uz|d0Pz(U{9Sl7VN%D~LZ)La1ylz_GsrKDK}xwt{?0`hE?GD=Dctn~HE z%ggo3jrH=2()A53ErDhj=^Gj80#)c1SLT%@R_NvxE5l51Ni9w;$}A|!%+FH*nV6WA zUs__T1av9H3%LbwWAlok!2}F2{ffi_eM3D1ke6TzeSPsO&CP|YE-nd5MYtEM!Nnn! z1*!T$sm1xFMajU3OH&3}Rbb^@l$uzQUlfv`p92fUfQrlo!l&4Ei5ez4PBir91WZ-9L|Z5PBVP>IJ2S+ybD@E~!PCWvMA{Mftf3U|(Bh;&zKU zPV=C8Q*gV*0;gVmpkwqwaf=k!Fd<+90x{t!7s!F9{nR{Qf-eH5?9CZ3LKqkr#XVgd zLn>~)xv`PUF;M3C$Kv(Y8Yfc%PUQr~IXn@yY1-7`yJ!jz+f!DZ3P#oDPb^`xUB%SG zQV+hLU;Nt2u;|~b|Lflu&DkaY{9g8hmdBP~)4Eoysk0W|Vj{lRT-tcWuZNrS{a9r$ zs_l3oHCt#!CgXGYFm6?Q#^e>SK=kW{PR4g@=KT+jJ2U;sl8NEn7Q4#qD*~QH@43AFcN$~) x_3QW8#GT_*QuAzHlYMq}PW*#5H@zyr;b=C*$%l5t9cKiGKKfmPd${)P1 z-T3zQ>irh`pXux8RlnBnJE&><^4;P8*Jj_YyZ7zzQ|>*bPqXIV{Wi~mvEVS@-OBpg z#nY$nm07ub``x?WrkrFbU@G5MTk+F1T`g|NTV_ z53a=B_;zmFX6Kc0_rI;0$RP0P)VAO4x-a78vr>&1j@ax|4PbDY8+*5jk3mw2)nS?k z;{??phLlbbhR9LwXlRTkhS9t*S`-Yvl2BIZ>(q}70$Yaq+u_hNc(`S!otw58SMWSqZVC}FT@bgsAC z_vb)KY5D!Vk5}(^U&efZx2opN`TptCYaabM_c`4E;lGV(`ZM_$%%7ajz5h3JZSH>N YphTS~3-fO70alv~p00i_>zopr0NZjgssI20 diff --git a/assets/comp/wallet/res/ui/bg-blue.png.meta b/assets/comp/wallet/res/ui/bg-blue.png.meta index 4f779b6..b6fbbe8 100644 --- a/assets/comp/wallet/res/ui/bg-blue.png.meta +++ b/assets/comp/wallet/res/ui/bg-blue.png.meta @@ -17,14 +17,14 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 425, - "height": 404, - "rawWidth": 425, - "rawHeight": 404, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, + "width": 40, + "height": 39, + "rawWidth": 40, + "rawHeight": 39, + "borderTop": 11, + "borderBottom": 10, + "borderLeft": 11, + "borderRight": 10, "subMetas": {} } } diff --git a/assets/comp/wallet/scripts/ui/IconBtn.ts b/assets/comp/wallet/scripts/ui/IconBtn.ts new file mode 100644 index 0000000..bf38156 --- /dev/null +++ b/assets/comp/wallet/scripts/ui/IconBtn.ts @@ -0,0 +1,26 @@ +const {ccclass, property} = cc._decorator; + + +@ccclass +export default class IconBtn extends cc.Component { + @property(cc.Sprite) + btnSprite: cc.Sprite = null + @property(cc.Label) + titleLabel: cc.Label = null + callback: (title: string) => void + start () { + + } + init(title: string, icon: cc.SpriteFrame) { + this.btnSprite.spriteFrame = icon + this.titleLabel.string = title + } + + bindCallback(method: (title: string) => void) { + this.callback = method + } + + onBtnClicked() { + this.callback && this.callback(this.titleLabel.string) + } +} \ No newline at end of file diff --git a/assets/comp/wallet/scripts/ui/IconBtn.ts.meta b/assets/comp/wallet/scripts/ui/IconBtn.ts.meta new file mode 100644 index 0000000..6396110 --- /dev/null +++ b/assets/comp/wallet/scripts/ui/IconBtn.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.0.5", + "uuid": "32f5c2f2-d94a-4661-bcb7-af9575639433", + "isPlugin": false, + "loadPluginInWeb": true, + "loadPluginInNative": true, + "loadPluginInEditor": false, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/comp/wallet/scripts/ui/MenuPanel.ts b/assets/comp/wallet/scripts/ui/MenuPanel.ts new file mode 100644 index 0000000..1980a4b --- /dev/null +++ b/assets/comp/wallet/scripts/ui/MenuPanel.ts @@ -0,0 +1,85 @@ +import { ZError } from "../common/ZError"; + +const {ccclass, property} = cc._decorator; + + +@ccclass +export default class MenuPanel extends cc.Component { + + @property(cc.Prefab) + btnPreb: cc.Prefab = null; + + @property(cc.Node) + contentNode: cc.Node = null; + + @property({ + type: [cc.SpriteFrame] + }) + icons: cc.SpriteFrame[] = [] + + inited = false + btns = [ + {title: 'Add Account', callback: this.onAddAccount.bind(this)}, + {title: 'Import Account', callback: this.onImportAccount.bind(this)}, + {title: 'Export Account', callback: this.onExportAccount.bind(this)}, + {title: 'Backup Wallet', callback: this.onBackupWallet.bind(this)}, + {title: 'Restore Wallet', callback: this.onRestoreWallet.bind(this)}, + {title: 'Activity', callback: this.onActivity.bind(this)}, + ] + + // LIFE-CYCLE CALLBACKS: + + // onLoad () {} + + start () { + this.layoutBtns() + } + + // update (dt) {} + onCloseClick() { + this.node.active = false + } + + layoutBtns() { + if (this.inited) { + return + } + this.contentNode.removeAllChildren() + let count = Math.min(this.btns.length, this.icons.length) + for (let i = 0; i < count; i++) { + this.addOneBtn(this.btns[i], this.icons[i]) + } + this.inited = true + } + + addOneBtn(data: any, icon: cc.SpriteFrame) { + let btn = cc.instantiate(this.btnPreb) + btn.getComponent('IconBtn').init(data.title, icon) + btn.getComponent('IconBtn').bindCallback(this.onIconBtnClicked.bind(this)) + this.contentNode.addChild(btn) + } + onIconBtnClicked(title: string) { + let obj = this.btns.find(o => o.title === title) + obj && obj.callback && obj.callback() + } + + onAddAccount() { + console.log(this.inited) + console.log('onAddAccount: ') + } + onImportAccount() { + console.log('onImportAccount: ') + } + onExportAccount() { + console.log('onExportAccount: ') + } + onBackupWallet() { + console.log('onBackupWallet: ') + } + onRestoreWallet() { + console.log('onRestoreWallet: ') + } + onActivity() { + console.log('onActivity: ') + } +} diff --git a/assets/comp/wallet/scripts/ui/MenuPanel.ts.meta b/assets/comp/wallet/scripts/ui/MenuPanel.ts.meta new file mode 100644 index 0000000..e47187e --- /dev/null +++ b/assets/comp/wallet/scripts/ui/MenuPanel.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.0.5", + "uuid": "f2e8569b-6753-4373-9f28-052acf9b4e7b", + "isPlugin": false, + "loadPluginInWeb": true, + "loadPluginInNative": true, + "loadPluginInEditor": false, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/comp/wallet/scripts/ui/WalletInfo.ts b/assets/comp/wallet/scripts/ui/WalletInfo.ts index 35df583..7aa8a72 100644 --- a/assets/comp/wallet/scripts/ui/WalletInfo.ts +++ b/assets/comp/wallet/scripts/ui/WalletInfo.ts @@ -45,7 +45,7 @@ export default class WalletInfo extends WalletBase { formatAddress() { if (this.accountId.length >= 10) { - return this.accountId.substring(0, 8) + '...' + this.accountId.substring(this.accountId.length - 8) + return this.accountId.substring(0, 6) + '...' + this.accountId.substring(this.accountId.length - 4) } else if (this.accountId.length > 0 && this.accountId.length < 10) { return this.accountId } else { diff --git a/assets/comp/wallet/scripts/ui/WalletMainPanel.ts b/assets/comp/wallet/scripts/ui/WalletMainPanel.ts index e33a9b1..27b76c9 100644 --- a/assets/comp/wallet/scripts/ui/WalletMainPanel.ts +++ b/assets/comp/wallet/scripts/ui/WalletMainPanel.ts @@ -18,6 +18,9 @@ export default class WalletMainPanel extends WalletBase { }) listNode: ListNode = null + @property(cc.Node) + menuPanel: cc.Node = null + // LIFE-CYCLE CALLBACKS: // onLoad () {} @@ -41,4 +44,8 @@ export default class WalletMainPanel extends WalletBase { } } + + onMenuClick() { + this.menuPanel.active = true + } } diff --git a/assets/scenes/main.fire b/assets/scenes/main.fire index 1cac2a7..081ef16 100644 --- a/assets/scenes/main.fire +++ b/assets/scenes/main.fire @@ -17,7 +17,7 @@ "__id__": 2 }, { - "__id__": 189 + "__id__": 215 } ], "_active": false, @@ -87,13 +87,13 @@ "_level": 1, "_components": [ { - "__id__": 186 + "__id__": 212 }, { - "__id__": 187 + "__id__": 213 }, { - "__id__": 190 + "__id__": 216 } ], "_prefab": null, @@ -4635,26 +4635,32 @@ "__id__": 107 }, { - "__id__": 118 + "__id__": 111 }, { "__id__": 122 }, { - "__id__": 141 + "__id__": 126 + }, + { + "__id__": 145 + }, + { + "__id__": 187 } ], "_active": true, "_level": 1, "_components": [ { - "__id__": 183 + "__id__": 209 }, { - "__id__": 184 + "__id__": 210 }, { - "__id__": 185 + "__id__": 211 } ], "_prefab": null, @@ -4873,6 +4879,177 @@ "handler": "hideWallet", "customEventData": "" }, + { + "__type__": "cc.Node", + "_name": "menuBtn", + "_objFlags": 0, + "_parent": { + "__id__": 102 + }, + "_children": [], + "_active": true, + "_level": 2, + "_components": [ + { + "__id__": 108 + }, + { + "__id__": 109 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 32, + "height": 32 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 469, + "y": 218, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "a3qqResixPp5riMU2VQLwG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 107 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "79264fc6-64dd-4649-844f-f050dba8ecce" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "94gbL2OFxAraHaFJyj9Teh" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 107 + }, + "_enabled": true, + "duration": 0.1, + "zoomScale": 1.2, + "clickEvents": [ + { + "__id__": 110 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 3, + "transition": 3, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_N$normalSprite": null, + "_N$pressedSprite": null, + "pressedSprite": null, + "_N$hoverSprite": null, + "hoverSprite": null, + "_N$disabledSprite": null, + "_N$target": null, + "_id": "08K3HFDDlDybpLJCTu6Obe" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 102 + }, + "component": "", + "_componentId": "594f2WJsKxM5I3ddlVjq1qT", + "handler": "onMenuClick", + "customEventData": "" + }, { "__type__": "cc.Node", "_name": "chainList", @@ -4882,20 +5059,20 @@ }, "_children": [ { - "__id__": 108 + "__id__": 112 } ], "_active": true, "_level": 2, "_components": [ { - "__id__": 115 + "__id__": 119 }, { - "__id__": 116 + "__id__": 120 }, { - "__id__": 117 + "__id__": 121 } ], "_prefab": null, @@ -4948,25 +5125,25 @@ "_name": "chianBtn", "_objFlags": 0, "_parent": { - "__id__": 107 + "__id__": 111 }, "_children": [ { - "__id__": 109 + "__id__": 113 } ], "_active": true, "_level": 3, "_components": [ { - "__id__": 112 + "__id__": 116 }, { - "__id__": 113 + "__id__": 117 } ], "_prefab": { - "__id__": 114 + "__id__": 118 }, "_opacity": 255, "_color": { @@ -5017,18 +5194,18 @@ "_name": "titleLabel", "_objFlags": 0, "_parent": { - "__id__": 108 + "__id__": 112 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 110 + "__id__": 114 } ], "_prefab": { - "__id__": 111 + "__id__": 115 }, "_opacity": 255, "_color": { @@ -5079,7 +5256,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 109 + "__id__": 113 }, "_enabled": true, "_useOriginalSize": false, @@ -5102,7 +5279,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 108 + "__id__": 112 }, "asset": { "__uuid__": "0c374587-de82-47c2-89ba-6219ee24d576" @@ -5115,7 +5292,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 108 + "__id__": 112 }, "_enabled": true, "_srcBlendFactor": 770, @@ -5143,7 +5320,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 108 + "__id__": 112 }, "_enabled": true, "titleLabel": null, @@ -5173,7 +5350,7 @@ { "__type__": "cc.PrefabInfo", "root": { - "__id__": 108 + "__id__": 112 }, "asset": { "__uuid__": "0c374587-de82-47c2-89ba-6219ee24d576" @@ -5186,7 +5363,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 107 + "__id__": 111 }, "_enabled": true, "_layoutSize": { @@ -5219,7 +5396,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 107 + "__id__": 111 }, "_enabled": true, "btns": [], @@ -5230,11 +5407,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 107 + "__id__": 111 }, "_enabled": true, "btnGroup": { - "__id__": 116 + "__id__": 120 }, "btnPreb": { "__uuid__": "0c374587-de82-47c2-89ba-6219ee24d576" @@ -5253,13 +5430,13 @@ "_level": 2, "_components": [ { - "__id__": 119 + "__id__": 123 }, { - "__id__": 120 + "__id__": 124 }, { - "__id__": 121 + "__id__": 125 } ], "_prefab": null, @@ -5312,7 +5489,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 118 + "__id__": 122 }, "_enabled": true, "_layoutSize": { @@ -5345,7 +5522,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 118 + "__id__": 122 }, "_enabled": true, "btns": [], @@ -5356,11 +5533,11 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 118 + "__id__": 122 }, "_enabled": true, "btnGroup": { - "__id__": 120 + "__id__": 124 }, "btnPreb": { "__uuid__": "907f9b53-1333-4900-b166-4ba7a7b6e09f" @@ -5375,24 +5552,24 @@ "__id__": 102 }, "_children": [ - { - "__id__": 123 - }, - { - "__id__": 125 - }, { "__id__": 127 + }, + { + "__id__": 129 + }, + { + "__id__": 131 } ], "_active": true, "_level": 2, "_components": [ { - "__id__": 139 + "__id__": 143 }, { - "__id__": 140 + "__id__": 144 } ], "_prefab": null, @@ -5445,14 +5622,14 @@ "_name": "bar-black", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 126 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 124 + "__id__": 128 } ], "_prefab": null, @@ -5505,7 +5682,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 123 + "__id__": 127 }, "_enabled": true, "_srcBlendFactor": 770, @@ -5533,14 +5710,14 @@ "_name": "bar-black", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 126 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 126 + "__id__": 130 } ], "_prefab": null, @@ -5593,7 +5770,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 125 + "__id__": 129 }, "_enabled": true, "_srcBlendFactor": 770, @@ -5621,21 +5798,21 @@ "_name": "tokenList", "_objFlags": 0, "_parent": { - "__id__": 122 + "__id__": 126 }, "_children": [ { - "__id__": 128 + "__id__": 132 }, { - "__id__": 132 + "__id__": 136 } ], "_active": true, "_level": 3, "_components": [ { - "__id__": 138 + "__id__": 142 } ], "_prefab": null, @@ -5688,17 +5865,17 @@ "_name": "icon-plus", "_objFlags": 0, "_parent": { - "__id__": 127 + "__id__": 131 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 129 + "__id__": 133 }, { - "__id__": 130 + "__id__": 134 } ], "_prefab": null, @@ -5751,7 +5928,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 128 + "__id__": 132 }, "_enabled": true, "_srcBlendFactor": 770, @@ -5779,14 +5956,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 128 + "__id__": 132 }, "_enabled": true, "duration": 0.1, "zoomScale": 1.2, "clickEvents": [ { - "__id__": 131 + "__id__": 135 } ], "_N$interactable": true, @@ -5847,7 +6024,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 127 + "__id__": 131 }, "component": "", "_componentId": "b3403XNJS1OX6Fuqi9x9XSl", @@ -5859,24 +6036,24 @@ "_name": "tokenNode", "_objFlags": 0, "_parent": { - "__id__": 127 + "__id__": 131 }, "_children": [ { - "__id__": 133 + "__id__": 137 } ], "_active": true, "_level": 4, "_components": [ { - "__id__": 135 + "__id__": 139 }, { - "__id__": 136 + "__id__": 140 }, { - "__id__": 137 + "__id__": 141 } ], "_prefab": null, @@ -5929,14 +6106,14 @@ "_name": "content", "_objFlags": 0, "_parent": { - "__id__": 132 + "__id__": 136 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 134 + "__id__": 138 } ], "_prefab": null, @@ -5989,7 +6166,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 133 + "__id__": 137 }, "_enabled": true, "_layoutSize": { @@ -6022,7 +6199,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 132 + "__id__": 136 }, "_enabled": true, "horizontal": false, @@ -6034,10 +6211,10 @@ "scrollEvents": [], "cancelInnerEvents": true, "_N$content": { - "__id__": 133 + "__id__": 137 }, "content": { - "__id__": 133 + "__id__": 137 }, "_id": "93DE2Y689LTZVFcuKyUjcw" }, @@ -6046,7 +6223,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 132 + "__id__": 136 }, "_enabled": true, "_spriteFrame": null, @@ -6061,14 +6238,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 132 + "__id__": 136 }, "_enabled": false, "tokenPreb": { "__uuid__": "e4b00542-5961-4a6a-8ae5-c19d30ac84a2" }, "contentNode": { - "__id__": 133 + "__id__": 137 }, "_id": "39qWwkkx9JpKagzlpdhkG0" }, @@ -6077,14 +6254,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 127 + "__id__": 131 }, "_enabled": true, "tokenPreb": { "__uuid__": "e4b00542-5961-4a6a-8ae5-c19d30ac84a2" }, "contentNode": { - "__id__": 133 + "__id__": 137 }, "_id": "4atyn1nV9LkLftVrZ+uloA" }, @@ -6093,14 +6270,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 122 + "__id__": 126 }, "_enabled": true, "nftListPreb": { "__uuid__": "e64be85b-3d9f-4109-8e7d-48847666bf2c" }, "tokenNode": { - "__id__": 127 + "__id__": 131 }, "_id": "2bAtuIa1NOrZOOApO/IoR0" }, @@ -6109,7 +6286,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 122 + "__id__": 126 }, "_enabled": true, "_srcBlendFactor": 770, @@ -6140,12 +6317,6 @@ "__id__": 102 }, "_children": [ - { - "__id__": 142 - }, - { - "__id__": 144 - }, { "__id__": 146 }, @@ -6162,26 +6333,32 @@ "__id__": 154 }, { - "__id__": 162 + "__id__": 156 }, { - "__id__": 168 + "__id__": 158 }, { - "__id__": 170 + "__id__": 166 }, { "__id__": 172 + }, + { + "__id__": 174 + }, + { + "__id__": 176 } ], "_active": true, "_level": 2, "_components": [ { - "__id__": 181 + "__id__": 185 }, { - "__id__": 182 + "__id__": 186 } ], "_prefab": null, @@ -6234,14 +6411,14 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 143 + "__id__": 147 } ], "_prefab": null, @@ -6294,7 +6471,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 142 + "__id__": 146 }, "_enabled": true, "_srcBlendFactor": 770, @@ -6322,14 +6499,14 @@ "_name": "balanceTitle", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 145 + "__id__": 149 } ], "_prefab": null, @@ -6382,7 +6559,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 144 + "__id__": 148 }, "_enabled": true, "_useOriginalSize": false, @@ -6407,14 +6584,14 @@ "_name": "balanceLabel", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 147 + "__id__": 151 } ], "_prefab": null, @@ -6467,7 +6644,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 146 + "__id__": 150 }, "_enabled": true, "_useOriginalSize": false, @@ -6492,14 +6669,14 @@ "_name": "addressTitle", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 149 + "__id__": 153 } ], "_prefab": null, @@ -6552,7 +6729,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 148 + "__id__": 152 }, "_enabled": true, "_useOriginalSize": false, @@ -6577,14 +6754,14 @@ "_name": "addressLabel", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 151 + "__id__": 155 } ], "_prefab": null, @@ -6598,7 +6775,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 93.05, + "width": 145.69, "height": 40 }, "_anchorPoint": { @@ -6637,12 +6814,12 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 150 + "__id__": 154 }, "_enabled": true, "_useOriginalSize": false, - "_string": "0x1111122", - "_N$string": "0x1111122", + "_string": "0x0123456789A", + "_N$string": "0x0123456789A", "_fontSize": 20, "_lineHeight": 40, "_enableWrapText": true, @@ -6662,14 +6839,14 @@ "_name": "copyBtn", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 153 + "__id__": 157 } ], "_prefab": null, @@ -6693,7 +6870,7 @@ }, "_position": { "__type__": "cc.Vec3", - "x": -146, + "x": -204, "y": -67, "z": 0 }, @@ -6722,7 +6899,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 152 + "__id__": 156 }, "_enabled": true, "_srcBlendFactor": 770, @@ -6750,24 +6927,24 @@ "_name": "receiveBtn", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [ { - "__id__": 155 + "__id__": 159 }, { - "__id__": 157 + "__id__": 161 } ], "_active": true, "_level": 3, "_components": [ { - "__id__": 159 + "__id__": 163 }, { - "__id__": 160 + "__id__": 164 } ], "_prefab": null, @@ -6791,7 +6968,7 @@ }, "_position": { "__type__": "cc.Vec3", - "x": -399, + "x": -406, "y": -140, "z": 0 }, @@ -6820,14 +6997,14 @@ "_name": "btn-receive", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 156 + "__id__": 160 } ], "_prefab": null, @@ -6880,7 +7057,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 155 + "__id__": 159 }, "_enabled": true, "_srcBlendFactor": 770, @@ -6908,14 +7085,14 @@ "_name": "label", "_objFlags": 0, "_parent": { - "__id__": 154 + "__id__": 158 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 158 + "__id__": 162 } ], "_prefab": null, @@ -6968,7 +7145,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 157 + "__id__": 161 }, "_enabled": true, "_useOriginalSize": false, @@ -6993,7 +7170,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 154 + "__id__": 158 }, "_enabled": true, "_srcBlendFactor": 770, @@ -7021,14 +7198,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 154 + "__id__": 158 }, "_enabled": true, "duration": 0.1, "zoomScale": 1.2, "clickEvents": [ { - "__id__": 161 + "__id__": 165 } ], "_N$interactable": true, @@ -7089,7 +7266,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 141 + "__id__": 145 }, "component": "", "_componentId": "3fe0aN9jsFD57pMhFser+jv", @@ -7101,21 +7278,21 @@ "_name": "sendBtn", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [ { - "__id__": 163 + "__id__": 167 }, { - "__id__": 165 + "__id__": 169 } ], "_active": true, "_level": 3, "_components": [ { - "__id__": 167 + "__id__": 171 } ], "_prefab": null, @@ -7168,14 +7345,14 @@ "_name": "btn-send", "_objFlags": 0, "_parent": { - "__id__": 162 + "__id__": 166 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 164 + "__id__": 168 } ], "_prefab": null, @@ -7228,7 +7405,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 163 + "__id__": 167 }, "_enabled": true, "_srcBlendFactor": 770, @@ -7256,14 +7433,14 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 162 + "__id__": 166 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 166 + "__id__": 170 } ], "_prefab": null, @@ -7316,7 +7493,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 165 + "__id__": 169 }, "_enabled": true, "_useOriginalSize": false, @@ -7341,7 +7518,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 162 + "__id__": 166 }, "_enabled": true, "_srcBlendFactor": 770, @@ -7369,14 +7546,14 @@ "_name": "avator", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 169 + "__id__": 173 } ], "_prefab": null, @@ -7429,7 +7606,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 168 + "__id__": 172 }, "_enabled": true, "_srcBlendFactor": 770, @@ -7457,14 +7634,14 @@ "_name": "nameLabel", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [], "_active": true, "_level": 3, "_components": [ { - "__id__": 171 + "__id__": 175 } ], "_prefab": null, @@ -7488,7 +7665,7 @@ }, "_position": { "__type__": "cc.Vec3", - "x": -392, + "x": -390, "y": 64, "z": 0 }, @@ -7517,7 +7694,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 170 + "__id__": 174 }, "_enabled": true, "_useOriginalSize": false, @@ -7542,21 +7719,21 @@ "_name": "qrNode", "_objFlags": 0, "_parent": { - "__id__": 141 + "__id__": 145 }, "_children": [ { - "__id__": 173 + "__id__": 177 }, { - "__id__": 178 + "__id__": 182 } ], "_active": false, "_level": 3, "_components": [ { - "__id__": 180 + "__id__": 184 } ], "_prefab": null, @@ -7609,20 +7786,20 @@ "_name": "New Sprite(Splash)", "_objFlags": 0, "_parent": { - "__id__": 172 + "__id__": 176 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 174 + "__id__": 178 }, { - "__id__": 175 + "__id__": 179 }, { - "__id__": 176 + "__id__": 180 } ], "_prefab": null, @@ -7675,7 +7852,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 173 + "__id__": 177 }, "_enabled": true, "_srcBlendFactor": 770, @@ -7703,7 +7880,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 173 + "__id__": 177 }, "_enabled": true, "alignMode": 1, @@ -7730,14 +7907,14 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 173 + "__id__": 177 }, "_enabled": true, "duration": 0.1, "zoomScale": 1.2, "clickEvents": [ { - "__id__": 177 + "__id__": 181 } ], "_N$interactable": true, @@ -7798,7 +7975,7 @@ { "__type__": "cc.ClickEvent", "target": { - "__id__": 141 + "__id__": 145 }, "component": "", "_componentId": "3fe0aN9jsFD57pMhFser+jv", @@ -7810,14 +7987,14 @@ "_name": "qrImgNode", "_objFlags": 0, "_parent": { - "__id__": 172 + "__id__": 176 }, "_children": [], "_active": true, "_level": 4, "_components": [ { - "__id__": 179 + "__id__": 183 } ], "_prefab": null, @@ -7870,7 +8047,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 178 + "__id__": 182 }, "_enabled": true, "lightColor": { @@ -7894,7 +8071,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 172 + "__id__": 176 }, "_enabled": true, "alignMode": 1, @@ -7921,7 +8098,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 141 + "__id__": 145 }, "_enabled": true, "alignMode": 1, @@ -7948,20 +8125,946 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 141 + "__id__": 145 }, "_enabled": true, "addressLabel": { - "__id__": 151 + "__id__": 155 }, "balanceLabel": { - "__id__": 147 + "__id__": 151 }, "qrNode": { - "__id__": 172 + "__id__": 176 }, "_id": "8bO0XBvlFDPJ87FOgdOxUH" }, + { + "__type__": "cc.Node", + "_name": "menuNode", + "_objFlags": 0, + "_parent": { + "__id__": 102 + }, + "_children": [ + { + "__id__": 188 + }, + { + "__id__": 192 + }, + { + "__id__": 194 + }, + { + "__id__": 196 + }, + { + "__id__": 198 + }, + { + "__id__": 200 + }, + { + "__id__": 204 + } + ], + "_active": false, + "_level": 2, + "_components": [ + { + "__id__": 207 + }, + { + "__id__": 208 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1024, + "height": 512 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "263ZmWXZBMaKznay4xGbjg" + }, + { + "__type__": "cc.Node", + "_name": "New Sprite(Splash)", + "_objFlags": 0, + "_parent": { + "__id__": 187 + }, + "_children": [], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 189 + }, + { + "__id__": 190 + }, + { + "__id__": 191 + } + ], + "_prefab": null, + "_opacity": 97, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 1024, + "height": 512 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "e1M0SSz1pCmrMtPVFtJezV" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 188 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "327aZwsXVEnZlHroHADalI" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 188 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 100, + "_id": "4eGUTXNm5HTLjeinqi3SpS" + }, + { + "__type__": "cc.BlockInputEvents", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 188 + }, + "_enabled": true, + "_id": "d5s8l9cvFDWo/fNwOpa2aV" + }, + { + "__type__": "cc.Node", + "_name": "bg-blue", + "_objFlags": 0, + "_parent": { + "__id__": 187 + }, + "_children": [], + "_active": false, + "_level": 3, + "_components": [ + { + "__id__": 193 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 400, + "height": 350 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "330F7geNVDMbw3FHfRtmS8" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 192 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "f201fb81-4964-47e4-a820-bececa838851" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "be768t0LZCzqPOb0jHx0QB" + }, + { + "__type__": "cc.Node", + "_name": "bar-black", + "_objFlags": 0, + "_parent": { + "__id__": 187 + }, + "_children": [], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 195 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 396, + "height": 35 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 158, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "cawI/5DfBHM5iufLlNLjvb" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 194 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "040ee26c-fe0c-4996-a957-4c17cd376ff5" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "12p22ss9BGI6M2dtX1p4bq" + }, + { + "__type__": "cc.Node", + "_name": "bar-black", + "_objFlags": 0, + "_parent": { + "__id__": 187 + }, + "_children": [], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 197 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 396, + "height": 35 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": -156, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 180, + "_rotationY": 180, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": -1, + "w": 6.123233995736766e-17 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "f3/WiE/89DCp6WHZ8/xA2o" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 196 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "040ee26c-fe0c-4996-a957-4c17cd376ff5" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "d9+13UJf1PDoX9w+EZDfSE" + }, + { + "__type__": "cc.Node", + "_name": "menuPanel", + "_objFlags": 0, + "_parent": { + "__id__": 187 + }, + "_children": [], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 199 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 400, + "height": 350 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "4fgNRF1L1HabtsBzV9YPqd" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 198 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "f8a72ecb-343d-4c53-9429-112006b05c75" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "d9jL0VT71BWo+aX9/rR7Pv" + }, + { + "__type__": "cc.Node", + "_name": "close", + "_objFlags": 0, + "_parent": { + "__id__": 187 + }, + "_children": [], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 201 + }, + { + "__id__": 202 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 32, + "height": 32 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 192, + "y": 171, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "488IMbAAdAp4LuudhutDWL" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 200 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "94a5022b-77d8-4fca-b843-c7b59add72aa" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "b7hjXlko9MkJzzyeEP7kCo" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 200 + }, + "_enabled": true, + "duration": 0.1, + "zoomScale": 1.2, + "clickEvents": [ + { + "__id__": 203 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 3, + "transition": 3, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_N$normalSprite": null, + "_N$pressedSprite": null, + "pressedSprite": null, + "_N$hoverSprite": null, + "hoverSprite": null, + "_N$disabledSprite": null, + "_N$target": null, + "_id": "e9CfrIk+hOgYNft+T8gC+X" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 187 + }, + "component": "", + "_componentId": "f2e85abZ1NDc58oBSrPm057", + "handler": "onCloseClick", + "customEventData": "" + }, + { + "__type__": "cc.Node", + "_name": "contentNode", + "_objFlags": 0, + "_parent": { + "__id__": 187 + }, + "_children": [], + "_active": true, + "_level": 3, + "_components": [ + { + "__id__": 205 + }, + { + "__id__": 206 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 396, + "height": 280 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_position": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_scale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_rotationX": 0, + "_rotationY": 0, + "_quat": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_skewX": 0, + "_skewY": 0, + "groupIndex": 0, + "_id": "1cfDUvpZpELJNYna4AkKOt" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 204 + }, + "_enabled": true, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "f201fb81-4964-47e4-a820-bececa838851" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_state": 0, + "_atlas": null, + "_id": "40JQPz+L5Dra2PfyU7ZHVZ" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 204 + }, + "_enabled": true, + "_layoutSize": { + "__type__": "cc.Size", + "width": 300, + "height": 200 + }, + "_resize": 0, + "_N$layoutType": 3, + "_N$padding": 0, + "_N$cellSize": { + "__type__": "cc.Size", + "width": 90, + "height": 120 + }, + "_N$startAxis": 0, + "_N$paddingLeft": 5, + "_N$paddingRight": 5, + "_N$paddingTop": 5, + "_N$paddingBottom": 5, + "_N$spacingX": 5, + "_N$spacingY": 5, + "_N$verticalDirection": 1, + "_N$horizontalDirection": 0, + "_N$affectedByScale": false, + "_id": "f9OPOBE4pGB7ehd2en0apO" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 187 + }, + "_enabled": true, + "alignMode": 1, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_id": "b5wwdmicRHA6C7zUXK+rl7" + }, + { + "__type__": "f2e85abZ1NDc58oBSrPm057", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 187 + }, + "_enabled": true, + "btnPreb": { + "__uuid__": "edefc8c1-62a6-49f9-8610-13865e5b0e32" + }, + "contentNode": { + "__id__": 204 + }, + "icons": [ + { + "__uuid__": "67fd1c96-89a2-4949-b807-226052342b6c" + }, + { + "__uuid__": "90bf1e2d-12ad-46e5-a4e8-a38ee60dffa4" + }, + { + "__uuid__": "eb181377-d56b-4ee2-b3cc-9ec7367080eb" + }, + { + "__uuid__": "ee2ddc55-f2ed-4cbe-a5cb-0e54b85bf647" + }, + { + "__uuid__": "8917c4b9-d880-44a8-950b-1bea01707e86" + }, + { + "__uuid__": "c2eed000-f86f-4a6b-b25e-338e9e8f012f" + } + ], + "_id": "33Ul50xc5H/aZ5vDbHLgpI" + }, { "__type__": "cc.Widget", "_name": "", @@ -8026,10 +9129,13 @@ }, "_enabled": true, "chainTab": { - "__id__": 117 + "__id__": 121 }, "listNode": { - "__id__": 139 + "__id__": 143 + }, + "menuPanel": { + "__id__": 187 }, "_id": "a8YbO7l9lF95gWk3JRycGs" }, @@ -8059,7 +9165,7 @@ }, "_enabled": true, "webview": { - "__id__": 188 + "__id__": 214 }, "debugText": { "__id__": 6 @@ -8072,7 +9178,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 189 + "__id__": 215 }, "_enabled": true, "_useOriginalSize": false, @@ -8092,7 +9198,7 @@ "_level": 1, "_components": [ { - "__id__": 188 + "__id__": 214 } ], "_prefab": null,