diff --git a/assets/Scene/HomeScene.fire b/assets/Scene/HomeScene.fire index 486eb06..c97b08e 100644 --- a/assets/Scene/HomeScene.fire +++ b/assets/Scene/HomeScene.fire @@ -1585,8 +1585,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 160, - "height": 160 + "width": 168, + "height": 168 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1682,8 +1682,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 160, - "height": 160 + "width": 168, + "height": 168 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1735,7 +1735,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "c2b141f2-de71-4481-b9ee-440c893c28b3" + "__uuid__": "7a197742-20c0-4720-88f6-8fcdd0c58518" }, "_type": 0, "_sizeMode": 1, @@ -1748,9 +1748,7 @@ "_fillStart": 0, "_fillRange": 0, "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "fd85df88-648f-4407-bab2-da4f15478fb9" - }, + "_atlas": null, "_id": "9142E2UEJG1J5fb8i3cywI" }, { diff --git a/assets/Script/module/Config/GameConfig.ts b/assets/Script/module/Config/GameConfig.ts index 440048a..535716e 100644 --- a/assets/Script/module/Config/GameConfig.ts +++ b/assets/Script/module/Config/GameConfig.ts @@ -757,7 +757,7 @@ export class GameConfig { vibrateOpen: true, //震动 coinnum: 0, //每局的金币数 paid_user: false, //是否是付费用户 - version: "1.0.68", //版本号 + version: "1.0.69", //版本号 shushu_DistinctId: "", //数数访客ID shushu_AccountId: "", //数数账号ID uid: "", //用户和后端唯一id diff --git a/assets/Script/prop/Floor.ts b/assets/Script/prop/Floor.ts index bdfb36c..b0cc73c 100644 --- a/assets/Script/prop/Floor.ts +++ b/assets/Script/prop/Floor.ts @@ -26,6 +26,9 @@ export default class Floor extends cc.Component { @property({ type: [cc.String], tooltip: "可移动地板图片" }) FloorSpriteFrame: Array = []; + + @property({ type: [cc.SpriteFrame], tooltip: "可移动地板图片" }) + FloorMoveSpriteFrame: Array = []; posX: any; posY: any; color: number = -1; @@ -55,8 +58,11 @@ export default class Floor extends cc.Component { } setSpriteFrame(number, color) { - if (this.FloorSpriteFrame.length > 0) { - this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = BlockAssetManager.instance.getAtlasFrame("down", this.FloorSpriteFrame[number]); + const isMoveFloor = this.node.name === "moveFloor"; + if ((isMoveFloor ? this.FloorMoveSpriteFrame : this.FloorSpriteFrame).length > 0) { + this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = isMoveFloor + ? this.FloorMoveSpriteFrame[number] + : BlockAssetManager.instance.getAtlasFrame("down", this.FloorSpriteFrame[number]); if (color) this.color = number + 1; } diff --git a/assets/UI/UI/xinCoin.png b/assets/UI/UI/xinCoin.png deleted file mode 100644 index 542b586..0000000 Binary files a/assets/UI/UI/xinCoin.png and /dev/null differ diff --git a/assets/action_bundle/Avatar/kuang_1.png b/assets/action_bundle/Avatar/kuang_1.png index 6c980fe..11a8a95 100644 Binary files a/assets/action_bundle/Avatar/kuang_1.png and b/assets/action_bundle/Avatar/kuang_1.png differ diff --git a/assets/action_bundle/Avatar/kuang_1.png.meta b/assets/action_bundle/Avatar/kuang_1.png.meta index 3ce6de3..1228601 100644 --- a/assets/action_bundle/Avatar/kuang_1.png.meta +++ b/assets/action_bundle/Avatar/kuang_1.png.meta @@ -24,10 +24,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 160, - "height": 160, - "rawWidth": 160, - "rawHeight": 160, + "width": 168, + "height": 168, + "rawWidth": 168, + "rawHeight": 168, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, diff --git a/assets/career/prefab/rankGame.prefab b/assets/career/prefab/rankGame.prefab index ea1d2d3..f9dc879 100644 --- a/assets/career/prefab/rankGame.prefab +++ b/assets/career/prefab/rankGame.prefab @@ -30818,11 +30818,11 @@ "catUI": { "__uuid__": "09d077ae-9fce-4041-8f84-7273d7767ef0" }, - "iconPrefab": null, - "_id": "", "cat12": { "__uuid__": "7d090003-0209-4a00-8b00-000000000209" - } + }, + "iconPrefab": null, + "_id": "" }, { "__type__": "cc.PrefabInfo", @@ -31002,10 +31002,10 @@ "catUI": { "__uuid__": "09d077ae-9fce-4041-8f84-7273d7767ef0" }, - "_id": "", "cat12": { "__uuid__": "7d090003-0209-4a00-8b00-000000000209" - } + }, + "_id": "" }, { "__type__": "cc.PrefabInfo", @@ -31175,4 +31175,4 @@ "fileId": "", "sync": false } -] +] \ No newline at end of file diff --git a/assets/jungle_treasure.meta b/assets/jungle_treasure.meta index 10f4d7d..aa75a94 100644 --- a/assets/jungle_treasure.meta +++ b/assets/jungle_treasure.meta @@ -1,25 +1,21 @@ { "ver": "1.1.3", - "uuid": "9e1d8b29-96ad-4168-8ed8-6545d21984f5", + "uuid": "5092ba89-1e5e-4e68-8585-3995779f525f", "importer": "folder", "isBundle": true, "bundleName": "", "priority": 1, "compressionType": { - "wechatgame": "subpackage", - "bytedance": "subpackage" + "wechatgame": "subpackage" }, "optimizeHotUpdate": { - "wechatgame": false, - "bytedance": false + "wechatgame": false }, "inlineSpriteFrames": { - "wechatgame": false, - "bytedance": false + "wechatgame": false }, "isRemoteBundle": { - "wechatgame": false, - "bytedance": false + "wechatgame": false }, "subMetas": {} } \ No newline at end of file diff --git a/assets/lose/prefab/Lose.prefab b/assets/lose/prefab/Lose.prefab index 72a6bd1..d618cc9 100644 --- a/assets/lose/prefab/Lose.prefab +++ b/assets/lose/prefab/Lose.prefab @@ -27,14 +27,14 @@ "_active": true, "_components": [ { - "__id__": 834 + "__id__": 861 }, { - "__id__": 835 + "__id__": 862 } ], "_prefab": { - "__id__": 836 + "__id__": 863 }, "_opacity": 255, "_color": { @@ -266,47 +266,47 @@ "__id__": 21 }, { - "__id__": 153 + "__id__": 156 }, { - "__id__": 227 + "__id__": 233 }, { - "__id__": 296 + "__id__": 305 }, { - "__id__": 362 + "__id__": 374 }, { - "__id__": 428 + "__id__": 443 }, { - "__id__": 494 + "__id__": 512 }, { - "__id__": 560 + "__id__": 581 }, { - "__id__": 626 + "__id__": 650 }, { - "__id__": 692 + "__id__": 719 }, { - "__id__": 747 + "__id__": 774 }, { - "__id__": 796 + "__id__": 823 } ], "_active": true, "_components": [ { - "__id__": 832 + "__id__": 859 } ], "_prefab": { - "__id__": 833 + "__id__": 860 }, "_opacity": 255, "_color": { @@ -392,7 +392,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 1040, + "width": 951, "height": 1402 }, "_anchorPoint": { @@ -650,7 +650,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 1097, + "width": 1002.5, "height": 181 }, "_anchorPoint": { @@ -662,7 +662,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0.2, + 0.3, 657.398, 0, 0, @@ -810,19 +810,19 @@ "__id__": 42 }, { - "__id__": 100 + "__id__": 103 }, { - "__id__": 123 + "__id__": 126 }, { - "__id__": 128 + "__id__": 131 } ], - "_active": true, + "_active": false, "_components": [], "_prefab": { - "__id__": 152 + "__id__": 155 }, "_opacity": 255, "_color": { @@ -1394,7 +1394,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 650, + "width": 649, "height": 638 }, "_anchorPoint": { @@ -1501,8 +1501,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 311, - "height": 292 + "width": 371, + "height": 289 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1513,7 +1513,7 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, + -20.011, 0, 0, 0, @@ -1554,7 +1554,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "c6728f0b-b5a4-4013-8e78-ce89e4aa331b" + "__uuid__": "846d760f-41bf-43ae-883c-e85ed80a877a" }, "_type": 0, "_sizeMode": 1, @@ -1614,19 +1614,22 @@ }, { "__id__": 94 + }, + { + "__id__": 96 } ], "_active": true, "_components": [ { - "__id__": 96 + "__id__": 99 }, { - "__id__": 97 + "__id__": 100 } ], "_prefab": { - "__id__": 99 + "__id__": 102 }, "_opacity": 255, "_color": { @@ -3637,6 +3640,113 @@ "fileId": "13HispF6pMRpRSt0N2L7Zg", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 42 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 97 + } + ], + "_prefab": { + "__id__": 98 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 96 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "b2SymNPMlFVausSIjP/3Ia", + "sync": false + }, { "__type__": "cc.Sprite", "_name": "", @@ -3683,7 +3793,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 98 + "__id__": 101 } ], "_N$interactable": true, @@ -3772,9 +3882,6 @@ "__id__": 21 }, "_children": [ - { - "__id__": 101 - }, { "__id__": 104 }, @@ -3782,32 +3889,35 @@ "__id__": 107 }, { - "__id__": 109 + "__id__": 110 }, { - "__id__": 111 + "__id__": 112 }, { "__id__": 114 + }, + { + "__id__": 117 } ], "_active": true, "_components": [ - { - "__id__": 117 - }, - { - "__id__": 118 - }, - { - "__id__": 119 - }, { "__id__": 120 + }, + { + "__id__": 121 + }, + { + "__id__": 122 + }, + { + "__id__": 123 } ], "_prefab": { - "__id__": 122 + "__id__": 125 }, "_opacity": 255, "_color": { @@ -3861,17 +3971,17 @@ "_name": "tishik", "_objFlags": 0, "_parent": { - "__id__": 100 + "__id__": 103 }, "_children": [], "_active": true, "_components": [ { - "__id__": 102 + "__id__": 105 } ], "_prefab": { - "__id__": 103 + "__id__": 106 }, "_opacity": 255, "_color": { @@ -3925,7 +4035,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 101 + "__id__": 104 }, "_enabled": true, "_materials": [ @@ -3968,17 +4078,17 @@ "_name": "an", "_objFlags": 0, "_parent": { - "__id__": 100 + "__id__": 103 }, "_children": [], "_active": true, "_components": [ { - "__id__": 105 + "__id__": 108 } ], "_prefab": { - "__id__": 106 + "__id__": 109 }, "_opacity": 255, "_color": { @@ -4032,7 +4142,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 104 + "__id__": 107 }, "_enabled": true, "_materials": [ @@ -4075,13 +4185,13 @@ "_name": "coin", "_objFlags": 0, "_parent": { - "__id__": 100 + "__id__": 103 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 108 + "__id__": 111 }, "_opacity": 255, "_color": { @@ -4146,13 +4256,13 @@ "_name": "num", "_objFlags": 0, "_parent": { - "__id__": 100 + "__id__": 103 }, "_children": [], "_active": true, "_components": [], "_prefab": { - "__id__": 110 + "__id__": 113 }, "_opacity": 255, "_color": { @@ -4217,17 +4327,17 @@ "_name": "price", "_objFlags": 0, "_parent": { - "__id__": 100 + "__id__": 103 }, "_children": [], "_active": true, "_components": [ { - "__id__": 112 + "__id__": 115 } ], "_prefab": { - "__id__": 113 + "__id__": 116 }, "_opacity": 255, "_color": { @@ -4281,7 +4391,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 111 + "__id__": 114 }, "_enabled": true, "_materials": [ @@ -4327,17 +4437,17 @@ "_name": "yuan", "_objFlags": 0, "_parent": { - "__id__": 100 + "__id__": 103 }, "_children": [], "_active": true, "_components": [ { - "__id__": 115 + "__id__": 118 } ], "_prefab": { - "__id__": 116 + "__id__": 119 }, "_opacity": 255, "_color": { @@ -4391,7 +4501,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 114 + "__id__": 117 }, "_enabled": true, "_materials": [ @@ -4437,7 +4547,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 100 + "__id__": 103 }, "_enabled": true, "_materials": [ @@ -4469,7 +4579,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 100 + "__id__": 103 }, "_enabled": true, "effectAsset": { @@ -4482,7 +4592,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 100 + "__id__": 103 }, "_enabled": true, "_id": "" @@ -4492,7 +4602,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 100 + "__id__": 103 }, "_enabled": true, "_normalMaterial": null, @@ -4501,7 +4611,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 121 + "__id__": 124 } ], "_N$interactable": true, @@ -4557,14 +4667,14 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 100 + "__id__": 103 }, "_id": "" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 100 + "__id__": 103 }, "component": "", "_componentId": "cf225n91VpHwZ91/vYIoSJh", @@ -4593,14 +4703,14 @@ "_active": true, "_components": [ { - "__id__": 124 + "__id__": 127 }, { - "__id__": 125 + "__id__": 128 } ], "_prefab": { - "__id__": 127 + "__id__": 130 }, "_opacity": 255, "_color": { @@ -4654,7 +4764,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 123 + "__id__": 126 }, "_enabled": true, "_materials": [ @@ -4686,7 +4796,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 123 + "__id__": 126 }, "_enabled": true, "_normalMaterial": null, @@ -4695,7 +4805,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 126 + "__id__": 129 } ], "_N$interactable": true, @@ -4751,7 +4861,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 123 + "__id__": 126 }, "_id": "" }, @@ -4785,10 +4895,7 @@ }, "_children": [ { - "__id__": 129 - }, - { - "__id__": 133 + "__id__": 132 }, { "__id__": 136 @@ -4798,16 +4905,19 @@ }, { "__id__": 142 + }, + { + "__id__": 145 } ], "_active": false, "_components": [ { - "__id__": 150 + "__id__": 153 } ], "_prefab": { - "__id__": 151 + "__id__": 154 }, "_opacity": 255, "_color": { @@ -4861,20 +4971,20 @@ "_name": "New Sprite(Splash)", "_objFlags": 0, "_parent": { - "__id__": 128 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 130 + "__id__": 133 }, { - "__id__": 131 + "__id__": 134 } ], "_prefab": { - "__id__": 132 + "__id__": 135 }, "_opacity": 120, "_color": { @@ -4928,7 +5038,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 129 + "__id__": 132 }, "_enabled": true, "_materials": [ @@ -4960,7 +5070,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 129 + "__id__": 132 }, "_enabled": true, "_id": "" @@ -4981,17 +5091,17 @@ "_name": "bg", "_objFlags": 0, "_parent": { - "__id__": 128 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 134 + "__id__": 137 } ], "_prefab": { - "__id__": 135 + "__id__": 138 }, "_opacity": 255, "_color": { @@ -5045,7 +5155,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 133 + "__id__": 136 }, "_enabled": true, "_materials": [ @@ -5088,17 +5198,17 @@ "_name": "title", "_objFlags": 0, "_parent": { - "__id__": 128 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 137 + "__id__": 140 } ], "_prefab": { - "__id__": 138 + "__id__": 141 }, "_opacity": 255, "_color": { @@ -5152,7 +5262,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 136 + "__id__": 139 }, "_enabled": true, "_materials": [ @@ -5196,17 +5306,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 128 + "__id__": 131 }, "_children": [], "_active": true, "_components": [ { - "__id__": 140 + "__id__": 143 } ], "_prefab": { - "__id__": 141 + "__id__": 144 }, "_opacity": 255, "_color": { @@ -5260,7 +5370,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 139 + "__id__": 142 }, "_enabled": true, "_materials": [ @@ -5304,24 +5414,24 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 128 + "__id__": 131 }, "_children": [ { - "__id__": 143 + "__id__": 146 } ], "_active": true, "_components": [ { - "__id__": 146 + "__id__": 149 }, { - "__id__": 147 + "__id__": 150 } ], "_prefab": { - "__id__": 149 + "__id__": 152 }, "_opacity": 255, "_color": { @@ -5375,17 +5485,17 @@ "_name": "New Label", "_objFlags": 0, "_parent": { - "__id__": 142 + "__id__": 145 }, "_children": [], "_active": true, "_components": [ { - "__id__": 144 + "__id__": 147 } ], "_prefab": { - "__id__": 145 + "__id__": 148 }, "_opacity": 255, "_color": { @@ -5439,7 +5549,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 143 + "__id__": 146 }, "_enabled": true, "_materials": [ @@ -5483,7 +5593,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 142 + "__id__": 145 }, "_enabled": true, "_materials": [ @@ -5515,7 +5625,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 142 + "__id__": 145 }, "_enabled": true, "_normalMaterial": null, @@ -5524,7 +5634,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 148 + "__id__": 151 } ], "_N$interactable": true, @@ -5580,14 +5690,14 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 142 + "__id__": 145 }, "_id": "" }, { "__type__": "cc.ClickEvent", "target": { - "__id__": 100 + "__id__": 103 }, "component": "", "_componentId": "cf225n91VpHwZ91/vYIoSJh", @@ -5610,7 +5720,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 128 + "__id__": 131 }, "_enabled": true, "alignMode": 1, @@ -5662,26 +5772,26 @@ "__id__": 8 }, "_children": [ - { - "__id__": 154 - }, { "__id__": 157 }, { - "__id__": 165 + "__id__": 160 }, { - "__id__": 173 + "__id__": 168 }, { "__id__": 176 + }, + { + "__id__": 179 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 226 + "__id__": 232 }, "_opacity": 255, "_color": { @@ -5735,17 +5845,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 153 + "__id__": 156 }, "_children": [], "_active": true, "_components": [ { - "__id__": 155 + "__id__": 158 } ], "_prefab": { - "__id__": 156 + "__id__": 159 }, "_opacity": 255, "_color": { @@ -5799,7 +5909,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 154 + "__id__": 157 }, "_enabled": true, "_materials": [ @@ -5842,20 +5952,20 @@ "_name": "yuandi", "_objFlags": 0, "_parent": { - "__id__": 153 + "__id__": 156 }, "_children": [ { - "__id__": 158 + "__id__": 161 }, { - "__id__": 161 + "__id__": 164 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 164 + "__id__": 167 }, "_opacity": 255, "_color": { @@ -5909,17 +6019,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 157 + "__id__": 160 }, "_children": [], "_active": true, "_components": [ { - "__id__": 159 + "__id__": 162 } ], "_prefab": { - "__id__": 160 + "__id__": 163 }, "_opacity": 255, "_color": { @@ -5931,7 +6041,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 650, + "width": 649, "height": 638 }, "_anchorPoint": { @@ -5973,7 +6083,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 158 + "__id__": 161 }, "_enabled": true, "_materials": [ @@ -6016,17 +6126,17 @@ "_name": "boom_show", "_objFlags": 0, "_parent": { - "__id__": 157 + "__id__": 160 }, "_children": [], "_active": true, "_components": [ { - "__id__": 162 + "__id__": 165 } ], "_prefab": { - "__id__": 163 + "__id__": 166 }, "_opacity": 255, "_color": { @@ -6080,7 +6190,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 161 + "__id__": 164 }, "_enabled": true, "_materials": [ @@ -6134,24 +6244,24 @@ "_name": "timeBtn", "_objFlags": 0, "_parent": { - "__id__": 153 + "__id__": 156 }, "_children": [ { - "__id__": 166 + "__id__": 169 } ], "_active": true, "_components": [ { - "__id__": 169 + "__id__": 172 }, { - "__id__": 170 + "__id__": 173 } ], "_prefab": { - "__id__": 172 + "__id__": 175 }, "_opacity": 255, "_color": { @@ -6205,17 +6315,17 @@ "_name": "btn_zi_xhongshi", "_objFlags": 0, "_parent": { - "__id__": 165 + "__id__": 168 }, "_children": [], "_active": true, "_components": [ { - "__id__": 167 + "__id__": 170 } ], "_prefab": { - "__id__": 168 + "__id__": 171 }, "_opacity": 255, "_color": { @@ -6269,7 +6379,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 166 + "__id__": 169 }, "_enabled": true, "_materials": [ @@ -6310,7 +6420,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 165 + "__id__": 168 }, "_enabled": true, "_materials": [ @@ -6342,7 +6452,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 165 + "__id__": 168 }, "_enabled": true, "_normalMaterial": null, @@ -6351,7 +6461,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 171 + "__id__": 174 } ], "_N$interactable": true, @@ -6407,7 +6517,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 165 + "__id__": 168 }, "_id": "" }, @@ -6437,17 +6547,17 @@ "_name": "result_title4", "_objFlags": 0, "_parent": { - "__id__": 153 + "__id__": 156 }, "_children": [], "_active": true, "_components": [ { - "__id__": 174 + "__id__": 177 } ], "_prefab": { - "__id__": 175 + "__id__": 178 }, "_opacity": 255, "_color": { @@ -6501,7 +6611,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 173 + "__id__": 176 }, "_enabled": true, "_materials": [ @@ -6544,12 +6654,9 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 153 + "__id__": 156 }, "_children": [ - { - "__id__": 177 - }, { "__id__": 180 }, @@ -6557,23 +6664,29 @@ "__id__": 183 }, { - "__id__": 194 + "__id__": 186 }, { - "__id__": 208 + "__id__": 197 + }, + { + "__id__": 211 + }, + { + "__id__": 225 } ], "_active": true, "_components": [ { - "__id__": 222 + "__id__": 228 }, { - "__id__": 223 + "__id__": 229 } ], "_prefab": { - "__id__": 225 + "__id__": 231 }, "_opacity": 255, "_color": { @@ -6627,17 +6740,17 @@ "_name": "yichu", "_objFlags": 0, "_parent": { - "__id__": 176 + "__id__": 179 }, "_children": [], "_active": true, "_components": [ { - "__id__": 178 + "__id__": 181 } ], "_prefab": { - "__id__": 179 + "__id__": 182 }, "_opacity": 255, "_color": { @@ -6691,7 +6804,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 177 + "__id__": 180 }, "_enabled": true, "_materials": [ @@ -6734,17 +6847,17 @@ "_name": "coin", "_objFlags": 0, "_parent": { - "__id__": 176 + "__id__": 179 }, "_children": [], "_active": true, "_components": [ { - "__id__": 181 + "__id__": 184 } ], "_prefab": { - "__id__": 182 + "__id__": 185 }, "_opacity": 255, "_color": { @@ -6798,7 +6911,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 180 + "__id__": 183 }, "_enabled": true, "_layoutSize": { @@ -6841,23 +6954,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 176 + "__id__": 179 }, "_children": [ - { - "__id__": 184 - }, { "__id__": 187 }, { "__id__": 190 + }, + { + "__id__": 193 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 193 + "__id__": 196 }, "_opacity": 255, "_color": { @@ -6911,17 +7024,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 183 + "__id__": 186 }, "_children": [], "_active": true, "_components": [ { - "__id__": 185 + "__id__": 188 } ], "_prefab": { - "__id__": 186 + "__id__": 189 }, "_opacity": 255, "_color": { @@ -6975,7 +7088,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 184 + "__id__": 187 }, "_enabled": true, "_materials": [ @@ -7020,116 +7133,7 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 183 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 188 - } - ], - "_prefab": { - "__id__": 189 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 34, - "height": 45 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 127.279, - 7.376, - 0, - 0, - 0, - 0, - 1, - 0.9, - 0.9, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 187 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "931f521f-c27d-40e6-b1d7-50bde8f48a41" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "988c5aed-4fe1-4a90-b692-60edff8021a5" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "75Ril2tX5BxpIqth929HuT", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "coins0", - "_objFlags": 0, - "_parent": { - "__id__": 183 + "__id__": 186 }, "_children": [], "_active": true, @@ -7163,8 +7167,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 164.279, - 6.726, + 127.279, + 7.376, 0, 0, 0, @@ -7222,6 +7226,115 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "75Ril2tX5BxpIqth929HuT", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "coins0", + "_objFlags": 0, + "_parent": { + "__id__": 186 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 194 + } + ], + "_prefab": { + "__id__": 195 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 34, + "height": 45 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 164.279, + 6.726, + 0, + 0, + 0, + 0, + 1, + 0.9, + 0.9, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 193 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "931f521f-c27d-40e6-b1d7-50bde8f48a41" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "988c5aed-4fe1-4a90-b692-60edff8021a5" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -7249,12 +7362,9 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 176 + "__id__": 179 }, "_children": [ - { - "__id__": 195 - }, { "__id__": 198 }, @@ -7263,12 +7373,15 @@ }, { "__id__": 204 + }, + { + "__id__": 207 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 207 + "__id__": 210 }, "_opacity": 255, "_color": { @@ -7322,17 +7435,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 197 }, "_children": [], "_active": false, "_components": [ { - "__id__": 196 + "__id__": 199 } ], "_prefab": { - "__id__": 197 + "__id__": 200 }, "_opacity": 255, "_color": { @@ -7386,7 +7499,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 195 + "__id__": 198 }, "_enabled": true, "_materials": [ @@ -7431,17 +7544,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 194 + "__id__": 197 }, "_children": [], "_active": true, "_components": [ { - "__id__": 199 + "__id__": 202 } ], "_prefab": { - "__id__": 200 + "__id__": 203 }, "_opacity": 255, "_color": { @@ -7495,7 +7608,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 198 + "__id__": 201 }, "_enabled": true, "_materials": [ @@ -7540,116 +7653,7 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 194 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 202 - } - ], - "_prefab": { - "__id__": 203 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 34, - "height": 45 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 117.816, - 7.376, - 0, - 0, - 0, - 0, - 1, - 0.9, - 0.9, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 201 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "931f521f-c27d-40e6-b1d7-50bde8f48a41" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "988c5aed-4fe1-4a90-b692-60edff8021a5" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "7ds5MjV15HnICYD9p6SgAZ", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "coins0", - "_objFlags": 0, - "_parent": { - "__id__": 194 + "__id__": 197 }, "_children": [], "_active": true, @@ -7683,8 +7687,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 154.816, - 6.726, + 117.816, + 7.376, 0, 0, 0, @@ -7742,6 +7746,115 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "7ds5MjV15HnICYD9p6SgAZ", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "coins0", + "_objFlags": 0, + "_parent": { + "__id__": 197 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 208 + } + ], + "_prefab": { + "__id__": 209 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 34, + "height": 45 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 154.816, + 6.726, + 0, + 0, + 0, + 0, + 1, + 0.9, + 0.9, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 207 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "931f521f-c27d-40e6-b1d7-50bde8f48a41" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "988c5aed-4fe1-4a90-b692-60edff8021a5" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -7769,12 +7882,9 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 176 + "__id__": 179 }, "_children": [ - { - "__id__": 209 - }, { "__id__": 212 }, @@ -7783,12 +7893,15 @@ }, { "__id__": 218 + }, + { + "__id__": 221 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 221 + "__id__": 224 }, "_opacity": 255, "_color": { @@ -7842,17 +7955,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 208 + "__id__": 211 }, "_children": [], "_active": false, "_components": [ { - "__id__": 210 + "__id__": 213 } ], "_prefab": { - "__id__": 211 + "__id__": 214 }, "_opacity": 255, "_color": { @@ -7906,7 +8019,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 209 + "__id__": 212 }, "_enabled": true, "_materials": [ @@ -7951,17 +8064,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 208 + "__id__": 211 }, "_children": [], "_active": true, "_components": [ { - "__id__": 213 + "__id__": 216 } ], "_prefab": { - "__id__": 214 + "__id__": 217 }, "_opacity": 255, "_color": { @@ -8015,7 +8128,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 212 + "__id__": 215 }, "_enabled": true, "_materials": [ @@ -8060,116 +8173,7 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 208 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 216 - } - ], - "_prefab": { - "__id__": 217 - }, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 34, - "height": 45 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -76.152, - 7.376, - 0, - 0, - 0, - 0, - 1, - 0.9, - 0.9, - 1 - ] - }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 - }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 215 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "931f521f-c27d-40e6-b1d7-50bde8f48a41" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "988c5aed-4fe1-4a90-b692-60edff8021a5" - }, - "_id": "" - }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "daTjEKNFVAwasggHvQVYNZ", - "sync": false - }, - { - "__type__": "cc.Node", - "_name": "coins0", - "_objFlags": 0, - "_parent": { - "__id__": 208 + "__id__": 211 }, "_children": [], "_active": true, @@ -8203,8 +8207,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -39.152, - 6.726, + -76.152, + 7.376, 0, 0, 0, @@ -8262,6 +8266,115 @@ }, "_id": "" }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "daTjEKNFVAwasggHvQVYNZ", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "coins0", + "_objFlags": 0, + "_parent": { + "__id__": 211 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 222 + } + ], + "_prefab": { + "__id__": 223 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 34, + "height": 45 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -39.152, + 6.726, + 0, + 0, + 0, + 0, + 1, + 0.9, + 0.9, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 221 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "931f521f-c27d-40e6-b1d7-50bde8f48a41" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": { + "__uuid__": "988c5aed-4fe1-4a90-b692-60edff8021a5" + }, + "_id": "" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -8284,12 +8397,119 @@ "fileId": "58C5K7sJpNDqoOWxMXRDAo", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 179 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 226 + } + ], + "_prefab": { + "__id__": 227 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 176 + "__id__": 225 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "31/LLkJW9CRYUamOuxfl05", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 179 }, "_enabled": true, "_materials": [ @@ -8321,7 +8541,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 176 + "__id__": 179 }, "_enabled": true, "_normalMaterial": null, @@ -8330,7 +8550,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 224 + "__id__": 230 } ], "_N$interactable": true, @@ -8386,7 +8606,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 176 + "__id__": 179 }, "_id": "" }, @@ -8430,12 +8650,6 @@ "__id__": 8 }, "_children": [ - { - "__id__": 228 - }, - { - "__id__": 231 - }, { "__id__": 234 }, @@ -8449,13 +8663,19 @@ "__id__": 243 }, { - "__id__": 290 + "__id__": 246 + }, + { + "__id__": 249 + }, + { + "__id__": 299 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 295 + "__id__": 304 }, "_opacity": 255, "_color": { @@ -8509,17 +8729,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 227 + "__id__": 233 }, "_children": [], "_active": true, "_components": [ { - "__id__": 229 + "__id__": 235 } ], "_prefab": { - "__id__": 230 + "__id__": 236 }, "_opacity": 255, "_color": { @@ -8573,7 +8793,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 228 + "__id__": 234 }, "_enabled": true, "_materials": [ @@ -8616,17 +8836,17 @@ "_name": "chubuqule", "_objFlags": 0, "_parent": { - "__id__": 227 + "__id__": 233 }, "_children": [], "_active": true, "_components": [ { - "__id__": 232 + "__id__": 238 } ], "_prefab": { - "__id__": 233 + "__id__": 239 }, "_opacity": 255, "_color": { @@ -8680,7 +8900,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 231 + "__id__": 237 }, "_enabled": true, "_materials": [ @@ -8723,17 +8943,17 @@ "_name": "boom_show", "_objFlags": 0, "_parent": { - "__id__": 227 + "__id__": 233 }, "_children": [], "_active": true, "_components": [ { - "__id__": 235 + "__id__": 241 } ], "_prefab": { - "__id__": 236 + "__id__": 242 }, "_opacity": 255, "_color": { @@ -8787,7 +9007,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 234 + "__id__": 240 }, "_enabled": false, "_materials": [ @@ -8828,17 +9048,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 227 + "__id__": 233 }, "_children": [], "_active": true, "_components": [ { - "__id__": 238 + "__id__": 244 } ], "_prefab": { - "__id__": 239 + "__id__": 245 }, "_opacity": 255, "_color": { @@ -8850,7 +9070,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 650, + "width": 649, "height": 638 }, "_anchorPoint": { @@ -8892,7 +9112,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 237 + "__id__": 243 }, "_enabled": true, "_materials": [ @@ -8935,17 +9155,17 @@ "_name": "door", "_objFlags": 0, "_parent": { - "__id__": 227 + "__id__": 233 }, "_children": [], "_active": true, "_components": [ { - "__id__": 241 + "__id__": 247 } ], "_prefab": { - "__id__": 242 + "__id__": 248 }, "_opacity": 255, "_color": { @@ -8957,7 +9177,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 615, + "width": 614, "height": 93 }, "_anchorPoint": { @@ -8999,7 +9219,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 240 + "__id__": 246 }, "_enabled": true, "_materials": [ @@ -9042,33 +9262,36 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 227 + "__id__": 233 }, "_children": [ { - "__id__": 244 + "__id__": 250 }, { - "__id__": 247 + "__id__": 253 }, { - "__id__": 258 + "__id__": 264 }, { - "__id__": 272 + "__id__": 278 + }, + { + "__id__": 292 } ], "_active": true, "_components": [ { - "__id__": 286 + "__id__": 295 }, { - "__id__": 287 + "__id__": 296 } ], "_prefab": { - "__id__": 289 + "__id__": 298 }, "_opacity": 255, "_color": { @@ -9122,17 +9345,17 @@ "_name": "doudakai", "_objFlags": 0, "_parent": { - "__id__": 243 + "__id__": 249 }, "_children": [], "_active": true, "_components": [ { - "__id__": 245 + "__id__": 251 } ], "_prefab": { - "__id__": 246 + "__id__": 252 }, "_opacity": 255, "_color": { @@ -9186,7 +9409,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 244 + "__id__": 250 }, "_enabled": true, "_materials": [ @@ -9229,23 +9452,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 243 + "__id__": 249 }, "_children": [ - { - "__id__": 248 - }, - { - "__id__": 251 - }, { "__id__": 254 + }, + { + "__id__": 257 + }, + { + "__id__": 260 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 257 + "__id__": 263 }, "_opacity": 255, "_color": { @@ -9299,17 +9522,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 247 + "__id__": 253 }, "_children": [], "_active": true, "_components": [ { - "__id__": 249 + "__id__": 255 } ], "_prefab": { - "__id__": 250 + "__id__": 256 }, "_opacity": 255, "_color": { @@ -9363,7 +9586,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 248 + "__id__": 254 }, "_enabled": true, "_materials": [ @@ -9408,17 +9631,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 247 + "__id__": 253 }, "_children": [], "_active": true, "_components": [ { - "__id__": 252 + "__id__": 258 } ], "_prefab": { - "__id__": 253 + "__id__": 259 }, "_opacity": 255, "_color": { @@ -9472,7 +9695,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 251 + "__id__": 257 }, "_enabled": true, "_materials": [ @@ -9517,17 +9740,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 247 + "__id__": 253 }, "_children": [], "_active": true, "_components": [ { - "__id__": 255 + "__id__": 261 } ], "_prefab": { - "__id__": 256 + "__id__": 262 }, "_opacity": 255, "_color": { @@ -9581,7 +9804,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 254 + "__id__": 260 }, "_enabled": true, "_materials": [ @@ -9637,26 +9860,26 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 243 + "__id__": 249 }, "_children": [ - { - "__id__": 259 - }, - { - "__id__": 262 - }, { "__id__": 265 }, { "__id__": 268 + }, + { + "__id__": 271 + }, + { + "__id__": 274 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 271 + "__id__": 277 }, "_opacity": 255, "_color": { @@ -9710,17 +9933,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 258 + "__id__": 264 }, "_children": [], "_active": false, "_components": [ { - "__id__": 260 + "__id__": 266 } ], "_prefab": { - "__id__": 261 + "__id__": 267 }, "_opacity": 255, "_color": { @@ -9774,7 +9997,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 259 + "__id__": 265 }, "_enabled": true, "_materials": [ @@ -9819,17 +10042,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 258 + "__id__": 264 }, "_children": [], "_active": true, "_components": [ { - "__id__": 263 + "__id__": 269 } ], "_prefab": { - "__id__": 264 + "__id__": 270 }, "_opacity": 255, "_color": { @@ -9883,7 +10106,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 262 + "__id__": 268 }, "_enabled": true, "_materials": [ @@ -9928,17 +10151,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 258 + "__id__": 264 }, "_children": [], "_active": true, "_components": [ { - "__id__": 266 + "__id__": 272 } ], "_prefab": { - "__id__": 267 + "__id__": 273 }, "_opacity": 255, "_color": { @@ -9992,7 +10215,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 265 + "__id__": 271 }, "_enabled": true, "_materials": [ @@ -10037,17 +10260,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 258 + "__id__": 264 }, "_children": [], "_active": true, "_components": [ { - "__id__": 269 + "__id__": 275 } ], "_prefab": { - "__id__": 270 + "__id__": 276 }, "_opacity": 255, "_color": { @@ -10101,7 +10324,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 268 + "__id__": 274 }, "_enabled": true, "_materials": [ @@ -10157,26 +10380,26 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 243 + "__id__": 249 }, "_children": [ - { - "__id__": 273 - }, - { - "__id__": 276 - }, { "__id__": 279 }, { "__id__": 282 + }, + { + "__id__": 285 + }, + { + "__id__": 288 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 285 + "__id__": 291 }, "_opacity": 255, "_color": { @@ -10230,17 +10453,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 272 + "__id__": 278 }, "_children": [], "_active": false, "_components": [ { - "__id__": 274 + "__id__": 280 } ], "_prefab": { - "__id__": 275 + "__id__": 281 }, "_opacity": 255, "_color": { @@ -10294,7 +10517,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 273 + "__id__": 279 }, "_enabled": true, "_materials": [ @@ -10339,17 +10562,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 272 + "__id__": 278 }, "_children": [], "_active": true, "_components": [ { - "__id__": 277 + "__id__": 283 } ], "_prefab": { - "__id__": 278 + "__id__": 284 }, "_opacity": 255, "_color": { @@ -10403,7 +10626,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 276 + "__id__": 282 }, "_enabled": true, "_materials": [ @@ -10448,17 +10671,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 272 + "__id__": 278 }, "_children": [], "_active": true, "_components": [ { - "__id__": 280 + "__id__": 286 } ], "_prefab": { - "__id__": 281 + "__id__": 287 }, "_opacity": 255, "_color": { @@ -10512,7 +10735,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 279 + "__id__": 285 }, "_enabled": true, "_materials": [ @@ -10557,17 +10780,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 272 + "__id__": 278 }, "_children": [], "_active": true, "_components": [ { - "__id__": 283 + "__id__": 289 } ], "_prefab": { - "__id__": 284 + "__id__": 290 }, "_opacity": 255, "_color": { @@ -10621,7 +10844,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 282 + "__id__": 288 }, "_enabled": true, "_materials": [ @@ -10672,12 +10895,119 @@ "fileId": "c3dVVkrUlA84IuHF8O3PgT", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 249 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 293 + } + ], + "_prefab": { + "__id__": 294 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 243 + "__id__": 292 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "3f/+Y/Ns5LaKNmkicldolt", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 249 }, "_enabled": true, "_materials": [ @@ -10709,7 +11039,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 243 + "__id__": 249 }, "_enabled": true, "_normalMaterial": null, @@ -10718,7 +11048,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 288 + "__id__": 297 } ], "_N$interactable": true, @@ -10774,7 +11104,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 243 + "__id__": 249 }, "_id": "" }, @@ -10804,20 +11134,20 @@ "_name": "giveup", "_objFlags": 0, "_parent": { - "__id__": 227 + "__id__": 233 }, "_children": [], "_active": true, "_components": [ { - "__id__": 291 + "__id__": 300 }, { - "__id__": 292 + "__id__": 301 } ], "_prefab": { - "__id__": 294 + "__id__": 303 }, "_opacity": 255, "_color": { @@ -10871,7 +11201,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 290 + "__id__": 299 }, "_enabled": true, "_materials": [ @@ -10903,7 +11233,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 290 + "__id__": 299 }, "_enabled": true, "_normalMaterial": null, @@ -10912,7 +11242,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 293 + "__id__": 302 } ], "_N$interactable": true, @@ -10968,7 +11298,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 290 + "__id__": 299 }, "_id": "" }, @@ -11012,15 +11342,6 @@ "__id__": 8 }, "_children": [ - { - "__id__": 297 - }, - { - "__id__": 300 - }, - { - "__id__": 303 - }, { "__id__": 306 }, @@ -11028,13 +11349,22 @@ "__id__": 309 }, { - "__id__": 356 + "__id__": 312 + }, + { + "__id__": 315 + }, + { + "__id__": 318 + }, + { + "__id__": 368 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 361 + "__id__": 373 }, "_opacity": 255, "_color": { @@ -11088,17 +11418,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 305 }, "_children": [], "_active": true, "_components": [ { - "__id__": 298 + "__id__": 307 } ], "_prefab": { - "__id__": 299 + "__id__": 308 }, "_opacity": 255, "_color": { @@ -11152,7 +11482,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 297 + "__id__": 306 }, "_enabled": true, "_materials": [ @@ -11195,17 +11525,17 @@ "_name": "chubuqule", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 305 }, "_children": [], "_active": true, "_components": [ { - "__id__": 301 + "__id__": 310 } ], "_prefab": { - "__id__": 302 + "__id__": 311 }, "_opacity": 255, "_color": { @@ -11259,7 +11589,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 300 + "__id__": 309 }, "_enabled": true, "_materials": [ @@ -11302,17 +11632,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 305 }, "_children": [], "_active": true, "_components": [ { - "__id__": 304 + "__id__": 313 } ], "_prefab": { - "__id__": 305 + "__id__": 314 }, "_opacity": 255, "_color": { @@ -11324,7 +11654,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 650, + "width": 649, "height": 638 }, "_anchorPoint": { @@ -11366,7 +11696,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 303 + "__id__": 312 }, "_enabled": true, "_materials": [ @@ -11409,17 +11739,17 @@ "_name": "door", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 305 }, "_children": [], "_active": true, "_components": [ { - "__id__": 307 + "__id__": 316 } ], "_prefab": { - "__id__": 308 + "__id__": 317 }, "_opacity": 255, "_color": { @@ -11473,7 +11803,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 306 + "__id__": 315 }, "_enabled": true, "_materials": [ @@ -11516,33 +11846,36 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 305 }, "_children": [ { - "__id__": 310 + "__id__": 319 }, { - "__id__": 313 + "__id__": 322 }, { - "__id__": 324 + "__id__": 333 }, { - "__id__": 338 + "__id__": 347 + }, + { + "__id__": 361 } ], "_active": true, "_components": [ { - "__id__": 352 + "__id__": 364 }, { - "__id__": 353 + "__id__": 365 } ], "_prefab": { - "__id__": 355 + "__id__": 367 }, "_opacity": 255, "_color": { @@ -11596,17 +11929,17 @@ "_name": "doudakai", "_objFlags": 0, "_parent": { - "__id__": 309 + "__id__": 318 }, "_children": [], "_active": true, "_components": [ { - "__id__": 311 + "__id__": 320 } ], "_prefab": { - "__id__": 312 + "__id__": 321 }, "_opacity": 255, "_color": { @@ -11660,7 +11993,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 310 + "__id__": 319 }, "_enabled": true, "_materials": [ @@ -11703,23 +12036,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 309 + "__id__": 318 }, "_children": [ { - "__id__": 314 + "__id__": 323 }, { - "__id__": 317 + "__id__": 326 }, { - "__id__": 320 + "__id__": 329 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 323 + "__id__": 332 }, "_opacity": 255, "_color": { @@ -11773,17 +12106,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 313 + "__id__": 322 }, "_children": [], "_active": true, "_components": [ { - "__id__": 315 + "__id__": 324 } ], "_prefab": { - "__id__": 316 + "__id__": 325 }, "_opacity": 255, "_color": { @@ -11837,7 +12170,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 314 + "__id__": 323 }, "_enabled": true, "_materials": [ @@ -11882,17 +12215,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 313 + "__id__": 322 }, "_children": [], "_active": true, "_components": [ { - "__id__": 318 + "__id__": 327 } ], "_prefab": { - "__id__": 319 + "__id__": 328 }, "_opacity": 255, "_color": { @@ -11946,7 +12279,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 317 + "__id__": 326 }, "_enabled": true, "_materials": [ @@ -11991,17 +12324,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 313 + "__id__": 322 }, "_children": [], "_active": true, "_components": [ { - "__id__": 321 + "__id__": 330 } ], "_prefab": { - "__id__": 322 + "__id__": 331 }, "_opacity": 255, "_color": { @@ -12055,7 +12388,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 320 + "__id__": 329 }, "_enabled": true, "_materials": [ @@ -12111,26 +12444,26 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 309 + "__id__": 318 }, "_children": [ - { - "__id__": 325 - }, - { - "__id__": 328 - }, - { - "__id__": 331 - }, { "__id__": 334 + }, + { + "__id__": 337 + }, + { + "__id__": 340 + }, + { + "__id__": 343 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 337 + "__id__": 346 }, "_opacity": 255, "_color": { @@ -12184,17 +12517,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 324 + "__id__": 333 }, "_children": [], "_active": false, "_components": [ { - "__id__": 326 + "__id__": 335 } ], "_prefab": { - "__id__": 327 + "__id__": 336 }, "_opacity": 255, "_color": { @@ -12248,7 +12581,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 325 + "__id__": 334 }, "_enabled": true, "_materials": [ @@ -12293,17 +12626,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 324 + "__id__": 333 }, "_children": [], "_active": true, "_components": [ { - "__id__": 329 + "__id__": 338 } ], "_prefab": { - "__id__": 330 + "__id__": 339 }, "_opacity": 255, "_color": { @@ -12357,7 +12690,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 328 + "__id__": 337 }, "_enabled": true, "_materials": [ @@ -12402,17 +12735,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 324 + "__id__": 333 }, "_children": [], "_active": true, "_components": [ { - "__id__": 332 + "__id__": 341 } ], "_prefab": { - "__id__": 333 + "__id__": 342 }, "_opacity": 255, "_color": { @@ -12466,7 +12799,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 331 + "__id__": 340 }, "_enabled": true, "_materials": [ @@ -12511,17 +12844,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 324 + "__id__": 333 }, "_children": [], "_active": true, "_components": [ { - "__id__": 335 + "__id__": 344 } ], "_prefab": { - "__id__": 336 + "__id__": 345 }, "_opacity": 255, "_color": { @@ -12575,7 +12908,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 334 + "__id__": 343 }, "_enabled": true, "_materials": [ @@ -12631,26 +12964,26 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 309 + "__id__": 318 }, "_children": [ - { - "__id__": 339 - }, - { - "__id__": 342 - }, - { - "__id__": 345 - }, { "__id__": 348 + }, + { + "__id__": 351 + }, + { + "__id__": 354 + }, + { + "__id__": 357 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 351 + "__id__": 360 }, "_opacity": 255, "_color": { @@ -12704,17 +13037,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 338 + "__id__": 347 }, "_children": [], "_active": false, "_components": [ { - "__id__": 340 + "__id__": 349 } ], "_prefab": { - "__id__": 341 + "__id__": 350 }, "_opacity": 255, "_color": { @@ -12768,7 +13101,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 339 + "__id__": 348 }, "_enabled": true, "_materials": [ @@ -12813,17 +13146,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 338 + "__id__": 347 }, "_children": [], "_active": true, "_components": [ { - "__id__": 343 + "__id__": 352 } ], "_prefab": { - "__id__": 344 + "__id__": 353 }, "_opacity": 255, "_color": { @@ -12877,7 +13210,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 342 + "__id__": 351 }, "_enabled": true, "_materials": [ @@ -12922,17 +13255,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 338 + "__id__": 347 }, "_children": [], "_active": true, "_components": [ { - "__id__": 346 + "__id__": 355 } ], "_prefab": { - "__id__": 347 + "__id__": 356 }, "_opacity": 255, "_color": { @@ -12986,7 +13319,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 345 + "__id__": 354 }, "_enabled": true, "_materials": [ @@ -13031,17 +13364,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 338 + "__id__": 347 }, "_children": [], "_active": true, "_components": [ { - "__id__": 349 + "__id__": 358 } ], "_prefab": { - "__id__": 350 + "__id__": 359 }, "_opacity": 255, "_color": { @@ -13095,7 +13428,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 348 + "__id__": 357 }, "_enabled": true, "_materials": [ @@ -13146,12 +13479,119 @@ "fileId": "d20MWo0EJPhoxc7MijZRPh", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 318 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 362 + } + ], + "_prefab": { + "__id__": 363 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 309 + "__id__": 361 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "5fvYdztHZOVoAxcMrO+Udl", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 318 }, "_enabled": true, "_materials": [ @@ -13183,7 +13623,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 309 + "__id__": 318 }, "_enabled": true, "_normalMaterial": null, @@ -13192,7 +13632,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 354 + "__id__": 366 } ], "_N$interactable": true, @@ -13248,7 +13688,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 309 + "__id__": 318 }, "_id": "" }, @@ -13278,20 +13718,20 @@ "_name": "giveup", "_objFlags": 0, "_parent": { - "__id__": 296 + "__id__": 305 }, "_children": [], "_active": true, "_components": [ { - "__id__": 357 + "__id__": 369 }, { - "__id__": 358 + "__id__": 370 } ], "_prefab": { - "__id__": 360 + "__id__": 372 }, "_opacity": 255, "_color": { @@ -13345,7 +13785,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 356 + "__id__": 368 }, "_enabled": true, "_materials": [ @@ -13377,7 +13817,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 356 + "__id__": 368 }, "_enabled": true, "_normalMaterial": null, @@ -13386,7 +13826,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 359 + "__id__": 371 } ], "_N$interactable": true, @@ -13442,7 +13882,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 356 + "__id__": 368 }, "_id": "" }, @@ -13486,29 +13926,29 @@ "__id__": 8 }, "_children": [ - { - "__id__": 363 - }, - { - "__id__": 366 - }, - { - "__id__": 369 - }, - { - "__id__": 372 - }, { "__id__": 375 }, { - "__id__": 422 + "__id__": 378 + }, + { + "__id__": 381 + }, + { + "__id__": 384 + }, + { + "__id__": 387 + }, + { + "__id__": 437 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 427 + "__id__": 442 }, "_opacity": 255, "_color": { @@ -13562,17 +14002,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 362 + "__id__": 374 }, "_children": [], "_active": true, "_components": [ { - "__id__": 364 + "__id__": 376 } ], "_prefab": { - "__id__": 365 + "__id__": 377 }, "_opacity": 255, "_color": { @@ -13626,7 +14066,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 363 + "__id__": 375 }, "_enabled": true, "_materials": [ @@ -13669,17 +14109,17 @@ "_name": "chubuqule", "_objFlags": 0, "_parent": { - "__id__": 362 + "__id__": 374 }, "_children": [], "_active": true, "_components": [ { - "__id__": 367 + "__id__": 379 } ], "_prefab": { - "__id__": 368 + "__id__": 380 }, "_opacity": 255, "_color": { @@ -13733,7 +14173,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 366 + "__id__": 378 }, "_enabled": true, "_materials": [ @@ -13776,17 +14216,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 362 + "__id__": 374 }, "_children": [], "_active": true, "_components": [ { - "__id__": 370 + "__id__": 382 } ], "_prefab": { - "__id__": 371 + "__id__": 383 }, "_opacity": 255, "_color": { @@ -13798,7 +14238,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 650, + "width": 649, "height": 638 }, "_anchorPoint": { @@ -13840,7 +14280,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 369 + "__id__": 381 }, "_enabled": true, "_materials": [ @@ -13883,17 +14323,17 @@ "_name": "door", "_objFlags": 0, "_parent": { - "__id__": 362 + "__id__": 374 }, "_children": [], "_active": true, "_components": [ { - "__id__": 373 + "__id__": 385 } ], "_prefab": { - "__id__": 374 + "__id__": 386 }, "_opacity": 255, "_color": { @@ -13947,7 +14387,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 372 + "__id__": 384 }, "_enabled": true, "_materials": [ @@ -13990,33 +14430,36 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 362 + "__id__": 374 }, "_children": [ { - "__id__": 376 + "__id__": 388 }, { - "__id__": 379 + "__id__": 391 }, { - "__id__": 390 + "__id__": 402 }, { - "__id__": 404 + "__id__": 416 + }, + { + "__id__": 430 } ], "_active": true, "_components": [ { - "__id__": 418 + "__id__": 433 }, { - "__id__": 419 + "__id__": 434 } ], "_prefab": { - "__id__": 421 + "__id__": 436 }, "_opacity": 255, "_color": { @@ -14070,17 +14513,17 @@ "_name": "doudakai", "_objFlags": 0, "_parent": { - "__id__": 375 + "__id__": 387 }, "_children": [], "_active": true, "_components": [ { - "__id__": 377 + "__id__": 389 } ], "_prefab": { - "__id__": 378 + "__id__": 390 }, "_opacity": 255, "_color": { @@ -14134,7 +14577,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 376 + "__id__": 388 }, "_enabled": true, "_materials": [ @@ -14177,23 +14620,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 375 + "__id__": 387 }, "_children": [ { - "__id__": 380 + "__id__": 392 }, { - "__id__": 383 + "__id__": 395 }, { - "__id__": 386 + "__id__": 398 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 389 + "__id__": 401 }, "_opacity": 255, "_color": { @@ -14247,17 +14690,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 379 + "__id__": 391 }, "_children": [], "_active": true, "_components": [ { - "__id__": 381 + "__id__": 393 } ], "_prefab": { - "__id__": 382 + "__id__": 394 }, "_opacity": 255, "_color": { @@ -14311,7 +14754,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 380 + "__id__": 392 }, "_enabled": true, "_materials": [ @@ -14356,17 +14799,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 379 + "__id__": 391 }, "_children": [], "_active": true, "_components": [ { - "__id__": 384 + "__id__": 396 } ], "_prefab": { - "__id__": 385 + "__id__": 397 }, "_opacity": 255, "_color": { @@ -14420,7 +14863,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 383 + "__id__": 395 }, "_enabled": true, "_materials": [ @@ -14465,17 +14908,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 379 + "__id__": 391 }, "_children": [], "_active": true, "_components": [ { - "__id__": 387 + "__id__": 399 } ], "_prefab": { - "__id__": 388 + "__id__": 400 }, "_opacity": 255, "_color": { @@ -14529,7 +14972,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 386 + "__id__": 398 }, "_enabled": true, "_materials": [ @@ -14585,26 +15028,26 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 375 + "__id__": 387 }, "_children": [ { - "__id__": 391 + "__id__": 403 }, { - "__id__": 394 + "__id__": 406 }, { - "__id__": 397 + "__id__": 409 }, { - "__id__": 400 + "__id__": 412 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 403 + "__id__": 415 }, "_opacity": 255, "_color": { @@ -14658,17 +15101,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 390 + "__id__": 402 }, "_children": [], "_active": false, "_components": [ { - "__id__": 392 + "__id__": 404 } ], "_prefab": { - "__id__": 393 + "__id__": 405 }, "_opacity": 255, "_color": { @@ -14722,7 +15165,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 391 + "__id__": 403 }, "_enabled": true, "_materials": [ @@ -14767,17 +15210,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 390 + "__id__": 402 }, "_children": [], "_active": true, "_components": [ { - "__id__": 395 + "__id__": 407 } ], "_prefab": { - "__id__": 396 + "__id__": 408 }, "_opacity": 255, "_color": { @@ -14831,7 +15274,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 394 + "__id__": 406 }, "_enabled": true, "_materials": [ @@ -14876,17 +15319,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 390 + "__id__": 402 }, "_children": [], "_active": true, "_components": [ { - "__id__": 398 + "__id__": 410 } ], "_prefab": { - "__id__": 399 + "__id__": 411 }, "_opacity": 255, "_color": { @@ -14940,7 +15383,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 397 + "__id__": 409 }, "_enabled": true, "_materials": [ @@ -14985,17 +15428,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 390 + "__id__": 402 }, "_children": [], "_active": true, "_components": [ { - "__id__": 401 + "__id__": 413 } ], "_prefab": { - "__id__": 402 + "__id__": 414 }, "_opacity": 255, "_color": { @@ -15049,7 +15492,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 400 + "__id__": 412 }, "_enabled": true, "_materials": [ @@ -15105,26 +15548,26 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 375 + "__id__": 387 }, "_children": [ { - "__id__": 405 + "__id__": 417 }, { - "__id__": 408 + "__id__": 420 }, { - "__id__": 411 + "__id__": 423 }, { - "__id__": 414 + "__id__": 426 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 417 + "__id__": 429 }, "_opacity": 255, "_color": { @@ -15178,17 +15621,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 404 + "__id__": 416 }, "_children": [], "_active": false, "_components": [ { - "__id__": 406 + "__id__": 418 } ], "_prefab": { - "__id__": 407 + "__id__": 419 }, "_opacity": 255, "_color": { @@ -15242,7 +15685,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 405 + "__id__": 417 }, "_enabled": true, "_materials": [ @@ -15287,17 +15730,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 404 + "__id__": 416 }, "_children": [], "_active": true, "_components": [ { - "__id__": 409 + "__id__": 421 } ], "_prefab": { - "__id__": 410 + "__id__": 422 }, "_opacity": 255, "_color": { @@ -15351,7 +15794,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 408 + "__id__": 420 }, "_enabled": true, "_materials": [ @@ -15396,17 +15839,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 404 + "__id__": 416 }, "_children": [], "_active": true, "_components": [ { - "__id__": 412 + "__id__": 424 } ], "_prefab": { - "__id__": 413 + "__id__": 425 }, "_opacity": 255, "_color": { @@ -15460,7 +15903,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 411 + "__id__": 423 }, "_enabled": true, "_materials": [ @@ -15505,17 +15948,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 404 + "__id__": 416 }, "_children": [], "_active": true, "_components": [ { - "__id__": 415 + "__id__": 427 } ], "_prefab": { - "__id__": 416 + "__id__": 428 }, "_opacity": 255, "_color": { @@ -15569,7 +16012,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 414 + "__id__": 426 }, "_enabled": true, "_materials": [ @@ -15620,12 +16063,119 @@ "fileId": "bbigijJf5HLZlabAtlXKl4", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 387 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 431 + } + ], + "_prefab": { + "__id__": 432 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 375 + "__id__": 430 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "dfCJsNgjdBtqhtkxTAXWNe", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 387 }, "_enabled": true, "_materials": [ @@ -15657,7 +16207,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 375 + "__id__": 387 }, "_enabled": true, "_normalMaterial": null, @@ -15666,7 +16216,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 420 + "__id__": 435 } ], "_N$interactable": true, @@ -15722,7 +16272,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 375 + "__id__": 387 }, "_id": "" }, @@ -15752,20 +16302,20 @@ "_name": "giveup", "_objFlags": 0, "_parent": { - "__id__": 362 + "__id__": 374 }, "_children": [], "_active": true, "_components": [ { - "__id__": 423 + "__id__": 438 }, { - "__id__": 424 + "__id__": 439 } ], "_prefab": { - "__id__": 426 + "__id__": 441 }, "_opacity": 255, "_color": { @@ -15819,7 +16369,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 422 + "__id__": 437 }, "_enabled": true, "_materials": [ @@ -15851,7 +16401,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 422 + "__id__": 437 }, "_enabled": true, "_normalMaterial": null, @@ -15860,7 +16410,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 425 + "__id__": 440 } ], "_N$interactable": true, @@ -15916,7 +16466,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 422 + "__id__": 437 }, "_id": "" }, @@ -15961,28 +16511,28 @@ }, "_children": [ { - "__id__": 429 + "__id__": 444 }, { - "__id__": 432 + "__id__": 447 }, { - "__id__": 435 + "__id__": 450 }, { - "__id__": 438 + "__id__": 453 }, { - "__id__": 441 + "__id__": 456 }, { - "__id__": 488 + "__id__": 506 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 493 + "__id__": 511 }, "_opacity": 255, "_color": { @@ -16036,17 +16586,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 428 + "__id__": 443 }, "_children": [], "_active": true, "_components": [ { - "__id__": 430 + "__id__": 445 } ], "_prefab": { - "__id__": 431 + "__id__": 446 }, "_opacity": 255, "_color": { @@ -16058,8 +16608,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 880, - "height": 200 + "width": 685, + "height": 199 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -16100,7 +16650,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 429 + "__id__": 444 }, "_enabled": true, "_materials": [ @@ -16143,17 +16693,17 @@ "_name": "chubuqule", "_objFlags": 0, "_parent": { - "__id__": 428 + "__id__": 443 }, "_children": [], "_active": true, "_components": [ { - "__id__": 433 + "__id__": 448 } ], "_prefab": { - "__id__": 434 + "__id__": 449 }, "_opacity": 255, "_color": { @@ -16165,8 +16715,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 284, - "height": 66 + "width": 327, + "height": 84 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -16207,7 +16757,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 432 + "__id__": 447 }, "_enabled": true, "_materials": [ @@ -16250,17 +16800,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 428 + "__id__": 443 }, "_children": [], "_active": true, "_components": [ { - "__id__": 436 + "__id__": 451 } ], "_prefab": { - "__id__": 437 + "__id__": 452 }, "_opacity": 255, "_color": { @@ -16272,7 +16822,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 650, + "width": 649, "height": 638 }, "_anchorPoint": { @@ -16314,7 +16864,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 435 + "__id__": 450 }, "_enabled": true, "_materials": [ @@ -16357,17 +16907,17 @@ "_name": "door", "_objFlags": 0, "_parent": { - "__id__": 428 + "__id__": 443 }, "_children": [], "_active": true, "_components": [ { - "__id__": 439 + "__id__": 454 } ], "_prefab": { - "__id__": 440 + "__id__": 455 }, "_opacity": 255, "_color": { @@ -16421,7 +16971,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 438 + "__id__": 453 }, "_enabled": true, "_materials": [ @@ -16464,33 +17014,36 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 428 + "__id__": 443 }, "_children": [ { - "__id__": 442 + "__id__": 457 }, { - "__id__": 445 + "__id__": 460 }, { - "__id__": 456 + "__id__": 471 }, { - "__id__": 470 + "__id__": 485 + }, + { + "__id__": 499 } ], "_active": true, "_components": [ { - "__id__": 484 + "__id__": 502 }, { - "__id__": 485 + "__id__": 503 } ], "_prefab": { - "__id__": 487 + "__id__": 505 }, "_opacity": 255, "_color": { @@ -16502,8 +17055,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 636, - "height": 173 + "width": 642, + "height": 170 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -16544,17 +17097,17 @@ "_name": "doudakai", "_objFlags": 0, "_parent": { - "__id__": 441 + "__id__": 456 }, "_children": [], "_active": true, "_components": [ { - "__id__": 443 + "__id__": 458 } ], "_prefab": { - "__id__": 444 + "__id__": 459 }, "_opacity": 255, "_color": { @@ -16608,7 +17161,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 442 + "__id__": 457 }, "_enabled": true, "_materials": [ @@ -16651,23 +17204,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 441 + "__id__": 456 }, "_children": [ { - "__id__": 446 + "__id__": 461 }, { - "__id__": 449 + "__id__": 464 }, { - "__id__": 452 + "__id__": 467 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 455 + "__id__": 470 }, "_opacity": 255, "_color": { @@ -16721,17 +17274,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 445 + "__id__": 460 }, "_children": [], "_active": true, "_components": [ { - "__id__": 447 + "__id__": 462 } ], "_prefab": { - "__id__": 448 + "__id__": 463 }, "_opacity": 255, "_color": { @@ -16785,7 +17338,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 446 + "__id__": 461 }, "_enabled": true, "_materials": [ @@ -16830,17 +17383,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 445 + "__id__": 460 }, "_children": [], "_active": true, "_components": [ { - "__id__": 450 + "__id__": 465 } ], "_prefab": { - "__id__": 451 + "__id__": 466 }, "_opacity": 255, "_color": { @@ -16894,7 +17447,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 449 + "__id__": 464 }, "_enabled": true, "_materials": [ @@ -16939,17 +17492,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 445 + "__id__": 460 }, "_children": [], "_active": true, "_components": [ { - "__id__": 453 + "__id__": 468 } ], "_prefab": { - "__id__": 454 + "__id__": 469 }, "_opacity": 255, "_color": { @@ -17003,7 +17556,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 452 + "__id__": 467 }, "_enabled": true, "_materials": [ @@ -17059,26 +17612,26 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 441 + "__id__": 456 }, "_children": [ { - "__id__": 457 + "__id__": 472 }, { - "__id__": 460 + "__id__": 475 }, { - "__id__": 463 + "__id__": 478 }, { - "__id__": 466 + "__id__": 481 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 469 + "__id__": 484 }, "_opacity": 255, "_color": { @@ -17132,17 +17685,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 456 + "__id__": 471 }, "_children": [], "_active": false, "_components": [ { - "__id__": 458 + "__id__": 473 } ], "_prefab": { - "__id__": 459 + "__id__": 474 }, "_opacity": 255, "_color": { @@ -17196,7 +17749,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 457 + "__id__": 472 }, "_enabled": true, "_materials": [ @@ -17241,17 +17794,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 456 + "__id__": 471 }, "_children": [], "_active": true, "_components": [ { - "__id__": 461 + "__id__": 476 } ], "_prefab": { - "__id__": 462 + "__id__": 477 }, "_opacity": 255, "_color": { @@ -17305,7 +17858,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 460 + "__id__": 475 }, "_enabled": true, "_materials": [ @@ -17350,17 +17903,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 456 + "__id__": 471 }, "_children": [], "_active": true, "_components": [ { - "__id__": 464 + "__id__": 479 } ], "_prefab": { - "__id__": 465 + "__id__": 480 }, "_opacity": 255, "_color": { @@ -17414,7 +17967,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 463 + "__id__": 478 }, "_enabled": true, "_materials": [ @@ -17459,17 +18012,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 456 + "__id__": 471 }, "_children": [], "_active": true, "_components": [ { - "__id__": 467 + "__id__": 482 } ], "_prefab": { - "__id__": 468 + "__id__": 483 }, "_opacity": 255, "_color": { @@ -17523,7 +18076,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 466 + "__id__": 481 }, "_enabled": true, "_materials": [ @@ -17579,26 +18132,26 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 441 + "__id__": 456 }, "_children": [ { - "__id__": 471 + "__id__": 486 }, { - "__id__": 474 + "__id__": 489 }, { - "__id__": 477 + "__id__": 492 }, { - "__id__": 480 + "__id__": 495 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 483 + "__id__": 498 }, "_opacity": 255, "_color": { @@ -17652,17 +18205,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 470 + "__id__": 485 }, "_children": [], "_active": false, "_components": [ { - "__id__": 472 + "__id__": 487 } ], "_prefab": { - "__id__": 473 + "__id__": 488 }, "_opacity": 255, "_color": { @@ -17716,7 +18269,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 471 + "__id__": 486 }, "_enabled": true, "_materials": [ @@ -17761,17 +18314,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 470 + "__id__": 485 }, "_children": [], "_active": true, "_components": [ { - "__id__": 475 + "__id__": 490 } ], "_prefab": { - "__id__": 476 + "__id__": 491 }, "_opacity": 255, "_color": { @@ -17825,7 +18378,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 474 + "__id__": 489 }, "_enabled": true, "_materials": [ @@ -17870,17 +18423,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 470 + "__id__": 485 }, "_children": [], "_active": true, "_components": [ { - "__id__": 478 + "__id__": 493 } ], "_prefab": { - "__id__": 479 + "__id__": 494 }, "_opacity": 255, "_color": { @@ -17934,7 +18487,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 477 + "__id__": 492 }, "_enabled": true, "_materials": [ @@ -17979,17 +18532,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 470 + "__id__": 485 }, "_children": [], "_active": true, "_components": [ { - "__id__": 481 + "__id__": 496 } ], "_prefab": { - "__id__": 482 + "__id__": 497 }, "_opacity": 255, "_color": { @@ -18043,7 +18596,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 480 + "__id__": 495 }, "_enabled": true, "_materials": [ @@ -18094,12 +18647,119 @@ "fileId": "16iRo26LNKk7nyUm/DLzQk", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 456 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 500 + } + ], + "_prefab": { + "__id__": 501 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 441 + "__id__": 499 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "0bNfGtKPNN26DSBqc1i4P9", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 456 }, "_enabled": true, "_materials": [ @@ -18131,7 +18791,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 441 + "__id__": 456 }, "_enabled": true, "_normalMaterial": null, @@ -18140,7 +18800,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 486 + "__id__": 504 } ], "_N$interactable": true, @@ -18196,7 +18856,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 441 + "__id__": 456 }, "_id": "" }, @@ -18226,20 +18886,20 @@ "_name": "giveup", "_objFlags": 0, "_parent": { - "__id__": 428 + "__id__": 443 }, "_children": [], "_active": true, "_components": [ { - "__id__": 489 + "__id__": 507 }, { - "__id__": 490 + "__id__": 508 } ], "_prefab": { - "__id__": 492 + "__id__": 510 }, "_opacity": 255, "_color": { @@ -18251,8 +18911,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 434, - "height": 144 + "width": 438, + "height": 138 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -18293,7 +18953,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 488 + "__id__": 506 }, "_enabled": true, "_materials": [ @@ -18325,7 +18985,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 488 + "__id__": 506 }, "_enabled": true, "_normalMaterial": null, @@ -18334,7 +18994,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 491 + "__id__": 509 } ], "_N$interactable": true, @@ -18390,7 +19050,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 488 + "__id__": 506 }, "_id": "" }, @@ -18435,28 +19095,28 @@ }, "_children": [ { - "__id__": 495 + "__id__": 513 }, { - "__id__": 498 + "__id__": 516 }, { - "__id__": 501 + "__id__": 519 }, { - "__id__": 504 + "__id__": 522 }, { - "__id__": 507 + "__id__": 525 }, { - "__id__": 554 + "__id__": 575 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 559 + "__id__": 580 }, "_opacity": 255, "_color": { @@ -18510,17 +19170,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 494 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 496 + "__id__": 514 } ], "_prefab": { - "__id__": 497 + "__id__": 515 }, "_opacity": 255, "_color": { @@ -18574,7 +19234,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 495 + "__id__": 513 }, "_enabled": true, "_materials": [ @@ -18617,17 +19277,17 @@ "_name": "chubuqule", "_objFlags": 0, "_parent": { - "__id__": 494 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 499 + "__id__": 517 } ], "_prefab": { - "__id__": 500 + "__id__": 518 }, "_opacity": 255, "_color": { @@ -18681,7 +19341,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 498 + "__id__": 516 }, "_enabled": true, "_materials": [ @@ -18724,17 +19384,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 494 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 502 + "__id__": 520 } ], "_prefab": { - "__id__": 503 + "__id__": 521 }, "_opacity": 255, "_color": { @@ -18788,7 +19448,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 501 + "__id__": 519 }, "_enabled": true, "_materials": [ @@ -18831,17 +19491,17 @@ "_name": "door", "_objFlags": 0, "_parent": { - "__id__": 494 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 505 + "__id__": 523 } ], "_prefab": { - "__id__": 506 + "__id__": 524 }, "_opacity": 255, "_color": { @@ -18895,7 +19555,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 504 + "__id__": 522 }, "_enabled": true, "_materials": [ @@ -18938,33 +19598,36 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 494 + "__id__": 512 }, "_children": [ { - "__id__": 508 + "__id__": 526 }, { - "__id__": 511 + "__id__": 529 }, { - "__id__": 522 + "__id__": 540 }, { - "__id__": 536 + "__id__": 554 + }, + { + "__id__": 568 } ], "_active": true, "_components": [ { - "__id__": 550 + "__id__": 571 }, { - "__id__": 551 + "__id__": 572 } ], "_prefab": { - "__id__": 553 + "__id__": 574 }, "_opacity": 255, "_color": { @@ -19018,17 +19681,17 @@ "_name": "doudakai", "_objFlags": 0, "_parent": { - "__id__": 507 + "__id__": 525 }, "_children": [], "_active": true, "_components": [ { - "__id__": 509 + "__id__": 527 } ], "_prefab": { - "__id__": 510 + "__id__": 528 }, "_opacity": 255, "_color": { @@ -19082,7 +19745,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 508 + "__id__": 526 }, "_enabled": true, "_materials": [ @@ -19125,23 +19788,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 507 + "__id__": 525 }, "_children": [ { - "__id__": 512 + "__id__": 530 }, { - "__id__": 515 + "__id__": 533 }, { - "__id__": 518 + "__id__": 536 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 521 + "__id__": 539 }, "_opacity": 255, "_color": { @@ -19195,17 +19858,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 511 + "__id__": 529 }, "_children": [], "_active": true, "_components": [ { - "__id__": 513 + "__id__": 531 } ], "_prefab": { - "__id__": 514 + "__id__": 532 }, "_opacity": 255, "_color": { @@ -19259,7 +19922,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 512 + "__id__": 530 }, "_enabled": true, "_materials": [ @@ -19304,17 +19967,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 511 + "__id__": 529 }, "_children": [], "_active": true, "_components": [ { - "__id__": 516 + "__id__": 534 } ], "_prefab": { - "__id__": 517 + "__id__": 535 }, "_opacity": 255, "_color": { @@ -19368,7 +20031,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 515 + "__id__": 533 }, "_enabled": true, "_materials": [ @@ -19413,17 +20076,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 511 + "__id__": 529 }, "_children": [], "_active": true, "_components": [ { - "__id__": 519 + "__id__": 537 } ], "_prefab": { - "__id__": 520 + "__id__": 538 }, "_opacity": 255, "_color": { @@ -19477,7 +20140,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 518 + "__id__": 536 }, "_enabled": true, "_materials": [ @@ -19533,26 +20196,26 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 507 + "__id__": 525 }, "_children": [ { - "__id__": 523 + "__id__": 541 }, { - "__id__": 526 + "__id__": 544 }, { - "__id__": 529 + "__id__": 547 }, { - "__id__": 532 + "__id__": 550 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 535 + "__id__": 553 }, "_opacity": 255, "_color": { @@ -19606,17 +20269,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 522 + "__id__": 540 }, "_children": [], "_active": false, "_components": [ { - "__id__": 524 + "__id__": 542 } ], "_prefab": { - "__id__": 525 + "__id__": 543 }, "_opacity": 255, "_color": { @@ -19670,7 +20333,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 523 + "__id__": 541 }, "_enabled": true, "_materials": [ @@ -19715,17 +20378,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 522 + "__id__": 540 }, "_children": [], "_active": true, "_components": [ { - "__id__": 527 + "__id__": 545 } ], "_prefab": { - "__id__": 528 + "__id__": 546 }, "_opacity": 255, "_color": { @@ -19779,7 +20442,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 526 + "__id__": 544 }, "_enabled": true, "_materials": [ @@ -19824,17 +20487,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 522 + "__id__": 540 }, "_children": [], "_active": true, "_components": [ { - "__id__": 530 + "__id__": 548 } ], "_prefab": { - "__id__": 531 + "__id__": 549 }, "_opacity": 255, "_color": { @@ -19888,7 +20551,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 529 + "__id__": 547 }, "_enabled": true, "_materials": [ @@ -19933,17 +20596,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 522 + "__id__": 540 }, "_children": [], "_active": true, "_components": [ { - "__id__": 533 + "__id__": 551 } ], "_prefab": { - "__id__": 534 + "__id__": 552 }, "_opacity": 255, "_color": { @@ -19997,7 +20660,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 532 + "__id__": 550 }, "_enabled": true, "_materials": [ @@ -20053,26 +20716,26 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 507 + "__id__": 525 }, "_children": [ { - "__id__": 537 + "__id__": 555 }, { - "__id__": 540 + "__id__": 558 }, { - "__id__": 543 + "__id__": 561 }, { - "__id__": 546 + "__id__": 564 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 549 + "__id__": 567 }, "_opacity": 255, "_color": { @@ -20126,17 +20789,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 536 + "__id__": 554 }, "_children": [], "_active": false, "_components": [ { - "__id__": 538 + "__id__": 556 } ], "_prefab": { - "__id__": 539 + "__id__": 557 }, "_opacity": 255, "_color": { @@ -20190,7 +20853,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 537 + "__id__": 555 }, "_enabled": true, "_materials": [ @@ -20235,17 +20898,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 536 + "__id__": 554 }, "_children": [], "_active": true, "_components": [ { - "__id__": 541 + "__id__": 559 } ], "_prefab": { - "__id__": 542 + "__id__": 560 }, "_opacity": 255, "_color": { @@ -20299,7 +20962,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 540 + "__id__": 558 }, "_enabled": true, "_materials": [ @@ -20344,17 +21007,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 536 + "__id__": 554 }, "_children": [], "_active": true, "_components": [ { - "__id__": 544 + "__id__": 562 } ], "_prefab": { - "__id__": 545 + "__id__": 563 }, "_opacity": 255, "_color": { @@ -20408,7 +21071,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 543 + "__id__": 561 }, "_enabled": true, "_materials": [ @@ -20453,17 +21116,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 536 + "__id__": 554 }, "_children": [], "_active": true, "_components": [ { - "__id__": 547 + "__id__": 565 } ], "_prefab": { - "__id__": 548 + "__id__": 566 }, "_opacity": 255, "_color": { @@ -20517,7 +21180,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 546 + "__id__": 564 }, "_enabled": true, "_materials": [ @@ -20568,12 +21231,119 @@ "fileId": "47MQK/8A5ATYUiB2Sy2enp", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 525 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 569 + } + ], + "_prefab": { + "__id__": 570 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 507 + "__id__": 568 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f85LeG8oJFV6YV7ZX0pQI0", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 525 }, "_enabled": true, "_materials": [ @@ -20605,7 +21375,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 507 + "__id__": 525 }, "_enabled": true, "_normalMaterial": null, @@ -20614,7 +21384,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 552 + "__id__": 573 } ], "_N$interactable": true, @@ -20670,7 +21440,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 507 + "__id__": 525 }, "_id": "" }, @@ -20700,20 +21470,20 @@ "_name": "giveup", "_objFlags": 0, "_parent": { - "__id__": 494 + "__id__": 512 }, "_children": [], "_active": true, "_components": [ { - "__id__": 555 + "__id__": 576 }, { - "__id__": 556 + "__id__": 577 } ], "_prefab": { - "__id__": 558 + "__id__": 579 }, "_opacity": 255, "_color": { @@ -20767,7 +21537,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 554 + "__id__": 575 }, "_enabled": true, "_materials": [ @@ -20799,7 +21569,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 554 + "__id__": 575 }, "_enabled": true, "_normalMaterial": null, @@ -20808,7 +21578,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 557 + "__id__": 578 } ], "_N$interactable": true, @@ -20864,7 +21634,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 554 + "__id__": 575 }, "_id": "" }, @@ -20909,28 +21679,28 @@ }, "_children": [ { - "__id__": 561 + "__id__": 582 }, { - "__id__": 564 + "__id__": 585 }, { - "__id__": 567 + "__id__": 588 }, { - "__id__": 570 + "__id__": 591 }, { - "__id__": 573 + "__id__": 594 }, { - "__id__": 620 + "__id__": 644 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 625 + "__id__": 649 }, "_opacity": 255, "_color": { @@ -20984,17 +21754,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 560 + "__id__": 581 }, "_children": [], "_active": true, "_components": [ { - "__id__": 562 + "__id__": 583 } ], "_prefab": { - "__id__": 563 + "__id__": 584 }, "_opacity": 255, "_color": { @@ -21048,7 +21818,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 561 + "__id__": 582 }, "_enabled": true, "_materials": [ @@ -21091,17 +21861,17 @@ "_name": "chubuqule", "_objFlags": 0, "_parent": { - "__id__": 560 + "__id__": 581 }, "_children": [], "_active": true, "_components": [ { - "__id__": 565 + "__id__": 586 } ], "_prefab": { - "__id__": 566 + "__id__": 587 }, "_opacity": 255, "_color": { @@ -21155,7 +21925,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 564 + "__id__": 585 }, "_enabled": true, "_materials": [ @@ -21198,17 +21968,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 560 + "__id__": 581 }, "_children": [], "_active": true, "_components": [ { - "__id__": 568 + "__id__": 589 } ], "_prefab": { - "__id__": 569 + "__id__": 590 }, "_opacity": 255, "_color": { @@ -21262,7 +22032,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 567 + "__id__": 588 }, "_enabled": true, "_materials": [ @@ -21305,17 +22075,17 @@ "_name": "door", "_objFlags": 0, "_parent": { - "__id__": 560 + "__id__": 581 }, "_children": [], "_active": true, "_components": [ { - "__id__": 571 + "__id__": 592 } ], "_prefab": { - "__id__": 572 + "__id__": 593 }, "_opacity": 255, "_color": { @@ -21369,7 +22139,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 570 + "__id__": 591 }, "_enabled": true, "_materials": [ @@ -21412,33 +22182,36 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 560 + "__id__": 581 }, "_children": [ { - "__id__": 574 + "__id__": 595 }, { - "__id__": 577 + "__id__": 598 }, { - "__id__": 588 + "__id__": 609 }, { - "__id__": 602 + "__id__": 623 + }, + { + "__id__": 637 } ], "_active": true, "_components": [ { - "__id__": 616 + "__id__": 640 }, { - "__id__": 617 + "__id__": 641 } ], "_prefab": { - "__id__": 619 + "__id__": 643 }, "_opacity": 255, "_color": { @@ -21492,17 +22265,17 @@ "_name": "doudakai", "_objFlags": 0, "_parent": { - "__id__": 573 + "__id__": 594 }, "_children": [], "_active": true, "_components": [ { - "__id__": 575 + "__id__": 596 } ], "_prefab": { - "__id__": 576 + "__id__": 597 }, "_opacity": 255, "_color": { @@ -21556,7 +22329,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 574 + "__id__": 595 }, "_enabled": true, "_materials": [ @@ -21599,23 +22372,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 573 + "__id__": 594 }, "_children": [ { - "__id__": 578 + "__id__": 599 }, { - "__id__": 581 + "__id__": 602 }, { - "__id__": 584 + "__id__": 605 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 587 + "__id__": 608 }, "_opacity": 255, "_color": { @@ -21669,17 +22442,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 577 + "__id__": 598 }, "_children": [], "_active": true, "_components": [ { - "__id__": 579 + "__id__": 600 } ], "_prefab": { - "__id__": 580 + "__id__": 601 }, "_opacity": 255, "_color": { @@ -21733,7 +22506,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 578 + "__id__": 599 }, "_enabled": true, "_materials": [ @@ -21778,17 +22551,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 577 + "__id__": 598 }, "_children": [], "_active": true, "_components": [ { - "__id__": 582 + "__id__": 603 } ], "_prefab": { - "__id__": 583 + "__id__": 604 }, "_opacity": 255, "_color": { @@ -21842,7 +22615,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 581 + "__id__": 602 }, "_enabled": true, "_materials": [ @@ -21887,17 +22660,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 577 + "__id__": 598 }, "_children": [], "_active": true, "_components": [ { - "__id__": 585 + "__id__": 606 } ], "_prefab": { - "__id__": 586 + "__id__": 607 }, "_opacity": 255, "_color": { @@ -21951,7 +22724,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 584 + "__id__": 605 }, "_enabled": true, "_materials": [ @@ -22007,26 +22780,26 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 573 + "__id__": 594 }, "_children": [ { - "__id__": 589 + "__id__": 610 }, { - "__id__": 592 + "__id__": 613 }, { - "__id__": 595 + "__id__": 616 }, { - "__id__": 598 + "__id__": 619 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 601 + "__id__": 622 }, "_opacity": 255, "_color": { @@ -22080,17 +22853,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 588 + "__id__": 609 }, "_children": [], "_active": false, "_components": [ { - "__id__": 590 + "__id__": 611 } ], "_prefab": { - "__id__": 591 + "__id__": 612 }, "_opacity": 255, "_color": { @@ -22144,7 +22917,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 589 + "__id__": 610 }, "_enabled": true, "_materials": [ @@ -22189,17 +22962,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 588 + "__id__": 609 }, "_children": [], "_active": true, "_components": [ { - "__id__": 593 + "__id__": 614 } ], "_prefab": { - "__id__": 594 + "__id__": 615 }, "_opacity": 255, "_color": { @@ -22253,7 +23026,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 592 + "__id__": 613 }, "_enabled": true, "_materials": [ @@ -22298,17 +23071,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 588 + "__id__": 609 }, "_children": [], "_active": true, "_components": [ { - "__id__": 596 + "__id__": 617 } ], "_prefab": { - "__id__": 597 + "__id__": 618 }, "_opacity": 255, "_color": { @@ -22362,7 +23135,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 595 + "__id__": 616 }, "_enabled": true, "_materials": [ @@ -22407,17 +23180,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 588 + "__id__": 609 }, "_children": [], "_active": true, "_components": [ { - "__id__": 599 + "__id__": 620 } ], "_prefab": { - "__id__": 600 + "__id__": 621 }, "_opacity": 255, "_color": { @@ -22471,7 +23244,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 598 + "__id__": 619 }, "_enabled": true, "_materials": [ @@ -22527,26 +23300,26 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 573 + "__id__": 594 }, "_children": [ { - "__id__": 603 + "__id__": 624 }, { - "__id__": 606 + "__id__": 627 }, { - "__id__": 609 + "__id__": 630 }, { - "__id__": 612 + "__id__": 633 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 615 + "__id__": 636 }, "_opacity": 255, "_color": { @@ -22600,17 +23373,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 602 + "__id__": 623 }, "_children": [], "_active": false, "_components": [ { - "__id__": 604 + "__id__": 625 } ], "_prefab": { - "__id__": 605 + "__id__": 626 }, "_opacity": 255, "_color": { @@ -22664,7 +23437,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 603 + "__id__": 624 }, "_enabled": true, "_materials": [ @@ -22709,17 +23482,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 602 + "__id__": 623 }, "_children": [], "_active": true, "_components": [ { - "__id__": 607 + "__id__": 628 } ], "_prefab": { - "__id__": 608 + "__id__": 629 }, "_opacity": 255, "_color": { @@ -22773,7 +23546,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 606 + "__id__": 627 }, "_enabled": true, "_materials": [ @@ -22818,17 +23591,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 602 + "__id__": 623 }, "_children": [], "_active": true, "_components": [ { - "__id__": 610 + "__id__": 631 } ], "_prefab": { - "__id__": 611 + "__id__": 632 }, "_opacity": 255, "_color": { @@ -22882,7 +23655,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 609 + "__id__": 630 }, "_enabled": true, "_materials": [ @@ -22927,17 +23700,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 602 + "__id__": 623 }, "_children": [], "_active": true, "_components": [ { - "__id__": 613 + "__id__": 634 } ], "_prefab": { - "__id__": 614 + "__id__": 635 }, "_opacity": 255, "_color": { @@ -22991,7 +23764,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 612 + "__id__": 633 }, "_enabled": true, "_materials": [ @@ -23042,12 +23815,119 @@ "fileId": "9eGaklOLlDloXN90mixzqQ", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 594 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 638 + } + ], + "_prefab": { + "__id__": 639 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 573 + "__id__": 637 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "8akgZ+MABGlY2NkxYkJZEO", + "sync": false + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 594 }, "_enabled": true, "_materials": [ @@ -23079,7 +23959,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 573 + "__id__": 594 }, "_enabled": true, "_normalMaterial": null, @@ -23088,7 +23968,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 618 + "__id__": 642 } ], "_N$interactable": true, @@ -23144,7 +24024,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 573 + "__id__": 594 }, "_id": "" }, @@ -23174,20 +24054,20 @@ "_name": "giveup", "_objFlags": 0, "_parent": { - "__id__": 560 + "__id__": 581 }, "_children": [], "_active": true, "_components": [ { - "__id__": 621 + "__id__": 645 }, { - "__id__": 622 + "__id__": 646 } ], "_prefab": { - "__id__": 624 + "__id__": 648 }, "_opacity": 255, "_color": { @@ -23241,7 +24121,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 620 + "__id__": 644 }, "_enabled": true, "_materials": [ @@ -23273,7 +24153,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 620 + "__id__": 644 }, "_enabled": true, "_normalMaterial": null, @@ -23282,7 +24162,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 623 + "__id__": 647 } ], "_N$interactable": true, @@ -23338,7 +24218,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 620 + "__id__": 644 }, "_id": "" }, @@ -23383,28 +24263,31 @@ }, "_children": [ { - "__id__": 627 + "__id__": 651 }, { - "__id__": 630 + "__id__": 654 }, { - "__id__": 633 + "__id__": 657 }, { - "__id__": 636 + "__id__": 660 }, { - "__id__": 639 + "__id__": 663 }, { - "__id__": 686 + "__id__": 710 + }, + { + "__id__": 715 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 691 + "__id__": 718 }, "_opacity": 255, "_color": { @@ -23458,17 +24341,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 626 + "__id__": 650 }, "_children": [], "_active": true, "_components": [ { - "__id__": 628 + "__id__": 652 } ], "_prefab": { - "__id__": 629 + "__id__": 653 }, "_opacity": 255, "_color": { @@ -23522,7 +24405,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 627 + "__id__": 651 }, "_enabled": true, "_materials": [ @@ -23565,17 +24448,17 @@ "_name": "chubuqule", "_objFlags": 0, "_parent": { - "__id__": 626 + "__id__": 650 }, "_children": [], "_active": true, "_components": [ { - "__id__": 631 + "__id__": 655 } ], "_prefab": { - "__id__": 632 + "__id__": 656 }, "_opacity": 255, "_color": { @@ -23629,7 +24512,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 630 + "__id__": 654 }, "_enabled": true, "_materials": [ @@ -23672,17 +24555,17 @@ "_name": "guang", "_objFlags": 0, "_parent": { - "__id__": 626 + "__id__": 650 }, "_children": [], "_active": true, "_components": [ { - "__id__": 634 + "__id__": 658 } ], "_prefab": { - "__id__": 635 + "__id__": 659 }, "_opacity": 255, "_color": { @@ -23736,7 +24619,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 633 + "__id__": 657 }, "_enabled": true, "_materials": [ @@ -23779,17 +24662,17 @@ "_name": "door", "_objFlags": 0, "_parent": { - "__id__": 626 + "__id__": 650 }, "_children": [], "_active": true, "_components": [ { - "__id__": 637 + "__id__": 661 } ], "_prefab": { - "__id__": 638 + "__id__": 662 }, "_opacity": 255, "_color": { @@ -23843,7 +24726,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 636 + "__id__": 660 }, "_enabled": true, "_materials": [ @@ -23886,33 +24769,33 @@ "_name": "buyBtn", "_objFlags": 0, "_parent": { - "__id__": 626 + "__id__": 650 }, "_children": [ { - "__id__": 640 + "__id__": 664 }, { - "__id__": 643 + "__id__": 667 }, { - "__id__": 654 + "__id__": 678 }, { - "__id__": 668 + "__id__": 692 } ], "_active": true, "_components": [ { - "__id__": 682 + "__id__": 706 }, { - "__id__": 683 + "__id__": 707 } ], "_prefab": { - "__id__": 685 + "__id__": 709 }, "_opacity": 255, "_color": { @@ -23966,17 +24849,17 @@ "_name": "doudakai", "_objFlags": 0, "_parent": { - "__id__": 639 + "__id__": 663 }, "_children": [], "_active": true, "_components": [ { - "__id__": 641 + "__id__": 665 } ], "_prefab": { - "__id__": 642 + "__id__": 666 }, "_opacity": 255, "_color": { @@ -24030,7 +24913,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 640 + "__id__": 664 }, "_enabled": true, "_materials": [ @@ -24073,23 +24956,23 @@ "_name": "coin1", "_objFlags": 0, "_parent": { - "__id__": 639 + "__id__": 663 }, "_children": [ { - "__id__": 644 + "__id__": 668 }, { - "__id__": 647 + "__id__": 671 }, { - "__id__": 650 + "__id__": 674 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 653 + "__id__": 677 }, "_opacity": 255, "_color": { @@ -24143,17 +25026,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 643 + "__id__": 667 }, "_children": [], "_active": true, "_components": [ { - "__id__": 645 + "__id__": 669 } ], "_prefab": { - "__id__": 646 + "__id__": 670 }, "_opacity": 255, "_color": { @@ -24207,7 +25090,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 644 + "__id__": 668 }, "_enabled": true, "_materials": [ @@ -24252,17 +25135,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 643 + "__id__": 667 }, "_children": [], "_active": true, "_components": [ { - "__id__": 648 + "__id__": 672 } ], "_prefab": { - "__id__": 649 + "__id__": 673 }, "_opacity": 255, "_color": { @@ -24316,7 +25199,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 647 + "__id__": 671 }, "_enabled": true, "_materials": [ @@ -24361,17 +25244,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 643 + "__id__": 667 }, "_children": [], "_active": true, "_components": [ { - "__id__": 651 + "__id__": 675 } ], "_prefab": { - "__id__": 652 + "__id__": 676 }, "_opacity": 255, "_color": { @@ -24425,7 +25308,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 650 + "__id__": 674 }, "_enabled": true, "_materials": [ @@ -24481,26 +25364,26 @@ "_name": "coin2", "_objFlags": 0, "_parent": { - "__id__": 639 + "__id__": 663 }, "_children": [ { - "__id__": 655 + "__id__": 679 }, { - "__id__": 658 + "__id__": 682 }, { - "__id__": 661 + "__id__": 685 }, { - "__id__": 664 + "__id__": 688 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 667 + "__id__": 691 }, "_opacity": 255, "_color": { @@ -24554,17 +25437,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 654 + "__id__": 678 }, "_children": [], "_active": false, "_components": [ { - "__id__": 656 + "__id__": 680 } ], "_prefab": { - "__id__": 657 + "__id__": 681 }, "_opacity": 255, "_color": { @@ -24618,7 +25501,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 655 + "__id__": 679 }, "_enabled": true, "_materials": [ @@ -24663,17 +25546,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 654 + "__id__": 678 }, "_children": [], "_active": true, "_components": [ { - "__id__": 659 + "__id__": 683 } ], "_prefab": { - "__id__": 660 + "__id__": 684 }, "_opacity": 255, "_color": { @@ -24727,7 +25610,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 658 + "__id__": 682 }, "_enabled": true, "_materials": [ @@ -24772,17 +25655,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 654 + "__id__": 678 }, "_children": [], "_active": true, "_components": [ { - "__id__": 662 + "__id__": 686 } ], "_prefab": { - "__id__": 663 + "__id__": 687 }, "_opacity": 255, "_color": { @@ -24836,7 +25719,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 661 + "__id__": 685 }, "_enabled": true, "_materials": [ @@ -24881,17 +25764,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 654 + "__id__": 678 }, "_children": [], "_active": true, "_components": [ { - "__id__": 665 + "__id__": 689 } ], "_prefab": { - "__id__": 666 + "__id__": 690 }, "_opacity": 255, "_color": { @@ -24945,7 +25828,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 664 + "__id__": 688 }, "_enabled": true, "_materials": [ @@ -25001,26 +25884,26 @@ "_name": "coin3", "_objFlags": 0, "_parent": { - "__id__": 639 + "__id__": 663 }, "_children": [ { - "__id__": 669 + "__id__": 693 }, { - "__id__": 672 + "__id__": 696 }, { - "__id__": 675 + "__id__": 699 }, { - "__id__": 678 + "__id__": 702 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 681 + "__id__": 705 }, "_opacity": 255, "_color": { @@ -25074,17 +25957,17 @@ "_name": "coins1", "_objFlags": 0, "_parent": { - "__id__": 668 + "__id__": 692 }, "_children": [], "_active": false, "_components": [ { - "__id__": 670 + "__id__": 694 } ], "_prefab": { - "__id__": 671 + "__id__": 695 }, "_opacity": 255, "_color": { @@ -25138,7 +26021,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 669 + "__id__": 693 }, "_enabled": true, "_materials": [ @@ -25183,17 +26066,17 @@ "_name": "coins5", "_objFlags": 0, "_parent": { - "__id__": 668 + "__id__": 692 }, "_children": [], "_active": true, "_components": [ { - "__id__": 673 + "__id__": 697 } ], "_prefab": { - "__id__": 674 + "__id__": 698 }, "_opacity": 255, "_color": { @@ -25247,7 +26130,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 672 + "__id__": 696 }, "_enabled": true, "_materials": [ @@ -25292,17 +26175,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 668 + "__id__": 692 }, "_children": [], "_active": true, "_components": [ { - "__id__": 676 + "__id__": 700 } ], "_prefab": { - "__id__": 677 + "__id__": 701 }, "_opacity": 255, "_color": { @@ -25356,7 +26239,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 675 + "__id__": 699 }, "_enabled": true, "_materials": [ @@ -25401,17 +26284,17 @@ "_name": "coins0", "_objFlags": 0, "_parent": { - "__id__": 668 + "__id__": 692 }, "_children": [], "_active": true, "_components": [ { - "__id__": 679 + "__id__": 703 } ], "_prefab": { - "__id__": 680 + "__id__": 704 }, "_opacity": 255, "_color": { @@ -25465,7 +26348,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 678 + "__id__": 702 }, "_enabled": true, "_materials": [ @@ -25521,7 +26404,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 639 + "__id__": 663 }, "_enabled": true, "_materials": [ @@ -25553,7 +26436,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 639 + "__id__": 663 }, "_enabled": true, "_normalMaterial": null, @@ -25562,7 +26445,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 684 + "__id__": 708 } ], "_N$interactable": true, @@ -25618,7 +26501,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 639 + "__id__": 663 }, "_id": "" }, @@ -25648,20 +26531,20 @@ "_name": "giveup", "_objFlags": 0, "_parent": { - "__id__": 626 + "__id__": 650 }, "_children": [], "_active": true, "_components": [ { - "__id__": 687 + "__id__": 711 }, { - "__id__": 688 + "__id__": 712 } ], "_prefab": { - "__id__": 690 + "__id__": 714 }, "_opacity": 255, "_color": { @@ -25715,7 +26598,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 686 + "__id__": 710 }, "_enabled": true, "_materials": [ @@ -25747,7 +26630,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 686 + "__id__": 710 }, "_enabled": true, "_normalMaterial": null, @@ -25756,7 +26639,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 689 + "__id__": 713 } ], "_N$interactable": true, @@ -25812,7 +26695,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 686 + "__id__": 710 }, "_id": "" }, @@ -25837,6 +26720,113 @@ "fileId": "d8vWqlSrdHbp0SiPCvlGTd", "sync": false }, + { + "__type__": "cc.Node", + "_name": "coinIcon", + "_objFlags": 0, + "_parent": { + "__id__": 650 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 716 + } + ], + "_prefab": { + "__id__": 717 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 84, + "height": 95 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 78.559, + 4.935, + 0, + 0, + 0, + 0, + 1, + 1, + 1, + 1 + ] + }, + "_eulerAngles": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 715 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "d22678f9-a73b-4c94-af07-62a134fd2d30" + }, + "_type": 0, + "_sizeMode": 1, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "a7Jp7FWJ1NQIzVm25/ew/g", + "sync": false + }, { "__type__": "cc.PrefabInfo", "root": { @@ -25857,44 +26847,44 @@ }, "_children": [ { - "__id__": 693 - }, - { - "__id__": 697 - }, - { - "__id__": 709 - }, - { - "__id__": 712 - }, - { - "__id__": 721 + "__id__": 720 }, { "__id__": 724 }, { - "__id__": 727 + "__id__": 736 }, { - "__id__": 732 + "__id__": 739 }, { - "__id__": 737 + "__id__": 748 }, { - "__id__": 742 + "__id__": 751 + }, + { + "__id__": 754 + }, + { + "__id__": 759 + }, + { + "__id__": 764 + }, + { + "__id__": 769 } ], "_active": false, "_components": [ { - "__id__": 745 + "__id__": 772 } ], "_prefab": { - "__id__": 746 + "__id__": 773 }, "_opacity": 255, "_color": { @@ -25948,20 +26938,20 @@ "_name": "New Sprite(Splash)", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 694 + "__id__": 721 }, { - "__id__": 695 + "__id__": 722 } ], "_prefab": { - "__id__": 696 + "__id__": 723 }, "_opacity": 255, "_color": { @@ -26015,7 +27005,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 693 + "__id__": 720 }, "_enabled": true, "_materials": [ @@ -26047,7 +27037,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 693 + "__id__": 720 }, "_enabled": true, "alignMode": 1, @@ -26085,27 +27075,27 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [ { - "__id__": 698 + "__id__": 725 }, { - "__id__": 703 + "__id__": 730 } ], "_active": true, "_components": [ { - "__id__": 706 + "__id__": 733 }, { - "__id__": 707 + "__id__": 734 } ], "_prefab": { - "__id__": 708 + "__id__": 735 }, "_opacity": 255, "_color": { @@ -26159,20 +27149,20 @@ "_name": "closet", "_objFlags": 0, "_parent": { - "__id__": 697 + "__id__": 724 }, "_children": [], "_active": true, "_components": [ { - "__id__": 699 + "__id__": 726 }, { - "__id__": 700 + "__id__": 727 } ], "_prefab": { - "__id__": 702 + "__id__": 729 }, "_opacity": 255, "_color": { @@ -26226,7 +27216,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 698 + "__id__": 725 }, "_enabled": true, "_materials": [ @@ -26258,7 +27248,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 698 + "__id__": 725 }, "_enabled": true, "_normalMaterial": null, @@ -26267,7 +27257,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 701 + "__id__": 728 } ], "_N$interactable": true, @@ -26323,7 +27313,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 698 + "__id__": 725 }, "_id": "" }, @@ -26353,17 +27343,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 697 + "__id__": 724 }, "_children": [], "_active": true, "_components": [ { - "__id__": 704 + "__id__": 731 } ], "_prefab": { - "__id__": 705 + "__id__": 732 }, "_opacity": 255, "_color": { @@ -26417,7 +27407,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 703 + "__id__": 730 }, "_enabled": true, "_materials": [ @@ -26460,7 +27450,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 697 + "__id__": 724 }, "_enabled": true, "_materials": [ @@ -26492,7 +27482,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 697 + "__id__": 724 }, "_enabled": true, "_id": "" @@ -26513,17 +27503,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 710 + "__id__": 737 } ], "_prefab": { - "__id__": 711 + "__id__": 738 }, "_opacity": 255, "_color": { @@ -26577,7 +27567,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 709 + "__id__": 736 }, "_enabled": true, "_materials": [ @@ -26620,24 +27610,24 @@ "_name": "winStreak", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [ { - "__id__": 713 + "__id__": 740 }, { - "__id__": 716 + "__id__": 743 } ], "_active": true, "_components": [ { - "__id__": 719 + "__id__": 746 } ], "_prefab": { - "__id__": 720 + "__id__": 747 }, "_opacity": 255, "_color": { @@ -26691,17 +27681,17 @@ "_name": "hammer_action", "_objFlags": 0, "_parent": { - "__id__": 712 + "__id__": 739 }, "_children": [], "_active": true, "_components": [ { - "__id__": 714 + "__id__": 741 } ], "_prefab": { - "__id__": 715 + "__id__": 742 }, "_opacity": 255, "_color": { @@ -26755,7 +27745,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 713 + "__id__": 740 }, "_enabled": true, "_materials": [ @@ -26798,17 +27788,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 712 + "__id__": 739 }, "_children": [], "_active": true, "_components": [ { - "__id__": 717 + "__id__": 744 } ], "_prefab": { - "__id__": 718 + "__id__": 745 }, "_opacity": 255, "_color": { @@ -26820,7 +27810,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 306, + "width": 305, "height": 317 }, "_anchorPoint": { @@ -26862,7 +27852,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 716 + "__id__": 743 }, "_enabled": true, "_materials": [ @@ -26905,7 +27895,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 712 + "__id__": 739 }, "_enabled": true, "_materials": [ @@ -26946,17 +27936,17 @@ "_name": "day", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": false, "_components": [ { - "__id__": 722 + "__id__": 749 } ], "_prefab": { - "__id__": 723 + "__id__": 750 }, "_opacity": 255, "_color": { @@ -27010,7 +28000,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 721 + "__id__": 748 }, "_enabled": true, "_materials": [ @@ -27053,17 +28043,17 @@ "_name": "hp", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": false, "_components": [ { - "__id__": 725 + "__id__": 752 } ], "_prefab": { - "__id__": 726 + "__id__": 753 }, "_opacity": 255, "_color": { @@ -27117,7 +28107,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 724 + "__id__": 751 }, "_enabled": true, "_materials": [ @@ -27160,20 +28150,20 @@ "_name": "homeBtn", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 728 + "__id__": 755 }, { - "__id__": 729 + "__id__": 756 } ], "_prefab": { - "__id__": 731 + "__id__": 758 }, "_opacity": 255, "_color": { @@ -27227,7 +28217,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 727 + "__id__": 754 }, "_enabled": true, "_materials": [ @@ -27259,7 +28249,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 727 + "__id__": 754 }, "_enabled": true, "_normalMaterial": null, @@ -27268,7 +28258,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 730 + "__id__": 757 } ], "_N$interactable": true, @@ -27324,7 +28314,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 727 + "__id__": 754 }, "_id": "" }, @@ -27354,20 +28344,20 @@ "_name": "timeBtn", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 733 + "__id__": 760 }, { - "__id__": 734 + "__id__": 761 } ], "_prefab": { - "__id__": 736 + "__id__": 763 }, "_opacity": 255, "_color": { @@ -27421,7 +28411,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 732 + "__id__": 759 }, "_enabled": true, "_materials": [ @@ -27453,7 +28443,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 732 + "__id__": 759 }, "_enabled": true, "_normalMaterial": null, @@ -27462,7 +28452,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 735 + "__id__": 762 } ], "_N$interactable": true, @@ -27518,7 +28508,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 732 + "__id__": 759 }, "_id": "" }, @@ -27548,20 +28538,20 @@ "_name": "return", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 738 + "__id__": 765 }, { - "__id__": 739 + "__id__": 766 } ], "_prefab": { - "__id__": 741 + "__id__": 768 }, "_opacity": 255, "_color": { @@ -27615,7 +28605,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 737 + "__id__": 764 }, "_enabled": true, "_materials": [ @@ -27647,7 +28637,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 737 + "__id__": 764 }, "_enabled": true, "_normalMaterial": null, @@ -27656,7 +28646,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 740 + "__id__": 767 } ], "_N$interactable": true, @@ -27712,7 +28702,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 737 + "__id__": 764 }, "_id": "" }, @@ -27742,17 +28732,17 @@ "_name": "result_title", "_objFlags": 0, "_parent": { - "__id__": 692 + "__id__": 719 }, "_children": [], "_active": true, "_components": [ { - "__id__": 743 + "__id__": 770 } ], "_prefab": { - "__id__": 744 + "__id__": 771 }, "_opacity": 255, "_color": { @@ -27806,7 +28796,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 742 + "__id__": 769 }, "_enabled": true, "_materials": [ @@ -27849,7 +28839,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 692 + "__id__": 719 }, "_enabled": true, "alignMode": 1, @@ -27891,44 +28881,44 @@ }, "_children": [ { - "__id__": 748 + "__id__": 775 }, { - "__id__": 752 - }, - { - "__id__": 764 - }, - { - "__id__": 767 - }, - { - "__id__": 770 - }, - { - "__id__": 773 - }, - { - "__id__": 776 - }, - { - "__id__": 781 - }, - { - "__id__": 786 + "__id__": 779 }, { "__id__": 791 + }, + { + "__id__": 794 + }, + { + "__id__": 797 + }, + { + "__id__": 800 + }, + { + "__id__": 803 + }, + { + "__id__": 808 + }, + { + "__id__": 813 + }, + { + "__id__": 818 } ], "_active": false, "_components": [ { - "__id__": 794 + "__id__": 821 } ], "_prefab": { - "__id__": 795 + "__id__": 822 }, "_opacity": 255, "_color": { @@ -27982,20 +28972,20 @@ "_name": "New Sprite(Splash)", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 749 + "__id__": 776 }, { - "__id__": 750 + "__id__": 777 } ], "_prefab": { - "__id__": 751 + "__id__": 778 }, "_opacity": 255, "_color": { @@ -28049,7 +29039,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 748 + "__id__": 775 }, "_enabled": true, "_materials": [ @@ -28081,7 +29071,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 748 + "__id__": 775 }, "_enabled": true, "alignMode": 1, @@ -28119,27 +29109,27 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [ { - "__id__": 753 + "__id__": 780 }, { - "__id__": 758 + "__id__": 785 } ], "_active": true, "_components": [ { - "__id__": 761 + "__id__": 788 }, { - "__id__": 762 + "__id__": 789 } ], "_prefab": { - "__id__": 763 + "__id__": 790 }, "_opacity": 255, "_color": { @@ -28193,20 +29183,20 @@ "_name": "closet", "_objFlags": 0, "_parent": { - "__id__": 752 + "__id__": 779 }, "_children": [], "_active": true, "_components": [ { - "__id__": 754 + "__id__": 781 }, { - "__id__": 755 + "__id__": 782 } ], "_prefab": { - "__id__": 757 + "__id__": 784 }, "_opacity": 255, "_color": { @@ -28260,7 +29250,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 753 + "__id__": 780 }, "_enabled": true, "_materials": [ @@ -28292,7 +29282,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 753 + "__id__": 780 }, "_enabled": true, "_normalMaterial": null, @@ -28301,7 +29291,7 @@ "zoomScale": 1.2, "clickEvents": [ { - "__id__": 756 + "__id__": 783 } ], "_N$interactable": true, @@ -28357,7 +29347,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 753 + "__id__": 780 }, "_id": "" }, @@ -28387,17 +29377,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 752 + "__id__": 779 }, "_children": [], "_active": true, "_components": [ { - "__id__": 759 + "__id__": 786 } ], "_prefab": { - "__id__": 760 + "__id__": 787 }, "_opacity": 255, "_color": { @@ -28451,7 +29441,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 758 + "__id__": 785 }, "_enabled": true, "_materials": [ @@ -28494,7 +29484,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 752 + "__id__": 779 }, "_enabled": true, "_materials": [ @@ -28526,7 +29516,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 752 + "__id__": 779 }, "_enabled": true, "_id": "" @@ -28547,17 +29537,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 765 + "__id__": 792 } ], "_prefab": { - "__id__": 766 + "__id__": 793 }, "_opacity": 255, "_color": { @@ -28611,7 +29601,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 764 + "__id__": 791 }, "_enabled": true, "_materials": [ @@ -28654,17 +29644,17 @@ "_name": "winStreak", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 768 + "__id__": 795 } ], "_prefab": { - "__id__": 769 + "__id__": 796 }, "_opacity": 255, "_color": { @@ -28718,7 +29708,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 767 + "__id__": 794 }, "_enabled": true, "_materials": [ @@ -28761,17 +29751,17 @@ "_name": "day", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": false, "_components": [ { - "__id__": 771 + "__id__": 798 } ], "_prefab": { - "__id__": 772 + "__id__": 799 }, "_opacity": 255, "_color": { @@ -28825,7 +29815,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 770 + "__id__": 797 }, "_enabled": true, "_materials": [ @@ -28868,17 +29858,17 @@ "_name": "hp", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": false, "_components": [ { - "__id__": 774 + "__id__": 801 } ], "_prefab": { - "__id__": 775 + "__id__": 802 }, "_opacity": 255, "_color": { @@ -28932,7 +29922,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 773 + "__id__": 800 }, "_enabled": true, "_materials": [ @@ -28975,20 +29965,20 @@ "_name": "homeBtn", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 777 + "__id__": 804 }, { - "__id__": 778 + "__id__": 805 } ], "_prefab": { - "__id__": 780 + "__id__": 807 }, "_opacity": 255, "_color": { @@ -29042,7 +30032,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 776 + "__id__": 803 }, "_enabled": true, "_materials": [ @@ -29074,7 +30064,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 776 + "__id__": 803 }, "_enabled": true, "_normalMaterial": null, @@ -29083,7 +30073,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 779 + "__id__": 806 } ], "_N$interactable": true, @@ -29139,7 +30129,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 776 + "__id__": 803 }, "_id": "" }, @@ -29169,20 +30159,20 @@ "_name": "timeBtn", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 782 + "__id__": 809 }, { - "__id__": 783 + "__id__": 810 } ], "_prefab": { - "__id__": 785 + "__id__": 812 }, "_opacity": 255, "_color": { @@ -29236,7 +30226,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 781 + "__id__": 808 }, "_enabled": true, "_materials": [ @@ -29268,7 +30258,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 781 + "__id__": 808 }, "_enabled": true, "_normalMaterial": null, @@ -29277,7 +30267,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 784 + "__id__": 811 } ], "_N$interactable": true, @@ -29333,7 +30323,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 781 + "__id__": 808 }, "_id": "" }, @@ -29363,20 +30353,20 @@ "_name": "return", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 787 + "__id__": 814 }, { - "__id__": 788 + "__id__": 815 } ], "_prefab": { - "__id__": 790 + "__id__": 817 }, "_opacity": 255, "_color": { @@ -29430,7 +30420,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 786 + "__id__": 813 }, "_enabled": true, "_materials": [ @@ -29462,7 +30452,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 786 + "__id__": 813 }, "_enabled": true, "_normalMaterial": null, @@ -29471,7 +30461,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 789 + "__id__": 816 } ], "_N$interactable": true, @@ -29527,7 +30517,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 786 + "__id__": 813 }, "_id": "" }, @@ -29557,17 +30547,17 @@ "_name": "result_title", "_objFlags": 0, "_parent": { - "__id__": 747 + "__id__": 774 }, "_children": [], "_active": true, "_components": [ { - "__id__": 792 + "__id__": 819 } ], "_prefab": { - "__id__": 793 + "__id__": 820 }, "_opacity": 255, "_color": { @@ -29621,7 +30611,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 791 + "__id__": 818 }, "_enabled": true, "_materials": [ @@ -29664,7 +30654,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 747 + "__id__": 774 }, "_enabled": true, "alignMode": 1, @@ -29706,28 +30696,28 @@ }, "_children": [ { - "__id__": 797 + "__id__": 824 }, { - "__id__": 800 + "__id__": 827 }, { - "__id__": 808 + "__id__": 835 }, { - "__id__": 816 + "__id__": 843 }, { - "__id__": 821 + "__id__": 848 }, { - "__id__": 826 + "__id__": 853 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 831 + "__id__": 858 }, "_opacity": 255, "_color": { @@ -29781,17 +30771,17 @@ "_name": "New Sprite", "_objFlags": 0, "_parent": { - "__id__": 796 + "__id__": 823 }, "_children": [], "_active": true, "_components": [ { - "__id__": 798 + "__id__": 825 } ], "_prefab": { - "__id__": 799 + "__id__": 826 }, "_opacity": 255, "_color": { @@ -29845,7 +30835,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 797 + "__id__": 824 }, "_enabled": true, "_materials": [ @@ -29888,20 +30878,20 @@ "_name": "node1", "_objFlags": 0, "_parent": { - "__id__": 796 + "__id__": 823 }, "_children": [ { - "__id__": 801 + "__id__": 828 }, { - "__id__": 804 + "__id__": 831 } ], "_active": true, "_components": [], "_prefab": { - "__id__": 807 + "__id__": 834 }, "_opacity": 255, "_color": { @@ -29955,17 +30945,17 @@ "_name": "boom_show", "_objFlags": 0, "_parent": { - "__id__": 800 + "__id__": 827 }, "_children": [], "_active": true, "_components": [ { - "__id__": 802 + "__id__": 829 } ], "_prefab": { - "__id__": 803 + "__id__": 830 }, "_opacity": 255, "_color": { @@ -30019,7 +31009,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 801 + "__id__": 828 }, "_enabled": true, "_materials": [ @@ -30062,17 +31052,17 @@ "_name": "result_title4", "_objFlags": 0, "_parent": { - "__id__": 800 + "__id__": 827 }, "_children": [], "_active": true, "_components": [ { - "__id__": 805 + "__id__": 832 } ], "_prefab": { - "__id__": 806 + "__id__": 833 }, "_opacity": 255, "_color": { @@ -30126,7 +31116,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 804 + "__id__": 831 }, "_enabled": true, "_materials": [ @@ -30180,20 +31170,20 @@ "_name": "node2", "_objFlags": 0, "_parent": { - "__id__": 796 + "__id__": 823 }, "_children": [ { - "__id__": 809 + "__id__": 836 }, { - "__id__": 812 + "__id__": 839 } ], "_active": false, "_components": [], "_prefab": { - "__id__": 815 + "__id__": 842 }, "_opacity": 255, "_color": { @@ -30247,17 +31237,17 @@ "_name": "result_title4", "_objFlags": 0, "_parent": { - "__id__": 808 + "__id__": 835 }, "_children": [], "_active": true, "_components": [ { - "__id__": 810 + "__id__": 837 } ], "_prefab": { - "__id__": 811 + "__id__": 838 }, "_opacity": 255, "_color": { @@ -30311,7 +31301,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 809 + "__id__": 836 }, "_enabled": true, "_materials": [ @@ -30354,17 +31344,17 @@ "_name": "boom_show", "_objFlags": 0, "_parent": { - "__id__": 808 + "__id__": 835 }, "_children": [], "_active": true, "_components": [ { - "__id__": 813 + "__id__": 840 } ], "_prefab": { - "__id__": 814 + "__id__": 841 }, "_opacity": 255, "_color": { @@ -30418,7 +31408,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 812 + "__id__": 839 }, "_enabled": true, "_materials": [ @@ -30472,20 +31462,20 @@ "_name": "homeBtn", "_objFlags": 0, "_parent": { - "__id__": 796 + "__id__": 823 }, "_children": [], "_active": true, "_components": [ { - "__id__": 817 + "__id__": 844 }, { - "__id__": 818 + "__id__": 845 } ], "_prefab": { - "__id__": 820 + "__id__": 847 }, "_opacity": 255, "_color": { @@ -30539,7 +31529,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 816 + "__id__": 843 }, "_enabled": true, "_materials": [ @@ -30571,7 +31561,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 816 + "__id__": 843 }, "_enabled": true, "_normalMaterial": null, @@ -30580,7 +31570,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 819 + "__id__": 846 } ], "_N$interactable": true, @@ -30636,7 +31626,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 816 + "__id__": 843 }, "_id": "" }, @@ -30666,20 +31656,20 @@ "_name": "timeBtn", "_objFlags": 0, "_parent": { - "__id__": 796 + "__id__": 823 }, "_children": [], "_active": true, "_components": [ { - "__id__": 822 + "__id__": 849 }, { - "__id__": 823 + "__id__": 850 } ], "_prefab": { - "__id__": 825 + "__id__": 852 }, "_opacity": 255, "_color": { @@ -30733,7 +31723,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 821 + "__id__": 848 }, "_enabled": true, "_materials": [ @@ -30765,7 +31755,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 821 + "__id__": 848 }, "_enabled": true, "_normalMaterial": null, @@ -30774,7 +31764,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 824 + "__id__": 851 } ], "_N$interactable": true, @@ -30830,7 +31820,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 821 + "__id__": 848 }, "_id": "" }, @@ -30860,20 +31850,20 @@ "_name": "return", "_objFlags": 0, "_parent": { - "__id__": 796 + "__id__": 823 }, "_children": [], "_active": true, "_components": [ { - "__id__": 827 + "__id__": 854 }, { - "__id__": 828 + "__id__": 855 } ], "_prefab": { - "__id__": 830 + "__id__": 857 }, "_opacity": 255, "_color": { @@ -30927,7 +31917,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 826 + "__id__": 853 }, "_enabled": true, "_materials": [ @@ -30959,7 +31949,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 826 + "__id__": 853 }, "_enabled": true, "_normalMaterial": null, @@ -30968,7 +31958,7 @@ "zoomScale": 1.1, "clickEvents": [ { - "__id__": 829 + "__id__": 856 } ], "_N$interactable": true, @@ -31024,7 +32014,7 @@ "hoverSprite": null, "_N$disabledSprite": null, "_N$target": { - "__id__": 826 + "__id__": 853 }, "_id": "" }, diff --git a/assets/lose/texture/nz2.png b/assets/lose/texture/nz2.png deleted file mode 100644 index bf1946c..0000000 Binary files a/assets/lose/texture/nz2.png and /dev/null differ diff --git a/assets/prefab/prop/moveFloor.prefab b/assets/prefab/prop/moveFloor.prefab index de936be..b9d974b 100644 --- a/assets/prefab/prop/moveFloor.prefab +++ b/assets/prefab/prop/moveFloor.prefab @@ -426,6 +426,11 @@ }, "ice": null, "FloorSpriteFrame": [ + "", + "", + "" + ], + "FloorMoveSpriteFrame": [ { "__uuid__": "dce8a062-2545-4652-8c1a-9e33be243937" }, diff --git a/assets/res/move/jibijj.png b/assets/res/move/jibijj.png index aba5711..38f5b1d 100644 Binary files a/assets/res/move/jibijj.png and b/assets/res/move/jibijj.png differ diff --git a/assets/res/move/jibijj.png.meta b/assets/res/move/jibijj.png.meta index be6cbbf..0825a97 100644 --- a/assets/res/move/jibijj.png.meta +++ b/assets/res/move/jibijj.png.meta @@ -8,8 +8,8 @@ "premultiplyAlpha": false, "genMipmaps": false, "packable": true, - "width": 282, - "height": 251, + "width": 300, + "height": 209, "platformSettings": {}, "subMetas": { "jibijj": { @@ -21,13 +21,13 @@ "trimThreshold": 1, "rotated": false, "offsetX": 0, - "offsetY": -0.5, + "offsetY": 0, "trimX": 0, - "trimY": 1, - "width": 282, - "height": 250, - "rawWidth": 282, - "rawHeight": 251, + "trimY": 0, + "width": 300, + "height": 209, + "rawWidth": 300, + "rawHeight": 209, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, diff --git a/assets/res/public/xinCoin.png b/assets/res/public/xinCoin.png new file mode 100644 index 0000000..df1db6c Binary files /dev/null and b/assets/res/public/xinCoin.png differ diff --git a/assets/UI/UI/xinCoin.png.meta b/assets/res/public/xinCoin.png.meta similarity index 100% rename from assets/UI/UI/xinCoin.png.meta rename to assets/res/public/xinCoin.png.meta diff --git a/assets/resources/prefab/wall/down.prefab b/assets/resources/prefab/wall/down.prefab index 4494b2a..3445fa1 100644 --- a/assets/resources/prefab/wall/down.prefab +++ b/assets/resources/prefab/wall/down.prefab @@ -60,11 +60,11 @@ "_active": true, "_components": [ { - "__id__": 179 + "__id__": 178 } ], "_prefab": { - "__id__": 178 + "__id__": 179 }, "_opacity": 255, "_color": { @@ -4995,7 +4995,7 @@ "__id__": 165 } ], - "_active": true, + "_active": false, "_components": [], "_prefab": { "__id__": 168 @@ -6454,17 +6454,6 @@ "fileId": "31tJAVrEVGv4yeIs3FVdgd", "sync": false }, - { - "__type__": "cc.PrefabInfo", - "root": { - "__id__": 1 - }, - "asset": { - "__id__": 0 - }, - "fileId": "", - "sync": false - }, { "__type__": "5c4423RKuVMio700zD0B3Un", "_name": "", @@ -6614,5 +6603,16 @@ "door/color1" ], "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "", + "sync": false } ] \ No newline at end of file diff --git a/assets/shop/img/kuang_1.png b/assets/shop/img/kuang_1.png new file mode 100644 index 0000000..11a8a95 Binary files /dev/null and b/assets/shop/img/kuang_1.png differ diff --git a/assets/lose/texture/nz2.png.meta b/assets/shop/img/kuang_1.png.meta similarity index 62% rename from assets/lose/texture/nz2.png.meta rename to assets/shop/img/kuang_1.png.meta index b6841a5..88dc85b 100644 --- a/assets/lose/texture/nz2.png.meta +++ b/assets/shop/img/kuang_1.png.meta @@ -1,6 +1,6 @@ { "ver": "2.3.7", - "uuid": "71648655-1095-4175-8de9-17985a9a15bd", + "uuid": "4f51946a-fb35-412a-8935-1f2b16e02de0", "importer": "texture", "type": "sprite", "wrapMode": "clamp", @@ -8,26 +8,26 @@ "premultiplyAlpha": false, "genMipmaps": false, "packable": true, - "width": 312, - "height": 292, + "width": 168, + "height": 168, "platformSettings": {}, "subMetas": { - "nz2": { + "kuang_1": { "ver": "1.0.6", - "uuid": "c6728f0b-b5a4-4013-8e78-ce89e4aa331b", + "uuid": "e4242b1f-c44c-40c9-882d-6056662c9959", "importer": "sprite-frame", - "rawTextureUuid": "71648655-1095-4175-8de9-17985a9a15bd", + "rawTextureUuid": "4f51946a-fb35-412a-8935-1f2b16e02de0", "trimType": "auto", "trimThreshold": 1, "rotated": false, - "offsetX": -0.5, + "offsetX": 0, "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 311, - "height": 292, - "rawWidth": 312, - "rawHeight": 292, + "width": 168, + "height": 168, + "rawWidth": 168, + "rawHeight": 168, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, diff --git a/assets/shop/prefab/shop.prefab b/assets/shop/prefab/shop.prefab index 5cc42ee..42b3e86 100644 --- a/assets/shop/prefab/shop.prefab +++ b/assets/shop/prefab/shop.prefab @@ -17574,8 +17574,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 160, - "height": 160 + "width": 168, + "height": 168 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -17627,7 +17627,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "c2b141f2-de71-4481-b9ee-440c893c28b3" + "__uuid__": "e4242b1f-c44c-40c9-882d-6056662c9959" }, "_type": 0, "_sizeMode": 1, @@ -17640,9 +17640,7 @@ "_fillStart": 0, "_fillRange": 0, "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "fd85df88-648f-4407-bab2-da4f15478fb9" - }, + "_atlas": null, "_id": "" }, { diff --git a/assets/win/prefab/Win.prefab b/assets/win/prefab/Win.prefab index cb3887f..ef21f6c 100644 --- a/assets/win/prefab/Win.prefab +++ b/assets/win/prefab/Win.prefab @@ -907,8 +907,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 282, - "height": 250 + "width": 300, + "height": 209 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -920,7 +920,7 @@ "ctor": "Float64Array", "array": [ 55, - 195.58, + 188.167, 0, 0, 0, diff --git a/assets/win/texture/20260923-115435.png b/assets/win/texture/20260923-115435.png new file mode 100644 index 0000000..e793e2f Binary files /dev/null and b/assets/win/texture/20260923-115435.png differ diff --git a/assets/win/texture/20260923-115435.png.meta b/assets/win/texture/20260923-115435.png.meta new file mode 100644 index 0000000..4bfe247 --- /dev/null +++ b/assets/win/texture/20260923-115435.png.meta @@ -0,0 +1,38 @@ +{ + "ver": "2.3.7", + "uuid": "a9ac7af2-ebd1-4eaa-816a-ea6de7201a89", + "importer": "texture", + "type": "sprite", + "wrapMode": "clamp", + "filterMode": "bilinear", + "premultiplyAlpha": false, + "genMipmaps": false, + "packable": true, + "width": 416, + "height": 291, + "platformSettings": {}, + "subMetas": { + "20260923-115435": { + "ver": "1.0.6", + "uuid": "546419df-8907-4c96-9847-0a7d6db7a41a", + "importer": "sprite-frame", + "rawTextureUuid": "a9ac7af2-ebd1-4eaa-816a-ea6de7201a89", + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 416, + "height": 291, + "rawWidth": 416, + "rawHeight": 291, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "subMetas": {} + } + } +} \ No newline at end of file