From 45dc240075671986e7574734f2dca8aa87de732e Mon Sep 17 00:00:00 2001 From: chiyu1468 Date: Tue, 25 Oct 2022 22:32:13 +0800 Subject: [PATCH] FirstStep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 第一步讓全部盤面都轉起來。 --- assets/Prefab.meta | 13 + assets/Prefab/Column.prefab | 539 +++ assets/Prefab/Column.prefab.meta | 9 + assets/Scene/catSlot.fire | 3119 ++++++++--------- assets/Script/columnControl.ts | 92 + assets/Script/columnControl.ts.meta | 10 + assets/Script/engineerFunction.ts | 87 + assets/Script/engineerFunction.ts.meta | 10 + assets/Script/gameModule.ts | 132 +- assets/resources.meta | 13 + assets/resources/item.meta | 13 + .../{Texture => resources/item}/item_01.png | Bin .../item}/item_01.png.meta | 0 .../{Texture => resources/item}/item_02.png | Bin .../item}/item_02.png.meta | 0 .../{Texture => resources/item}/item_03.png | Bin .../item}/item_03.png.meta | 0 .../{Texture => resources/item}/item_04.png | Bin .../item}/item_04.png.meta | 0 .../{Texture => resources/item}/item_10.png | Bin .../item}/item_10.png.meta | 0 assets/{Texture => resources/item}/item_9.png | Bin .../item}/item_9.png.meta | 0 assets/{Texture => resources/item}/item_a.png | Bin .../item}/item_a.png.meta | 0 assets/{Texture => resources/item}/item_j.png | Bin .../item}/item_j.png.meta | 0 assets/{Texture => resources/item}/item_k.png | Bin .../item}/item_k.png.meta | 0 assets/{Texture => resources/item}/item_q.png | Bin .../item}/item_q.png.meta | 0 .../item}/item_scatter.png | Bin .../item}/item_scatter.png.meta | 0 .../{Texture => resources/item}/item_wild.png | Bin .../item}/item_wild.png.meta | 0 assets/resources/item_blur.meta | 13 + .../item_blur/item_01.png} | Bin .../item_blur/item_01.png.meta} | 2 +- .../item_blur/item_02.png} | Bin .../item_blur/item_02.png.meta} | 2 +- .../item_blur/item_03.png} | Bin .../item_blur/item_03.png.meta} | 2 +- .../item_blur/item_04.png} | Bin .../item_blur/item_04.png.meta} | 2 +- .../item_blur/item_10.png} | Bin .../item_blur/item_10.png.meta} | 2 +- .../item_blur/item_9.png} | Bin .../item_blur/item_9.png.meta} | 2 +- .../item_blur/item_a.png} | Bin .../item_blur/item_a.png.meta} | 2 +- .../item_blur/item_j.png} | Bin .../item_blur/item_j.png.meta} | 2 +- .../item_blur/item_k.png} | Bin .../item_blur/item_k.png.meta} | 2 +- .../item_blur/item_q.png} | Bin .../item_blur/item_q.png.meta} | 2 +- .../item_blur/item_scatter.png} | Bin .../item_blur/item_scatter.png.meta} | 2 +- .../item_blur/item_wild.png} | Bin .../item_blur/item_wild.png.meta} | 2 +- package-lock.json | 26 + package.json | 5 + tsconfig.json | 3 +- 63 files changed, 2350 insertions(+), 1758 deletions(-) create mode 100644 assets/Prefab.meta create mode 100644 assets/Prefab/Column.prefab create mode 100644 assets/Prefab/Column.prefab.meta create mode 100644 assets/Script/columnControl.ts create mode 100644 assets/Script/columnControl.ts.meta create mode 100644 assets/Script/engineerFunction.ts create mode 100644 assets/Script/engineerFunction.ts.meta create mode 100644 assets/resources.meta create mode 100644 assets/resources/item.meta rename assets/{Texture => resources/item}/item_01.png (100%) rename assets/{Texture => resources/item}/item_01.png.meta (100%) rename assets/{Texture => resources/item}/item_02.png (100%) rename assets/{Texture => resources/item}/item_02.png.meta (100%) rename assets/{Texture => resources/item}/item_03.png (100%) rename assets/{Texture => resources/item}/item_03.png.meta (100%) rename assets/{Texture => resources/item}/item_04.png (100%) rename assets/{Texture => resources/item}/item_04.png.meta (100%) rename assets/{Texture => resources/item}/item_10.png (100%) rename assets/{Texture => resources/item}/item_10.png.meta (100%) rename assets/{Texture => resources/item}/item_9.png (100%) rename assets/{Texture => resources/item}/item_9.png.meta (100%) rename assets/{Texture => resources/item}/item_a.png (100%) rename assets/{Texture => resources/item}/item_a.png.meta (100%) rename assets/{Texture => resources/item}/item_j.png (100%) rename assets/{Texture => resources/item}/item_j.png.meta (100%) rename assets/{Texture => resources/item}/item_k.png (100%) rename assets/{Texture => resources/item}/item_k.png.meta (100%) rename assets/{Texture => resources/item}/item_q.png (100%) rename assets/{Texture => resources/item}/item_q.png.meta (100%) rename assets/{Texture => resources/item}/item_scatter.png (100%) rename assets/{Texture => resources/item}/item_scatter.png.meta (100%) rename assets/{Texture => resources/item}/item_wild.png (100%) rename assets/{Texture => resources/item}/item_wild.png.meta (100%) create mode 100644 assets/resources/item_blur.meta rename assets/{Texture/item_01_blur.png => resources/item_blur/item_01.png} (100%) rename assets/{Texture/item_01_blur.png.meta => resources/item_blur/item_01.png.meta} (97%) rename assets/{Texture/item_02_blur.png => resources/item_blur/item_02.png} (100%) rename assets/{Texture/item_02_blur.png.meta => resources/item_blur/item_02.png.meta} (97%) rename assets/{Texture/item_03_blur.png => resources/item_blur/item_03.png} (100%) rename assets/{Texture/item_03_blur.png.meta => resources/item_blur/item_03.png.meta} (97%) rename assets/{Texture/item_04_blur.png => resources/item_blur/item_04.png} (100%) rename assets/{Texture/item_04_blur.png.meta => resources/item_blur/item_04.png.meta} (97%) rename assets/{Texture/item_10_blur.png => resources/item_blur/item_10.png} (100%) rename assets/{Texture/item_10_blur.png.meta => resources/item_blur/item_10.png.meta} (97%) rename assets/{Texture/item_9_blur.png => resources/item_blur/item_9.png} (100%) rename assets/{Texture/item_9_blur.png.meta => resources/item_blur/item_9.png.meta} (97%) rename assets/{Texture/item_a_blur.png => resources/item_blur/item_a.png} (100%) rename assets/{Texture/item_a_blur.png.meta => resources/item_blur/item_a.png.meta} (97%) rename assets/{Texture/item_j_blur.png => resources/item_blur/item_j.png} (100%) rename assets/{Texture/item_j_blur.png.meta => resources/item_blur/item_j.png.meta} (97%) rename assets/{Texture/item_k_blur.png => resources/item_blur/item_k.png} (100%) rename assets/{Texture/item_k_blur.png.meta => resources/item_blur/item_k.png.meta} (97%) rename assets/{Texture/item_q_blur.png => resources/item_blur/item_q.png} (100%) rename assets/{Texture/item_q_blur.png.meta => resources/item_blur/item_q.png.meta} (97%) rename assets/{Texture/item_scatter_blur.png => resources/item_blur/item_scatter.png} (100%) rename assets/{Texture/item_scatter_blur.png.meta => resources/item_blur/item_scatter.png.meta} (96%) rename assets/{Texture/item_wild_blur.png => resources/item_blur/item_wild.png} (100%) rename assets/{Texture/item_wild_blur.png.meta => resources/item_blur/item_wild.png.meta} (97%) create mode 100644 package-lock.json create mode 100644 package.json diff --git a/assets/Prefab.meta b/assets/Prefab.meta new file mode 100644 index 0000000..477a7b3 --- /dev/null +++ b/assets/Prefab.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.3", + "uuid": "230357b5-bfd3-4964-92ad-7a5acc92fa8f", + "importer": "folder", + "isBundle": false, + "bundleName": "", + "priority": 1, + "compressionType": {}, + "optimizeHotUpdate": {}, + "inlineSpriteFrames": {}, + "isRemoteBundle": {}, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/Prefab/Column.prefab b/assets/Prefab/Column.prefab new file mode 100644 index 0000000..fe2c9d1 --- /dev/null +++ b/assets/Prefab/Column.prefab @@ -0,0 +1,539 @@ +[ + { + "__type__": "cc.Prefab", + "_name": "", + "_objFlags": 0, + "_native": "", + "data": { + "__id__": 1 + }, + "optimizationPolicy": 0, + "asyncLoadAssets": false, + "readonly": false + }, + { + "__type__": "cc.Node", + "_name": "Column", + "_objFlags": 0, + "_parent": null, + "_children": [ + { + "__id__": 2 + }, + { + "__id__": 5 + }, + { + "__id__": 8 + }, + { + "__id__": 11 + } + ], + "_active": false, + "_components": [ + { + "__id__": 14 + } + ], + "_prefab": { + "__id__": 15 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 240, + "height": 720 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + -517, + 0, + 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.Node", + "_name": "item0", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 3 + } + ], + "_prefab": { + "__id__": 4 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 240, + "height": 240 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 240, + 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__": 2 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "71078e62-f553-4cbc-954b-81fbacb59fe8" + }, + "_type": 0, + "_sizeMode": 0, + "_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": "61pJ7Q9iBAmIti9YpTJfys", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "item1", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 6 + } + ], + "_prefab": { + "__id__": 7 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 240, + "height": 240 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + 0, + 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__": 5 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + }, + "_type": 0, + "_sizeMode": 0, + "_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": "47+vqQwhFMl6cAqj7v771l", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "item2", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 9 + } + ], + "_prefab": { + "__id__": 10 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 240, + "height": 240 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + -240, + 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__": 8 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + }, + "_type": 0, + "_sizeMode": 0, + "_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": "be2oQk/6ZOzpzQQCe/+lzE", + "sync": false + }, + { + "__type__": "cc.Node", + "_name": "item3", + "_objFlags": 0, + "_parent": { + "__id__": 1 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 12 + } + ], + "_prefab": { + "__id__": 13 + }, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 240, + "height": 240 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_trs": { + "__type__": "TypedArray", + "ctor": "Float64Array", + "array": [ + 0, + -480, + 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__": 11 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + }, + "_type": 0, + "_sizeMode": 0, + "_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": "96iKSlkqtH8Z7zc0sOicnA", + "sync": false + }, + { + "__type__": "2bf4aLOHTJACJwI+ivNm27j", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 1 + }, + "_enabled": true, + "gameModule": null, + "_id": "" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "", + "sync": false + } +] \ No newline at end of file diff --git a/assets/Prefab/Column.prefab.meta b/assets/Prefab/Column.prefab.meta new file mode 100644 index 0000000..903b8c2 --- /dev/null +++ b/assets/Prefab/Column.prefab.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.3.2", + "uuid": "6893d156-7164-405e-9d78-612b1b0f4b03", + "importer": "prefab", + "optimizationPolicy": "AUTO", + "asyncLoadAssets": false, + "readonly": false, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/Scene/catSlot.fire b/assets/Scene/catSlot.fire index 6d1bf05..24a297a 100644 --- a/assets/Scene/catSlot.fire +++ b/assets/Scene/catSlot.fire @@ -72,25 +72,31 @@ "__id__": 3 }, { - "__id__": 5 + "__id__": 29 }, { - "__id__": 8 + "__id__": 68 }, { - "__id__": 10 + "__id__": 70 }, { - "__id__": 12 + "__id__": 73 }, { - "__id__": 14 + "__id__": 39 }, { - "__id__": 27 + "__id__": 86 }, { - "__id__": 89 + "__id__": 36 + }, + { + "__id__": 34 + }, + { + "__id__": 32 } ], "_active": true, @@ -100,9 +106,6 @@ }, { "__id__": 106 - }, - { - "__id__": 107 } ], "_prefab": null, @@ -155,16 +158,26 @@ }, { "__type__": "cc.Node", - "_name": "Main Camera", + "_name": "EngineerFunction", "_objFlags": 0, "_parent": { "__id__": 2 }, - "_children": [], + "_children": [ + { + "__id__": 4 + }, + { + "__id__": 12 + }, + { + "__id__": 20 + } + ], "_active": true, "_components": [ { - "__id__": 4 + "__id__": 28 } ], "_prefab": null, @@ -190,8 +203,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - 0, + -954.551, + 608.77, 0, 0, 0, @@ -213,63 +226,28 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "17ULX9Y/VDbLOAOVahXWdS" - }, - { - "__type__": "cc.Camera", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 3 - }, - "_enabled": true, - "_cullingMask": 4294967295, - "_clearFlags": 7, - "_backgroundColor": { - "__type__": "cc.Color", - "r": 0, - "g": 0, - "b": 0, - "a": 255 - }, - "_depth": -1, - "_zoomRatio": 0.5, - "_targetTexture": null, - "_fov": 60, - "_orthoSize": 10, - "_nearClip": 1, - "_farClip": 4096, - "_ortho": true, - "_rect": { - "__type__": "cc.Rect", - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - "_renderStages": 1, - "_alignWithScreen": true, - "_id": "58Jmcjai1EmK6qrA0zt0JP" + "_id": "cbhwwynutAZppymWlYi3yc" }, { "__type__": "cc.Node", - "_name": "background", + "_name": "UT1", "_objFlags": 0, "_parent": { - "__id__": 2 + "__id__": 3 }, - "_children": [], + "_children": [ + { + "__id__": 5 + } + ], "_active": true, "_components": [ { - "__id__": 6 - }, - { - "__id__": 7 + "__id__": 10 } ], "_prefab": null, - "_opacity": 173, + "_opacity": 255, "_color": { "__type__": "cc.Color", "r": 255, @@ -279,8 +257,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 1920, - "height": 1080 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -314,77 +292,25 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "e2e0crkOLxGrpMxpbC4iQg1" + "_id": "0d3wdrLdJAZYRhIray1IQC" }, { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 5 - }, - "_enabled": true, - "alignMode": 0, - "_target": null, - "_alignFlags": 45, - "_left": 0, - "_right": 0, - "_top": -2.842170943040401e-14, - "_bottom": -2.842170943040401e-14, - "_verticalCenter": 0, - "_horizontalCenter": 0, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 200, - "_originalHeight": 150, - "_id": "053f7Vp89LFZZ9ndu9rEwO" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 5 + "__type__": "cc.Node", + "_name": "Background", + "_objFlags": 512, + "_parent": { + "__id__": 4 }, - "_enabled": true, - "_materials": [ + "_children": [ { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + "__id__": 6 } ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "a6e2441d-d95b-4c79-bd9e-405e66a9673a" - }, - "_type": 1, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "26b5MAKcxEpL4vjMyxy9+x" - }, - { - "__type__": "cc.Node", - "_name": "balanceString", - "_objFlags": 0, - "_parent": { - "__id__": 2 - }, - "_children": [], "_active": true, "_components": [ + { + "__id__": 8 + }, { "__id__": 9 } @@ -400,8 +326,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 66.74, - "height": 75.6 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -412,8 +338,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -246.606, - -470.569, + 0, + 0, 0, 0, 0, @@ -435,68 +361,35 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "0fl7Si08hE3Y+XJ4kn+5Xa" - }, - { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 8 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_string": "777", - "_N$string": "777", - "_fontSize": 40, - "_lineHeight": 60, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_styleFlags": 0, - "_underlineHeight": 0, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "b8W6GVwblOOpOruzqQEbzM" + "_id": "f0iavIKxBARY7WaWHX9jSc" }, { "__type__": "cc.Node", - "_name": "bigFrameString", - "_objFlags": 0, + "_name": "Label", + "_objFlags": 512, "_parent": { - "__id__": 2 + "__id__": 5 }, "_children": [], "_active": true, "_components": [ { - "__id__": 11 + "__id__": 7 } ], "_prefab": null, "_opacity": 255, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 0, + "g": 0, + "b": 0, "a": 255 }, "_contentSize": { "__type__": "cc.Size", - "width": 342.33, - "height": 75.6 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -507,8 +400,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -13.652, - -380.167, + 0, + 0, 0, 0, 0, @@ -530,14 +423,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "31f1bH7V69Ajr1iXhluMpTB" + "_id": "0as3CfJeFEM4GNAPv2Y7+z" }, { "__type__": "cc.Label", "_name": "", "_objFlags": 0, "node": { - "__id__": 10 + "__id__": 6 }, "_enabled": true, "_materials": [ @@ -547,11 +440,11 @@ ], "_srcBlendFactor": 770, "_dstBlendFactor": 771, - "_string": "Hello, World!", - "_N$string": "Hello, World!", - "_fontSize": 60, - "_lineHeight": 60, - "_enableWrapText": true, + "_string": "Unit Test 1", + "_N$string": "Unit Test 1", + "_fontSize": 20, + "_lineHeight": 40, + "_enableWrapText": false, "_N$file": null, "_isSystemFontUsed": true, "_spacingX": 0, @@ -561,37 +454,196 @@ "_N$horizontalAlign": 1, "_N$verticalAlign": 1, "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "719uHPK5pGBo+M/aTl/JnL" + "_N$overflow": 1, + "_N$cacheMode": 1, + "_id": "a5DSz9MP5Oa7Ri5klV2tv2" }, { - "__type__": "cc.Node", - "_name": "betString", + "__type__": "cc.Sprite", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 2 + "node": { + "__id__": 5 }, - "_children": [], - "_active": true, - "_components": [ + "_enabled": true, + "_materials": [ { - "__id__": 13 + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" } ], - "_prefab": null, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "_type": 1, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "503YPUP/JCH4+/gNZtb5MQ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 5 + }, + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 40, + "_id": "bbUICD1V5DPq/aapqowwRS" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 4 + }, + "_enabled": true, + "_normalMaterial": null, + "_grayMaterial": null, + "duration": 0.1, + "zoomScale": 1.2, + "clickEvents": [ + { + "__id__": 11 + } + ], + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 2, + "transition": 2, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 230, + "g": 230, + "b": 230, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "_N$hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 120, + "g": 120, + "b": 120, + "a": 200 + }, + "_N$normalSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "_N$pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + }, + "pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + }, + "_N$hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "_N$disabledSprite": { + "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" + }, + "_N$target": { + "__id__": 5 + }, + "_id": "b4LhJpiDtKa6pZz2MMZcWE" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 3 + }, + "component": "", + "_componentId": "1edd7n0LUBGnLjt0REtLUFZ", + "handler": "unitTest1", + "customEventData": "" + }, + { + "__type__": "cc.Node", + "_name": "UT2", + "_objFlags": 0, + "_parent": { + "__id__": 3 + }, + "_children": [ + { + "__id__": 13 + } + ], + "_active": true, + "_components": [ + { + "__id__": 18 + } + ], + "_prefab": null, + "_opacity": 255, + "_color": { + "__type__": "cc.Color", + "r": 255, "g": 255, "b": 255, "a": 255 }, "_contentSize": { "__type__": "cc.Size", - "width": 44.49, - "height": 75.6 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -602,8 +654,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 243.669, - -470.569, + 121.754, + 0, 0, 0, 0, @@ -625,70 +677,29 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "81TjvLucVFSrarcYpx98xu" + "_id": "767NMyuvNLdYCfg9csU/To" }, { - "__type__": "cc.Label", - "_name": "", - "_objFlags": 0, - "node": { + "__type__": "cc.Node", + "_name": "Background", + "_objFlags": 512, + "_parent": { "__id__": 12 }, - "_enabled": true, - "_materials": [ + "_children": [ { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + "__id__": 14 } ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_string": "50", - "_N$string": "50", - "_fontSize": 40, - "_lineHeight": 60, - "_enableWrapText": true, - "_N$file": null, - "_isSystemFontUsed": true, - "_spacingX": 0, - "_batchAsBitmap": false, - "_styleFlags": 0, - "_underlineHeight": 0, - "_N$horizontalAlign": 1, - "_N$verticalAlign": 1, - "_N$fontFamily": "Arial", - "_N$overflow": 0, - "_N$cacheMode": 0, - "_id": "afuJhjoH1Eh6FEa0rCx8af" - }, - { - "__type__": "cc.Node", - "_name": "Fixed_Frames", - "_objFlags": 0, - "_parent": { - "__id__": 2 - }, - "_children": [ + "_active": true, + "_components": [ { - "__id__": 15 + "__id__": 16 }, { "__id__": 17 - }, - { - "__id__": 19 - }, - { - "__id__": 21 - }, - { - "__id__": 23 - }, - { - "__id__": 25 } ], - "_active": true, - "_components": [], "_prefab": null, "_opacity": 255, "_color": { @@ -700,8 +711,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 0, - "height": 0 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -735,35 +746,35 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "7bCgiHUz9PS4i3H3oC4L3W" + "_id": "be4KECb85Eu4vRCUK4ZM6P" }, { "__type__": "cc.Node", - "_name": "bg_board", - "_objFlags": 0, + "_name": "Label", + "_objFlags": 512, "_parent": { - "__id__": 14 + "__id__": 13 }, "_children": [], "_active": true, "_components": [ { - "__id__": 16 + "__id__": 15 } ], "_prefab": null, "_opacity": 255, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 0, + "g": 0, + "b": 0, "a": 255 }, "_contentSize": { "__type__": "cc.Size", - "width": 1440, - "height": 910 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -775,7 +786,7 @@ "ctor": "Float64Array", "array": [ 0, - 78.692, + 0, 0, 0, 0, @@ -797,14 +808,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "98nQIUvhlDbKIuADYOAoaG" + "_id": "0fWRLyONBB/qn+36zV7elk" }, { - "__type__": "cc.Sprite", + "__type__": "cc.Label", "_name": "", "_objFlags": 0, "node": { - "__id__": 15 + "__id__": 14 }, "_enabled": true, "_materials": [ @@ -814,467 +825,30 @@ ], "_srcBlendFactor": 770, "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "bf5b16f4-b639-4a26-a520-b0a09b87d8b6" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "e3u92YW3dD9p9OA+nhx1sO" - }, - { - "__type__": "cc.Node", - "_name": "frame_big", - "_objFlags": 0, - "_parent": { - "__id__": 14 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 18 - } - ], - "_prefab": null, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 817, - "height": 130 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - -367.228, - 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": "b9upFtHdlLBY6OuIlLOlnk" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 17 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "3b69656d-f8f5-4e3a-981c-644d7d295d6c" - }, - "_type": 0, - "_sizeMode": 1, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "955CwvbPBPC5ISKEjLKgNo" - }, - { - "__type__": "cc.Node", - "_name": "frame_balance", - "_objFlags": 0, - "_parent": { - "__id__": 14 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 20 - } - ], - "_prefab": null, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 320, - "height": 90 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -248.511, - -480, - 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": "33QQSHkE5IeqjdmK7XFH33" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 19 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "2f9f34c2-65d7-41f7-9d75-338654659cdb" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "09y7Wv88RGy6r/ZxXPFmL6" - }, - { - "__type__": "cc.Node", - "_name": "frame_bet", - "_objFlags": 0, - "_parent": { - "__id__": 14 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 22 - } - ], - "_prefab": null, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 200, - "height": 90 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 238.46, - -480, - 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": "7cwr9atD9HXrF7C+HXuLfC" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 21 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "9bcbc090-e491-4375-ab55-db38a03bf2b4" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "d769+fnrZA5ICgZDMqlrJY" - }, - { - "__type__": "cc.Node", - "_name": "label_balance", - "_objFlags": 0, - "_parent": { - "__id__": 14 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 24 - } - ], - "_prefab": null, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 166, - "height": 58 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - -509.277, - -484.073, - 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": "b7cefeMRtA0ZP4JTlLKGLh" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 23 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "21c8b313-4656-4788-a1a7-2c52d861a577" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "2dh5sL4bdCSp7l1L5H0rzB" - }, - { - "__type__": "cc.Node", - "_name": "label_bet", - "_objFlags": 0, - "_parent": { - "__id__": 14 - }, - "_children": [], - "_active": true, - "_components": [ - { - "__id__": 26 - } - ], - "_prefab": null, - "_opacity": 255, - "_color": { - "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, - "a": 255 - }, - "_contentSize": { - "__type__": "cc.Size", - "width": 80, - "height": 58 - }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 - }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 4.77, - -481.688, - 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": "89L2heSBNIQpIRWzQNi8cr" + "_string": "Column Switch", + "_N$string": "Column Switch", + "_fontSize": 20, + "_lineHeight": 40, + "_enableWrapText": false, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 1, + "_N$cacheMode": 1, + "_id": "6bECHMTdhPcrRx1CXAj0at" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 25 + "__id__": 13 }, "_enabled": true, "_materials": [ @@ -1285,9 +859,9 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "a1c87b45-4958-401b-aeb2-b5d1f2192330" + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" }, - "_type": 0, + "_type": 1, "_sizeMode": 0, "_fillType": 0, "_fillCenter": { @@ -1299,114 +873,147 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "2dBQwjxK9McJM2jIeTPua2" + "_id": "d7mJImV+JDBb9yEGbeUpAT" }, { - "__type__": "cc.Node", - "_name": "layout", + "__type__": "cc.Widget", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 2 + "node": { + "__id__": 13 }, - "_children": [ - { - "__id__": 28 - }, - { - "__id__": 40 - }, - { - "__id__": 52 - }, - { - "__id__": 64 - }, - { - "__id__": 76 - } - ], - "_active": true, - "_components": [ + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 40, + "_id": "909YbFLBpPMaAa3jwYlVnz" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 12 + }, + "_enabled": true, + "_normalMaterial": null, + "_grayMaterial": null, + "duration": 0.1, + "zoomScale": 1.2, + "clickEvents": [ { - "__id__": 88 + "__id__": 19 } ], - "_prefab": null, - "_opacity": 255, - "_color": { + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 2, + "transition": 2, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 230, + "g": 230, + "b": 230, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "_N$hoverColor": { "__type__": "cc.Color", "r": 255, "g": 255, "b": 255, "a": 255 }, - "_contentSize": { - "__type__": "cc.Size", - "width": 1440, - "height": 910 + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 120, + "g": 120, + "b": 120, + "a": 200 }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 78.692, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] + "_N$normalSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 + "_N$pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "d5gb3vaH9BQqTHY52LLOHb" + "pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + }, + "_N$hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "_N$disabledSprite": { + "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" + }, + "_N$target": { + "__id__": 13 + }, + "_id": "21QSNsAktBMJdScyUqj0LH" + }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 3 + }, + "component": "", + "_componentId": "1edd7n0LUBGnLjt0REtLUFZ", + "handler": "disableColumn", + "customEventData": "" }, { "__type__": "cc.Node", - "_name": "1stColumn", + "_name": "UT3", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 3 }, "_children": [ { - "__id__": 29 - }, - { - "__id__": 31 - }, - { - "__id__": 33 - }, - { - "__id__": 35 - }, - { - "__id__": 37 + "__id__": 21 } ], "_active": true, "_components": [ { - "__id__": 39 + "__id__": 26 } ], "_prefab": null, @@ -1420,8 +1027,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 1200 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1432,8 +1039,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -517, - -25, + 243.508, + 0, 0, 0, 0, @@ -1455,20 +1062,27 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "f1ws5vJsNGnpeeyAlC6vwy" + "_id": "0c0JfSu5BMW70w81WxOSzF" }, { "__type__": "cc.Node", - "_name": "item_pos0", - "_objFlags": 0, + "_name": "Background", + "_objFlags": 512, "_parent": { - "__id__": 28 + "__id__": 20 }, - "_children": [], + "_children": [ + { + "__id__": 22 + } + ], "_active": true, "_components": [ { - "__id__": 30 + "__id__": 24 + }, + { + "__id__": 25 } ], "_prefab": null, @@ -1482,8 +1096,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1495,7 +1109,7 @@ "ctor": "Float64Array", "array": [ 0, - 480, + 0, 0, 0, 0, @@ -1517,67 +1131,35 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "d5rE97KQlEO4EQkl6iHCm9" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 29 - }, - "_enabled": false, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "55PNYg1a5LGodukGZgvl55" + "_id": "a3074GC4dAFb2pJnIg9pBc" }, { "__type__": "cc.Node", - "_name": "item_pos1", - "_objFlags": 0, + "_name": "Unit Test 3", + "_objFlags": 512, "_parent": { - "__id__": 28 + "__id__": 21 }, "_children": [], "_active": true, "_components": [ { - "__id__": 32 + "__id__": 23 } ], "_prefab": null, "_opacity": 255, "_color": { "__type__": "cc.Color", - "r": 255, - "g": 255, - "b": 255, + "r": 0, + "g": 0, + "b": 0, "a": 255 }, "_contentSize": { - "__type__": "cc.Size", - "width": 240, - "height": 240 + "__type__": "cc.Size", + "width": 100, + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1589,7 +1171,7 @@ "ctor": "Float64Array", "array": [ 0, - 240, + 0, 0, 0, 0, @@ -1611,14 +1193,47 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "caWozewOtAlLy609HEnZLE" + "_id": "bf8bMCfNNMjKZ0FgTliMka" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 22 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "Unit Test 3", + "_N$string": "Unit Test 3", + "_fontSize": 20, + "_lineHeight": 40, + "_enableWrapText": false, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 1, + "_N$cacheMode": 1, + "_id": "d4R6wZ1IpFzoBWTx4weAm0" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 31 + "__id__": 21 }, "_enabled": true, "_materials": [ @@ -1629,9 +1244,9 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" }, - "_type": 0, + "_type": 1, "_sizeMode": 0, "_fillType": 0, "_fillCenter": { @@ -1643,114 +1258,159 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "a65XntvdNBpa1+P/zJFVuz" + "_id": "71pJCIIm5EJYMNjDOkBkRo" }, { - "__type__": "cc.Node", - "_name": "item_pos2", + "__type__": "cc.Widget", + "_name": "", "_objFlags": 0, - "_parent": { - "__id__": 28 + "node": { + "__id__": 21 }, - "_children": [], - "_active": true, - "_components": [ + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": 0, + "_bottom": 0, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 100, + "_originalHeight": 40, + "_id": "4c30wZB/5D0p8ONB+MBMfJ" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 20 + }, + "_enabled": true, + "_normalMaterial": null, + "_grayMaterial": null, + "duration": 0.1, + "zoomScale": 1.2, + "clickEvents": [ { - "__id__": 34 + "__id__": 27 } ], - "_prefab": null, - "_opacity": 255, - "_color": { + "_N$interactable": true, + "_N$enableAutoGrayEffect": false, + "_N$transition": 2, + "transition": 2, + "_N$normalColor": { + "__type__": "cc.Color", + "r": 230, + "g": 230, + "b": 230, + "a": 255 + }, + "_N$pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "pressedColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "_N$hoverColor": { "__type__": "cc.Color", "r": 255, "g": 255, "b": 255, "a": 255 }, - "_contentSize": { - "__type__": "cc.Size", - "width": 240, - "height": 240 + "hoverColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 }, - "_anchorPoint": { - "__type__": "cc.Vec2", - "x": 0.5, - "y": 0.5 + "_N$disabledColor": { + "__type__": "cc.Color", + "r": 120, + "g": 120, + "b": 120, + "a": 200 }, - "_trs": { - "__type__": "TypedArray", - "ctor": "Float64Array", - "array": [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 1, - 1, - 1 - ] + "_N$normalSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" }, - "_eulerAngles": { - "__type__": "cc.Vec3", - "x": 0, - "y": 0, - "z": 0 + "_N$pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "ba/3N0XiBLlJ5nYRLu/WAY" + "pressedSprite": { + "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + }, + "_N$hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "hoverSprite": { + "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + }, + "_N$disabledSprite": { + "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" + }, + "_N$target": { + "__id__": 21 + }, + "_id": "b2zQw1ARJMyJUvsRPmsmow" }, { - "__type__": "cc.Sprite", + "__type__": "cc.ClickEvent", + "target": { + "__id__": 3 + }, + "component": "", + "_componentId": "1edd7n0LUBGnLjt0REtLUFZ", + "handler": "unitTest3", + "customEventData": "" + }, + { + "__type__": "1edd7n0LUBGnLjt0REtLUFZ", "_name": "", "_objFlags": 0, "node": { - "__id__": 33 + "__id__": 3 }, "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "gameModule": { + "__id__": 29 }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 + "columnControl": { + "__id__": 37 }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "82e/T1HbpARahVRIlLCjKz" + "_id": "99SFs6+AdA2Lb2lKWDJqV6" }, { "__type__": "cc.Node", - "_name": "item_pos3", + "_name": "gameModule", "_objFlags": 0, "_parent": { - "__id__": 28 + "__id__": 2 }, "_children": [], "_active": true, "_components": [ { - "__id__": 36 + "__id__": 30 } ], "_prefab": null, @@ -1764,8 +1424,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 0, + "height": 0 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1777,7 +1437,7 @@ "ctor": "Float64Array", "array": [ 0, - -240, + 0, 0, 0, 0, @@ -1799,15 +1459,45 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "0eFTFXN9dGNaSpLv2aTS1a" + "_id": "04eQrw4xZCq4bsxTwS13bW" }, { - "__type__": "cc.Sprite", + "__type__": "1bc61/a9X9MN5/EwQIdMfv2", "_name": "", "_objFlags": 0, "node": { + "__id__": 29 + }, + "_enabled": true, + "columnCount": 5, + "itemSize": 240, + "betString": { + "__id__": 31 + }, + "bigFrameString": { + "__id__": 33 + }, + "balanceString": { "__id__": 35 }, + "column": { + "__id__": 37 + }, + "columnPrefab": { + "__uuid__": "6893d156-7164-405e-9d78-612b1b0f4b03" + }, + "slotBoard": { + "__id__": 38 + }, + "_id": "71e+XuWaxCKbeSrfqcYX9v" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 32 + }, "_enabled": true, "_materials": [ { @@ -1816,35 +1506,36 @@ ], "_srcBlendFactor": 770, "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "db6KNZH51C8J3xjCcW94cB" + "_string": "50", + "_N$string": "50", + "_fontSize": 40, + "_lineHeight": 60, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "afuJhjoH1Eh6FEa0rCx8af" }, { "__type__": "cc.Node", - "_name": "item_pos4", + "_name": "betString", "_objFlags": 0, "_parent": { - "__id__": 28 + "__id__": 2 }, "_children": [], "_active": true, "_components": [ { - "__id__": 38 + "__id__": 31 } ], "_prefab": null, @@ -1858,8 +1549,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 44.49, + "height": 75.6 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1870,8 +1561,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - -480, + 243.669, + -470.569, 0, 0, 0, @@ -1893,16 +1584,16 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "0aWlRlW/FD5YkQmlzaaOQ9" + "_id": "81TjvLucVFSrarcYpx98xu" }, { - "__type__": "cc.Sprite", + "__type__": "cc.Label", "_name": "", "_objFlags": 0, "node": { - "__id__": 37 + "__id__": 34 }, - "_enabled": false, + "_enabled": true, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -1910,83 +1601,36 @@ ], "_srcBlendFactor": 770, "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "d6nZpjFVhOJ7+cxTRXUI+k" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 28 - }, - "_enabled": true, - "_layoutSize": { - "__type__": "cc.Size", - "width": 240, - "height": 1200 - }, - "_resize": 0, - "_N$layoutType": 2, - "_N$cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_N$startAxis": 0, - "_N$paddingLeft": 0, - "_N$paddingRight": 0, - "_N$paddingTop": 0, - "_N$paddingBottom": 0, - "_N$spacingX": 0, - "_N$spacingY": 0, - "_N$verticalDirection": 1, - "_N$horizontalDirection": 0, - "_N$affectedByScale": false, - "_id": "5e6DCv3eVPLrlF7BgARlF/" + "_string": "Hello, World!", + "_N$string": "Hello, World!", + "_fontSize": 60, + "_lineHeight": 60, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "719uHPK5pGBo+M/aTl/JnL" }, { "__type__": "cc.Node", - "_name": "2ndColumn", + "_name": "bigFrameString", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 2 }, - "_children": [ - { - "__id__": 41 - }, - { - "__id__": 43 - }, - { - "__id__": 45 - }, - { - "__id__": 47 - }, - { - "__id__": 49 - } - ], + "_children": [], "_active": true, "_components": [ { - "__id__": 51 + "__id__": 33 } ], "_prefab": null, @@ -2000,8 +1644,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 1200 + "width": 342.33, + "height": 75.6 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2012,8 +1656,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -260, - -25, + -13.652, + -380.167, 0, 0, 0, @@ -2035,20 +1679,53 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "36Fp1O/5RAYLnsy48Yi9Qs" + "_id": "31f1bH7V69Ajr1iXhluMpTB" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 36 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_string": "777", + "_N$string": "777", + "_fontSize": 40, + "_lineHeight": 60, + "_enableWrapText": true, + "_N$file": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_batchAsBitmap": false, + "_styleFlags": 0, + "_underlineHeight": 0, + "_N$horizontalAlign": 1, + "_N$verticalAlign": 1, + "_N$fontFamily": "Arial", + "_N$overflow": 0, + "_N$cacheMode": 0, + "_id": "b8W6GVwblOOpOruzqQEbzM" }, { "__type__": "cc.Node", - "_name": "item_pos0", + "_name": "balanceString", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 2 }, "_children": [], "_active": true, "_components": [ { - "__id__": 42 + "__id__": 35 } ], "_prefab": null, @@ -2062,8 +1739,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 66.74, + "height": 75.6 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2074,8 +1751,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - 480, + -246.606, + -470.569, 0, 0, 0, @@ -2097,55 +1774,38 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "1a+Ap1XyNAooJwCv6XSfET" + "_id": "0fl7Si08hE3Y+XJ4kn+5Xa" }, { - "__type__": "cc.Sprite", - "_name": "", + "__type__": "cc.Node", + "_name": "Column", "_objFlags": 0, - "node": { - "__id__": 41 + "_parent": { + "__id__": 38 }, - "_enabled": false, - "_materials": [ + "_children": [ { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + "__id__": 54 + }, + { + "__id__": 57 + }, + { + "__id__": 60 + }, + { + "__id__": 63 } ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "20ou67AmxLZ5TwdRMgQKx0" - }, - { - "__type__": "cc.Node", - "_name": "item_pos1", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [], - "_active": true, + "_active": false, "_components": [ { - "__id__": 44 + "__id__": 66 } ], - "_prefab": null, + "_prefab": { + "__id__": 67 + }, "_opacity": 255, "_color": { "__type__": "cc.Color", @@ -2157,7 +1817,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 240, - "height": 240 + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2168,8 +1828,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ + -517, 0, - 240, 0, 0, 0, @@ -2191,52 +1851,30 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "d9409spp1MDbRNuXFo8Fm2" + "_id": "61O0ooVppO6bZ/ePJrPgU8" }, { - "__type__": "cc.Sprite", - "_name": "", + "__type__": "cc.Node", + "_name": "slotBoard", "_objFlags": 0, - "node": { - "__id__": 43 + "_parent": { + "__id__": 39 }, - "_enabled": true, - "_materials": [ + "_children": [ { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + "__id__": 37 + }, + { + "__id__": 40 } ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "b7HOq8ikhHwomI5XKygylr" - }, - { - "__type__": "cc.Node", - "_name": "item_pos2", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [], "_active": true, "_components": [ { - "__id__": 46 + "__id__": 52 + }, + { + "__id__": 53 } ], "_prefab": null, @@ -2250,8 +1888,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 1440, + "height": 720 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2263,7 +1901,7 @@ "ctor": "Float64Array", "array": [ 0, - 0, + -25, 0, 0, 0, @@ -2285,54 +1923,22 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "afIDfYOB5E6LSNvs1wY9Ec" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 45 - }, - "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "3cQhs87HlHb50WNe/WUByO" + "_id": "d2CaBtb4NEpZyQri6PS4m1" }, { "__type__": "cc.Node", - "_name": "item_pos3", + "_name": "station", "_objFlags": 0, "_parent": { - "__id__": 40 + "__id__": 2 }, - "_children": [], - "_active": true, - "_components": [ + "_children": [ { - "__id__": 48 + "__id__": 38 } ], + "_active": true, + "_components": [], "_prefab": null, "_opacity": 255, "_color": { @@ -2344,8 +1950,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 1440, + "height": 910 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2357,7 +1963,7 @@ "ctor": "Float64Array", "array": [ 0, - -240, + 78.692, 0, 0, 0, @@ -2379,52 +1985,36 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "33+Fgce2BOLJYIiM/7rMlE" + "_id": "d5gb3vaH9BQqTHY52LLOHb" }, { - "__type__": "cc.Sprite", - "_name": "", + "__type__": "cc.Node", + "_name": "4thColumn", "_objFlags": 0, - "node": { - "__id__": 47 + "_parent": { + "__id__": 38 }, - "_enabled": true, - "_materials": [ + "_children": [ { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + "__id__": 41 + }, + { + "__id__": 43 + }, + { + "__id__": 45 + }, + { + "__id__": 47 + }, + { + "__id__": 49 } ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "f0NRjVvIhL04HvAj3CcimF" - }, - { - "__type__": "cc.Node", - "_name": "item_pos4", - "_objFlags": 0, - "_parent": { - "__id__": 40 - }, - "_children": [], "_active": true, "_components": [ { - "__id__": 50 + "__id__": 51 } ], "_prefab": null, @@ -2439,7 +2029,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 240, - "height": 240 + "height": 1200 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2450,8 +2040,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ + -517, 0, - -480, 0, 0, 0, @@ -2473,100 +2063,20 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "8djq2qG6RHaZgtfA17rSD/" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 49 - }, - "_enabled": false, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "afhED4+4BIAqoby6+2E56S" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 40 - }, - "_enabled": true, - "_layoutSize": { - "__type__": "cc.Size", - "width": 240, - "height": 1200 - }, - "_resize": 0, - "_N$layoutType": 2, - "_N$cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_N$startAxis": 0, - "_N$paddingLeft": 0, - "_N$paddingRight": 0, - "_N$paddingTop": 0, - "_N$paddingBottom": 0, - "_N$spacingX": 0, - "_N$spacingY": 0, - "_N$verticalDirection": 1, - "_N$horizontalDirection": 0, - "_N$affectedByScale": false, - "_id": "871WDx7sBML5ZbU5p22J79" + "_id": "7c2LjxHhVIiaHuMGmFZA8n" }, { "__type__": "cc.Node", - "_name": "3rdColumn", + "_name": "item_pos0", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 40 }, - "_children": [ - { - "__id__": 53 - }, - { - "__id__": 55 - }, - { - "__id__": 57 - }, - { - "__id__": 59 - }, - { - "__id__": 61 - } - ], + "_children": [], "_active": true, "_components": [ { - "__id__": 63 + "__id__": 42 } ], "_prefab": null, @@ -2581,7 +2091,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 240, - "height": 1200 + "height": 240 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2592,8 +2102,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - -3, - -25, + 0, + 480, 0, 0, 0, @@ -2615,20 +2125,52 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "7aTABzvuBJvLA+WVo6c6dg" + "_id": "94cp9JQPdLa6NKzj6NgFhp" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 41 + }, + "_enabled": false, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "e9KqB63cFK94hv/lVXCgXL" }, { "__type__": "cc.Node", - "_name": "item_pos0", + "_name": "item_pos1", "_objFlags": 0, "_parent": { - "__id__": 52 + "__id__": 40 }, "_children": [], "_active": true, "_components": [ { - "__id__": 54 + "__id__": 44 } ], "_prefab": null, @@ -2655,7 +2197,7 @@ "ctor": "Float64Array", "array": [ 0, - 480, + 240, 0, 0, 0, @@ -2677,16 +2219,16 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "4evelZpZ1AXoMBBMurrw4E" + "_id": "73euj/4ulLfYO9OAoJYTYy" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 53 + "__id__": 43 }, - "_enabled": false, + "_enabled": true, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -2695,7 +2237,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "b01e7d20-674f-4965-835e-379560d3dd8a" }, "_type": 0, "_sizeMode": 0, @@ -2709,20 +2251,20 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "e8tCmmKJFD+5ZoAARdtQuO" + "_id": "10pEp9uulDwJR0I75dmzCc" }, { "__type__": "cc.Node", - "_name": "item_pos1", + "_name": "item_pos2", "_objFlags": 0, "_parent": { - "__id__": 52 + "__id__": 40 }, "_children": [], "_active": true, "_components": [ { - "__id__": 56 + "__id__": 46 } ], "_prefab": null, @@ -2749,7 +2291,7 @@ "ctor": "Float64Array", "array": [ 0, - 240, + 0, 0, 0, 0, @@ -2771,14 +2313,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "d29IMqwGlBarxOUgF0UNV7" + "_id": "eb45EVDs5Fxpk+8HQY6BD/" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 55 + "__id__": 45 }, "_enabled": true, "_materials": [ @@ -2789,7 +2331,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "bf5eaea6-61ec-477d-bd45-ac58ae1450e1" }, "_type": 0, "_sizeMode": 0, @@ -2803,20 +2345,20 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "39upw9Qs5NY4eWe6N3MjDB" + "_id": "70Rfoc//lBCqOSxF6pt7QJ" }, { "__type__": "cc.Node", - "_name": "item_pos2", + "_name": "item_pos3", "_objFlags": 0, "_parent": { - "__id__": 52 + "__id__": 40 }, "_children": [], "_active": true, "_components": [ { - "__id__": 58 + "__id__": 48 } ], "_prefab": null, @@ -2843,7 +2385,7 @@ "ctor": "Float64Array", "array": [ 0, - 0, + -240, 0, 0, 0, @@ -2865,14 +2407,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "4cEkfjX9xGoqlO/C4la9Ox" + "_id": "4fryiwDS9LjaOlAg+3uz+B" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 57 + "__id__": 47 }, "_enabled": true, "_materials": [ @@ -2897,20 +2439,20 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "b0ZCCdovdHf4suJttOjVZt" + "_id": "0fDKVUbO5Bt44CEXabbFjO" }, { "__type__": "cc.Node", - "_name": "item_pos3", + "_name": "item_pos4", "_objFlags": 0, "_parent": { - "__id__": 52 + "__id__": 40 }, "_children": [], "_active": true, "_components": [ { - "__id__": 60 + "__id__": 50 } ], "_prefab": null, @@ -2937,7 +2479,7 @@ "ctor": "Float64Array", "array": [ 0, - -240, + -480, 0, 0, 0, @@ -2959,16 +2501,16 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "330Uv+BdVBnaj77r+WUu1w" + "_id": "d6gfmNk/1AGI/b27xJ34te" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 59 + "__id__": 49 }, - "_enabled": true, + "_enabled": false, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -2991,23 +2533,109 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "edyK76uJ5BxbmSxPfvBojn" + "_id": "70phZqb7dIIaTqD5VBp6rH" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 40 + }, + "_enabled": true, + "_layoutSize": { + "__type__": "cc.Size", + "width": 240, + "height": 1200 + }, + "_resize": 0, + "_N$layoutType": 2, + "_N$cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_N$startAxis": 0, + "_N$paddingLeft": 0, + "_N$paddingRight": 0, + "_N$paddingTop": 0, + "_N$paddingBottom": 0, + "_N$spacingX": 0, + "_N$spacingY": 0, + "_N$verticalDirection": 1, + "_N$horizontalDirection": 0, + "_N$affectedByScale": false, + "_id": "ecf+K+7jRLNIoFplv19Yum" + }, + { + "__type__": "cc.Layout", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 38 + }, + "_enabled": true, + "_layoutSize": { + "__type__": "cc.Size", + "width": 1440, + "height": 720 + }, + "_resize": 0, + "_N$layoutType": 1, + "_N$cellSize": { + "__type__": "cc.Size", + "width": 40, + "height": 40 + }, + "_N$startAxis": 0, + "_N$paddingLeft": 83, + "_N$paddingRight": 3, + "_N$paddingTop": 0, + "_N$paddingBottom": 0, + "_N$spacingX": 17, + "_N$spacingY": 0, + "_N$verticalDirection": 1, + "_N$horizontalDirection": 0, + "_N$affectedByScale": false, + "_id": "cbKeXgg4VKaJi3DDFTU/6a" + }, + { + "__type__": "cc.Mask", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 38 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_spriteFrame": null, + "_type": 0, + "_segments": 64, + "_N$alphaThreshold": 0.1, + "_N$inverted": false, + "_id": "71oQdA26lD1bpHys0BX+Fw" }, { "__type__": "cc.Node", - "_name": "item_pos4", + "_name": "item0", "_objFlags": 0, "_parent": { - "__id__": 52 + "__id__": 37 }, "_children": [], "_active": true, "_components": [ { - "__id__": 62 + "__id__": 55 } ], - "_prefab": null, + "_prefab": { + "__id__": 56 + }, "_opacity": 255, "_color": { "__type__": "cc.Color", @@ -3031,7 +2659,7 @@ "ctor": "Float64Array", "array": [ 0, - -480, + 240, 0, 0, 0, @@ -3053,16 +2681,16 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "bdyyn12pJEuZWlgYYLGLRa" + "_id": "138xm9WY1Ly5Hdtq3u0dQw" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 61 + "__id__": 54 }, - "_enabled": false, + "_enabled": true, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -3071,7 +2699,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "71078e62-f553-4cbc-954b-81fbacb59fe8" }, "_type": 0, "_sizeMode": 0, @@ -3085,71 +2713,36 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "5doQJ7Fb1JBL5F8e3/b8KZ" + "_id": "e1fKa3dLxF349tA73DgkFH" }, { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 52 - }, - "_enabled": true, - "_layoutSize": { - "__type__": "cc.Size", - "width": 240, - "height": 1200 + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 37 }, - "_resize": 0, - "_N$layoutType": 2, - "_N$cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 + "asset": { + "__uuid__": "6893d156-7164-405e-9d78-612b1b0f4b03" }, - "_N$startAxis": 0, - "_N$paddingLeft": 0, - "_N$paddingRight": 0, - "_N$paddingTop": 0, - "_N$paddingBottom": 0, - "_N$spacingX": 0, - "_N$spacingY": 0, - "_N$verticalDirection": 1, - "_N$horizontalDirection": 0, - "_N$affectedByScale": false, - "_id": "b5ggxfDTFIYoE/x9fX1d3r" + "fileId": "61pJ7Q9iBAmIti9YpTJfys", + "sync": false }, { "__type__": "cc.Node", - "_name": "4thColumn", + "_name": "item1", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 37 }, - "_children": [ - { - "__id__": 65 - }, - { - "__id__": 67 - }, - { - "__id__": 69 - }, - { - "__id__": 71 - }, - { - "__id__": 73 - } - ], + "_children": [], "_active": true, "_components": [ { - "__id__": 75 + "__id__": 58 } ], - "_prefab": null, + "_prefab": { + "__id__": 59 + }, "_opacity": 255, "_color": { "__type__": "cc.Color", @@ -3161,7 +2754,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 240, - "height": 1200 + "height": 240 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3172,8 +2765,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 254, - -25, + 0, + 0, 0, 0, 0, @@ -3195,23 +2788,68 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "7c2LjxHhVIiaHuMGmFZA8n" + "_id": "f7351FkqpFD6gtaGhJINHa" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 57 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "10dBohry1Cz7HmlE4bbBhU" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 37 + }, + "asset": { + "__uuid__": "6893d156-7164-405e-9d78-612b1b0f4b03" + }, + "fileId": "47+vqQwhFMl6cAqj7v771l", + "sync": false }, { "__type__": "cc.Node", - "_name": "item_pos0", + "_name": "item2", "_objFlags": 0, "_parent": { - "__id__": 64 + "__id__": 37 }, "_children": [], "_active": true, "_components": [ { - "__id__": 66 + "__id__": 61 } ], - "_prefab": null, + "_prefab": { + "__id__": 62 + }, "_opacity": 255, "_color": { "__type__": "cc.Color", @@ -3235,7 +2873,7 @@ "ctor": "Float64Array", "array": [ 0, - 480, + -240, 0, 0, 0, @@ -3257,16 +2895,16 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "94cp9JQPdLa6NKzj6NgFhp" + "_id": "00yq+aOYNK0baGkDKAg9Ot" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 65 + "__id__": 60 }, - "_enabled": false, + "_enabled": true, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -3289,23 +2927,36 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "e9KqB63cFK94hv/lVXCgXL" + "_id": "da5XUgX3ZPyqkSxFVOqE0d" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 37 + }, + "asset": { + "__uuid__": "6893d156-7164-405e-9d78-612b1b0f4b03" + }, + "fileId": "be2oQk/6ZOzpzQQCe/+lzE", + "sync": false }, { "__type__": "cc.Node", - "_name": "item_pos1", + "_name": "item3", "_objFlags": 0, "_parent": { - "__id__": 64 + "__id__": 37 }, "_children": [], "_active": true, "_components": [ { - "__id__": 68 + "__id__": 64 } ], - "_prefab": null, + "_prefab": { + "__id__": 65 + }, "_opacity": 255, "_color": { "__type__": "cc.Color", @@ -3329,7 +2980,7 @@ "ctor": "Float64Array", "array": [ 0, - 240, + -480, 0, 0, 0, @@ -3351,14 +3002,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "73euj/4ulLfYO9OAoJYTYy" + "_id": "1f69Ph5hJN8qLyinXbAmZZ" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 67 + "__id__": 63 }, "_enabled": true, "_materials": [ @@ -3383,20 +3034,53 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "10pEp9uulDwJR0I75dmzCc" + "_id": "41Ldq/m2JFxazDE3YI4UCS" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 37 + }, + "asset": { + "__uuid__": "6893d156-7164-405e-9d78-612b1b0f4b03" + }, + "fileId": "96iKSlkqtH8Z7zc0sOicnA", + "sync": false + }, + { + "__type__": "2bf4aLOHTJACJwI+ivNm27j", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 37 + }, + "_enabled": true, + "gameModule": null, + "_id": "20vhsnLCJCCJHvd1bPup2s" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 37 + }, + "asset": { + "__uuid__": "6893d156-7164-405e-9d78-612b1b0f4b03" + }, + "fileId": "", + "sync": false }, { "__type__": "cc.Node", - "_name": "item_pos2", + "_name": "Main Camera", "_objFlags": 0, "_parent": { - "__id__": 64 + "__id__": 2 }, "_children": [], "_active": true, "_components": [ { - "__id__": 70 + "__id__": 69 } ], "_prefab": null, @@ -3410,8 +3094,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 0, + "height": 0 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3445,56 +3129,63 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "eb45EVDs5Fxpk+8HQY6BD/" + "_id": "17ULX9Y/VDbLOAOVahXWdS" }, { - "__type__": "cc.Sprite", + "__type__": "cc.Camera", "_name": "", "_objFlags": 0, "node": { - "__id__": 69 + "__id__": 68 }, "_enabled": true, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "_cullingMask": 4294967295, + "_clearFlags": 7, + "_backgroundColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", + "_depth": -1, + "_zoomRatio": 0.5, + "_targetTexture": null, + "_fov": 60, + "_orthoSize": 10, + "_nearClip": 1, + "_farClip": 4096, + "_ortho": true, + "_rect": { + "__type__": "cc.Rect", "x": 0, - "y": 0 + "y": 0, + "width": 1, + "height": 1 }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "70Rfoc//lBCqOSxF6pt7QJ" + "_renderStages": 1, + "_alignWithScreen": true, + "_id": "58Jmcjai1EmK6qrA0zt0JP" }, { "__type__": "cc.Node", - "_name": "item_pos3", + "_name": "background", "_objFlags": 0, "_parent": { - "__id__": 64 + "__id__": 2 }, "_children": [], "_active": true, "_components": [ + { + "__id__": 71 + }, { "__id__": 72 } ], "_prefab": null, - "_opacity": 255, + "_opacity": 173, "_color": { "__type__": "cc.Color", "r": 255, @@ -3504,8 +3195,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 1920, + "height": 1080 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3517,7 +3208,7 @@ "ctor": "Float64Array", "array": [ 0, - -240, + 0, 0, 0, 0, @@ -3539,14 +3230,41 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "4fryiwDS9LjaOlAg+3uz+B" + "_id": "e2e0crkOLxGrpMxpbC4iQg1" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 70 + }, + "_enabled": true, + "alignMode": 0, + "_target": null, + "_alignFlags": 45, + "_left": 0, + "_right": 0, + "_top": -2.842170943040401e-14, + "_bottom": -2.842170943040401e-14, + "_verticalCenter": 0, + "_horizontalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 200, + "_originalHeight": 150, + "_id": "053f7Vp89LFZZ9ndu9rEwO" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 71 + "__id__": 70 }, "_enabled": true, "_materials": [ @@ -3557,9 +3275,9 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "a6e2441d-d95b-4c79-bd9e-405e66a9673a" }, - "_type": 0, + "_type": 1, "_sizeMode": 0, "_fillType": 0, "_fillCenter": { @@ -3571,22 +3289,37 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "0fDKVUbO5Bt44CEXabbFjO" + "_id": "26b5MAKcxEpL4vjMyxy9+x" }, { "__type__": "cc.Node", - "_name": "item_pos4", + "_name": "Fixed_Frames", "_objFlags": 0, "_parent": { - "__id__": 64 + "__id__": 2 }, - "_children": [], - "_active": true, - "_components": [ + "_children": [ { "__id__": 74 + }, + { + "__id__": 76 + }, + { + "__id__": 78 + }, + { + "__id__": 80 + }, + { + "__id__": 82 + }, + { + "__id__": 84 } ], + "_active": true, + "_components": [], "_prefab": null, "_opacity": 255, "_color": { @@ -3598,8 +3331,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 0, + "height": 0 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3611,7 +3344,7 @@ "ctor": "Float64Array", "array": [ 0, - -480, + 0, 0, 0, 0, @@ -3633,100 +3366,20 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "d6gfmNk/1AGI/b27xJ34te" - }, - { - "__type__": "cc.Sprite", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 73 - }, - "_enabled": false, - "_materials": [ - { - "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" - } - ], - "_srcBlendFactor": 770, - "_dstBlendFactor": 771, - "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" - }, - "_type": 0, - "_sizeMode": 0, - "_fillType": 0, - "_fillCenter": { - "__type__": "cc.Vec2", - "x": 0, - "y": 0 - }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_atlas": null, - "_id": "70phZqb7dIIaTqD5VBp6rH" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 64 - }, - "_enabled": true, - "_layoutSize": { - "__type__": "cc.Size", - "width": 240, - "height": 1200 - }, - "_resize": 0, - "_N$layoutType": 2, - "_N$cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_N$startAxis": 0, - "_N$paddingLeft": 0, - "_N$paddingRight": 0, - "_N$paddingTop": 0, - "_N$paddingBottom": 0, - "_N$spacingX": 0, - "_N$spacingY": 0, - "_N$verticalDirection": 1, - "_N$horizontalDirection": 0, - "_N$affectedByScale": false, - "_id": "ecf+K+7jRLNIoFplv19Yum" + "_id": "7bCgiHUz9PS4i3H3oC4L3W" }, { "__type__": "cc.Node", - "_name": "5thColumn", + "_name": "bg_board", "_objFlags": 0, "_parent": { - "__id__": 27 + "__id__": 73 }, - "_children": [ - { - "__id__": 77 - }, - { - "__id__": 79 - }, - { - "__id__": 81 - }, - { - "__id__": 83 - }, - { - "__id__": 85 - } - ], + "_children": [], "_active": true, "_components": [ { - "__id__": 87 + "__id__": 75 } ], "_prefab": null, @@ -3740,8 +3393,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 1200 + "width": 1440, + "height": 910 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3752,8 +3405,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 511, - -25, + 0, + 78.692, 0, 0, 0, @@ -3767,28 +3420,60 @@ "_eulerAngles": { "__type__": "cc.Vec3", "x": 0, - "y": 0, - "z": 0 + "y": 0, + "z": 0 + }, + "_skewX": 0, + "_skewY": 0, + "_is3DNode": false, + "_groupIndex": 0, + "groupIndex": 0, + "_id": "98nQIUvhlDbKIuADYOAoaG" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "node": { + "__id__": 74 + }, + "_enabled": true, + "_materials": [ + { + "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" + } + ], + "_srcBlendFactor": 770, + "_dstBlendFactor": 771, + "_spriteFrame": { + "__uuid__": "bf5b16f4-b639-4a26-a520-b0a09b87d8b6" + }, + "_type": 0, + "_sizeMode": 0, + "_fillType": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 }, - "_skewX": 0, - "_skewY": 0, - "_is3DNode": false, - "_groupIndex": 0, - "groupIndex": 0, - "_id": "60PFkMpMRJbrcTHiSeHsC3" + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_atlas": null, + "_id": "e3u92YW3dD9p9OA+nhx1sO" }, { "__type__": "cc.Node", - "_name": "item_pos0", + "_name": "frame_big", "_objFlags": 0, "_parent": { - "__id__": 76 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 78 + "__id__": 77 } ], "_prefab": null, @@ -3802,8 +3487,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 817, + "height": 130 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3815,7 +3500,7 @@ "ctor": "Float64Array", "array": [ 0, - 480, + -367.228, 0, 0, 0, @@ -3837,16 +3522,16 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "22LxVsIBJKDYzAwIsn71eb" + "_id": "b9upFtHdlLBY6OuIlLOlnk" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 77 + "__id__": 76 }, - "_enabled": false, + "_enabled": true, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -3855,10 +3540,10 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "3b69656d-f8f5-4e3a-981c-644d7d295d6c" }, "_type": 0, - "_sizeMode": 0, + "_sizeMode": 1, "_fillType": 0, "_fillCenter": { "__type__": "cc.Vec2", @@ -3869,20 +3554,20 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "18rRu7WJNM56w3ePip7RlQ" + "_id": "955CwvbPBPC5ISKEjLKgNo" }, { "__type__": "cc.Node", - "_name": "item_pos1", + "_name": "frame_balance", "_objFlags": 0, "_parent": { - "__id__": 76 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 80 + "__id__": 79 } ], "_prefab": null, @@ -3896,8 +3581,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 320, + "height": 90 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3908,8 +3593,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - 240, + -248.511, + -480, 0, 0, 0, @@ -3931,14 +3616,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "e0H9gEuaBKXKJp1XmH/sL9" + "_id": "33QQSHkE5IeqjdmK7XFH33" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 79 + "__id__": 78 }, "_enabled": true, "_materials": [ @@ -3949,7 +3634,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "2f9f34c2-65d7-41f7-9d75-338654659cdb" }, "_type": 0, "_sizeMode": 0, @@ -3963,20 +3648,20 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "fcIP20fOpKXLyc9VZ0X7Y4" + "_id": "09y7Wv88RGy6r/ZxXPFmL6" }, { "__type__": "cc.Node", - "_name": "item_pos2", + "_name": "frame_bet", "_objFlags": 0, "_parent": { - "__id__": 76 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 82 + "__id__": 81 } ], "_prefab": null, @@ -3990,8 +3675,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 200, + "height": 90 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4002,8 +3687,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - 0, + 238.46, + -480, 0, 0, 0, @@ -4025,14 +3710,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "ddjskb1mREpJalwxl06epP" + "_id": "7cwr9atD9HXrF7C+HXuLfC" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 81 + "__id__": 80 }, "_enabled": true, "_materials": [ @@ -4043,7 +3728,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "9bcbc090-e491-4375-ab55-db38a03bf2b4" }, "_type": 0, "_sizeMode": 0, @@ -4057,20 +3742,20 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "afd7MVP0BGQ6pIL7nHw3kx" + "_id": "d769+fnrZA5ICgZDMqlrJY" }, { "__type__": "cc.Node", - "_name": "item_pos3", + "_name": "label_balance", "_objFlags": 0, "_parent": { - "__id__": 76 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 84 + "__id__": 83 } ], "_prefab": null, @@ -4084,8 +3769,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 166, + "height": 58 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4096,8 +3781,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - -240, + -509.277, + -484.073, 0, 0, 0, @@ -4119,14 +3804,14 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "033RVue4xDYaYCL5hN9Him" + "_id": "b7cefeMRtA0ZP4JTlLKGLh" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 83 + "__id__": 82 }, "_enabled": true, "_materials": [ @@ -4137,7 +3822,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "21c8b313-4656-4788-a1a7-2c52d861a577" }, "_type": 0, "_sizeMode": 0, @@ -4151,20 +3836,20 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "bbq9HJ78RBtZ8fSyVuhCvh" + "_id": "2dh5sL4bdCSp7l1L5H0rzB" }, { "__type__": "cc.Node", - "_name": "item_pos4", + "_name": "label_bet", "_objFlags": 0, "_parent": { - "__id__": 76 + "__id__": 73 }, "_children": [], "_active": true, "_components": [ { - "__id__": 86 + "__id__": 85 } ], "_prefab": null, @@ -4178,8 +3863,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 240, - "height": 240 + "width": 80, + "height": 58 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4190,8 +3875,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 0, - -480, + 4.77, + -481.688, 0, 0, 0, @@ -4213,16 +3898,16 @@ "_is3DNode": false, "_groupIndex": 0, "groupIndex": 0, - "_id": "2ce4kYFi1E0K6/LPClfq3L" + "_id": "89L2heSBNIQpIRWzQNi8cr" }, { "__type__": "cc.Sprite", "_name": "", "_objFlags": 0, "node": { - "__id__": 85 + "__id__": 84 }, - "_enabled": false, + "_enabled": true, "_materials": [ { "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" @@ -4231,7 +3916,7 @@ "_srcBlendFactor": 770, "_dstBlendFactor": 771, "_spriteFrame": { - "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" + "__uuid__": "a1c87b45-4958-401b-aeb2-b5d1f2192330" }, "_type": 0, "_sizeMode": 0, @@ -4245,71 +3930,7 @@ "_fillRange": 0, "_isTrimmedMode": true, "_atlas": null, - "_id": "2bxqMUuoZC1qIXzTbTX6N6" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 76 - }, - "_enabled": true, - "_layoutSize": { - "__type__": "cc.Size", - "width": 240, - "height": 1200 - }, - "_resize": 0, - "_N$layoutType": 2, - "_N$cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_N$startAxis": 0, - "_N$paddingLeft": 0, - "_N$paddingRight": 0, - "_N$paddingTop": 0, - "_N$paddingBottom": 0, - "_N$spacingX": 0, - "_N$spacingY": 0, - "_N$verticalDirection": 1, - "_N$horizontalDirection": 0, - "_N$affectedByScale": false, - "_id": "43r7exPkdItKHyAuwwnGP+" - }, - { - "__type__": "cc.Layout", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 27 - }, - "_enabled": true, - "_layoutSize": { - "__type__": "cc.Size", - "width": 1440, - "height": 910 - }, - "_resize": 0, - "_N$layoutType": 3, - "_N$cellSize": { - "__type__": "cc.Size", - "width": 40, - "height": 40 - }, - "_N$startAxis": 0, - "_N$paddingLeft": 83, - "_N$paddingRight": 3, - "_N$paddingTop": -120, - "_N$paddingBottom": 0, - "_N$spacingX": 17, - "_N$spacingY": 0, - "_N$verticalDirection": 1, - "_N$horizontalDirection": 0, - "_N$affectedByScale": false, - "_id": "96dyNdN8lK3pvL8JkpCTMG" + "_id": "2dBQwjxK9McJM2jIeTPua2" }, { "__type__": "cc.Node", @@ -4320,13 +3941,13 @@ }, "_children": [ { - "__id__": 90 + "__id__": 87 }, { - "__id__": 95 + "__id__": 93 }, { - "__id__": 100 + "__id__": 99 } ], "_active": true, @@ -4384,17 +4005,17 @@ "_name": "btn_plus", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 86 }, "_children": [ { - "__id__": 91 + "__id__": 88 } ], "_active": true, "_components": [ { - "__id__": 94 + "__id__": 91 } ], "_prefab": null, @@ -4450,16 +4071,16 @@ "_name": "Background", "_objFlags": 512, "_parent": { - "__id__": 90 + "__id__": 87 }, "_children": [], "_active": true, "_components": [ { - "__id__": 92 + "__id__": 89 }, { - "__id__": 93 + "__id__": 90 } ], "_prefab": null, @@ -4515,7 +4136,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 91 + "__id__": 88 }, "_enabled": true, "_materials": [ @@ -4547,7 +4168,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 91 + "__id__": 88 }, "_enabled": true, "alignMode": 0, @@ -4574,14 +4195,18 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 90 + "__id__": 87 }, "_enabled": true, "_normalMaterial": null, "_grayMaterial": null, "duration": 0.1, "zoomScale": 1.2, - "clickEvents": [], + "clickEvents": [ + { + "__id__": 92 + } + ], "_N$interactable": true, "_N$enableAutoGrayEffect": false, "_N$transition": 2, @@ -4632,41 +4257,51 @@ "__uuid__": "15a8d406-6889-4dde-a3b1-3b08c4a9d54f" }, "_N$pressedSprite": { - "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + "__uuid__": "15a8d406-6889-4dde-a3b1-3b08c4a9d54f" }, "pressedSprite": { - "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + "__uuid__": "15a8d406-6889-4dde-a3b1-3b08c4a9d54f" }, "_N$hoverSprite": { - "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + "__uuid__": "15a8d406-6889-4dde-a3b1-3b08c4a9d54f" }, "hoverSprite": { - "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + "__uuid__": "15a8d406-6889-4dde-a3b1-3b08c4a9d54f" }, "_N$disabledSprite": { - "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" + "__uuid__": "aebdca29-2957-456d-9604-1f9be79b52a5" }, "_N$target": { - "__id__": 91 + "__id__": 88 }, "_id": "36j6k0EEtC9o2aAYVhynLd" }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 29 + }, + "component": "", + "_componentId": "1bc61/a9X9MN5/EwQIdMfv2", + "handler": "onBetBtnClick", + "customEventData": "" + }, { "__type__": "cc.Node", "_name": "btn_minus", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 86 }, "_children": [ { - "__id__": 96 + "__id__": 94 } ], "_active": true, "_components": [ { - "__id__": 99 + "__id__": 97 } ], "_prefab": null, @@ -4722,16 +4357,16 @@ "_name": "Background", "_objFlags": 512, "_parent": { - "__id__": 95 + "__id__": 93 }, "_children": [], "_active": true, "_components": [ { - "__id__": 97 + "__id__": 95 }, { - "__id__": 98 + "__id__": 96 } ], "_prefab": null, @@ -4787,7 +4422,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 96 + "__id__": 94 }, "_enabled": true, "_materials": [ @@ -4819,7 +4454,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 96 + "__id__": 94 }, "_enabled": true, "alignMode": 0, @@ -4846,14 +4481,18 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 95 + "__id__": 93 }, "_enabled": true, "_normalMaterial": null, "_grayMaterial": null, "duration": 0.1, "zoomScale": 1.2, - "clickEvents": [], + "clickEvents": [ + { + "__id__": 98 + } + ], "_N$interactable": true, "_N$enableAutoGrayEffect": false, "_N$transition": 2, @@ -4904,41 +4543,51 @@ "__uuid__": "20895b64-f7f7-4dad-b6a4-b29a0d616422" }, "_N$pressedSprite": { - "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + "__uuid__": "20895b64-f7f7-4dad-b6a4-b29a0d616422" }, "pressedSprite": { - "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" + "__uuid__": "20895b64-f7f7-4dad-b6a4-b29a0d616422" }, "_N$hoverSprite": { - "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + "__uuid__": "20895b64-f7f7-4dad-b6a4-b29a0d616422" }, "hoverSprite": { - "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + "__uuid__": "20895b64-f7f7-4dad-b6a4-b29a0d616422" }, "_N$disabledSprite": { - "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" + "__uuid__": "089a7fbb-dfb9-437d-abe9-4597ee1ca4bf" }, "_N$target": { - "__id__": 96 + "__id__": 94 }, "_id": "2aiXByUwNPYqe6c5hGMZPF" }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 29 + }, + "component": "", + "_componentId": "1bc61/a9X9MN5/EwQIdMfv2", + "handler": "onBetBtnClick", + "customEventData": "" + }, { "__type__": "cc.Node", "_name": "btn_spin", "_objFlags": 0, "_parent": { - "__id__": 89 + "__id__": 86 }, "_children": [ { - "__id__": 101 + "__id__": 100 } ], "_active": true, "_components": [ { - "__id__": 104 + "__id__": 103 } ], "_prefab": null, @@ -4994,16 +4643,16 @@ "_name": "Background", "_objFlags": 512, "_parent": { - "__id__": 100 + "__id__": 99 }, "_children": [], "_active": true, "_components": [ { - "__id__": 102 + "__id__": 101 }, { - "__id__": 103 + "__id__": 102 } ], "_prefab": null, @@ -5059,7 +4708,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 101 + "__id__": 100 }, "_enabled": true, "_materials": [ @@ -5091,7 +4740,7 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 101 + "__id__": 100 }, "_enabled": true, "alignMode": 0, @@ -5118,14 +4767,18 @@ "_name": "", "_objFlags": 0, "node": { - "__id__": 100 + "__id__": 99 }, "_enabled": true, "_normalMaterial": null, "_grayMaterial": null, "duration": 0.1, "zoomScale": 1.2, - "clickEvents": [], + "clickEvents": [ + { + "__id__": 104 + } + ], "_N$interactable": true, "_N$enableAutoGrayEffect": false, "_N$transition": 2, @@ -5182,19 +4835,29 @@ "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" }, "_N$hoverSprite": { - "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + "__uuid__": "b1ac4e84-2743-484e-888e-9354d2ee00bc" }, "hoverSprite": { - "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" + "__uuid__": "b1ac4e84-2743-484e-888e-9354d2ee00bc" }, "_N$disabledSprite": { "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" }, "_N$target": { - "__id__": 101 + "__id__": 100 }, "_id": "b0f2aeSLZMEb88FCu4QB5S" }, + { + "__type__": "cc.ClickEvent", + "target": { + "__id__": 29 + }, + "component": "", + "_componentId": "1bc61/a9X9MN5/EwQIdMfv2", + "handler": "onSpinBtnClick", + "customEventData": "" + }, { "__type__": "cc.Canvas", "_name": "", @@ -5212,20 +4875,6 @@ "_fitHeight": true, "_id": "48eUA5fntN/brG2vwu73P6" }, - { - "__type__": "e1b90/rohdEk4SdmmEZANaD", - "_name": "", - "_objFlags": 0, - "node": { - "__id__": 2 - }, - "_enabled": true, - "label": { - "__id__": 11 - }, - "text": "hello", - "_id": "45RVqJcuhO6KTuvkdE4p4W" - }, { "__type__": "cc.Widget", "_name": "", diff --git a/assets/Script/columnControl.ts b/assets/Script/columnControl.ts new file mode 100644 index 0000000..82abab2 --- /dev/null +++ b/assets/Script/columnControl.ts @@ -0,0 +1,92 @@ + +const {ccclass, property} = cc._decorator; + +import {gameMY} from './gameModule'; + + +// const eventTarget = new cc.EventTarget(); + +enum columnState { + +} + + +@ccclass +export class columnControl extends cc.Component { + + // @property({type: gameMY}) 這句不行 + // public gameModule: gameMY | null = null; + + @property((cc.Node)) + gameModule: cc.Node; + + private nowAction = null; + private columnItem: Array = []; + private itemList:Array; + private gameModuleScript; + + actionSet = { + "stayPosition": cc.moveTo(0, new cc.Vec2(0, 240)), + "rollingUp2Button": cc.sequence(cc.moveTo(0, new cc.Vec2(0, 240)), cc.moveBy(1.5, new cc.Vec2(0, -240))), + }; + + + protected onLoad () { + this.gameModuleScript = this.gameModule.getComponent('gameMY'); + } + + protected start () { + cc.log("this columnControl start"); + + this.itemList = Object.values(this.gameModuleScript.itemNameMapping); + + for(let i=0;i 結論: 約需要 0.2~0.5秒 + if(this.tempValue){ + if(!(Object.keys(this.gameModuleScript.item_spriteFrame).length === 0)){ + cc.log(" empty to full : " + this.secCounter) + this.tempValue = false + } + } + + if(this.secCounter >= 5) { + cc.log("engineer Function Update : " + this.secCounter) + this.secCounter = 0 + } + + } + + protected onDisable(): void { + cc.log("this is ee onDisable") + } + + unitTest1():void { + this.gameModule.emit('Bob', 'unitTest1 Success') + } + + disableColumn():void { + // this.node.active = !this.node.active; + this.columnControl.active = !this.columnControl.active; + } + + unitTest3():void { + + // @ts-ignore + this.itemList = Object.values(this.gameModuleScript.itemNameMapping) + + for(let i=0;i { + sF.forEach( (eachSpriteFrame)=>{ + this.item_spriteFrame[ this.itemNameMapping[eachSpriteFrame.name] ] = eachSpriteFrame + }) + } ); + cc.resources.loadDir('item_blur',cc.SpriteFrame, (err: any, sF) => { + sF.forEach( (eachSpriteFrame)=>{ + this.itemBlur_spriteFrame[ this.itemNameMapping[eachSpriteFrame.name] ] = eachSpriteFrame + }) + } ); } - // update (dt) {} + + + protected start () { + this.betNumber = 50; + + this.slotBoard.addChild( cc.instantiate(this.columnPrefab) ) + this.slotBoard.addChild( cc.instantiate(this.columnPrefab) ) + this.slotBoard.addChild( cc.instantiate(this.columnPrefab) ) + this.slotBoard.addChild( cc.instantiate(this.columnPrefab) ) + + } + + protected update (dt) { + + if(!this.init_Complete){ + // 完成圖片載入再啟動 column + if((Object.keys(this.item_spriteFrame).length === 12)){ + for(let i=0;i<=5;i++){ + this.slotBoard.children[i].getComponent('columnControl').gameModule = this.node; + this.slotBoard.children[i].active = true; + this.init_Complete=true; + } + } + + } + } + + + onBetBtnClick(e: cc.Event.EventTouch): void { + // let a = e.getCurrentTarget().name + // cc.log(a) + if(e.getCurrentTarget().name == 'btn_plus'){ + this.betNumber += 50; + } + else{ + this.betNumber -= 50; + } + this.betString.string = "" + this.betNumber + } + + + onSpinBtnClick():void { + + + + + cc.log("nothing"); + + } + + unitTestInit():void { + // for unitTest 1 + this.node.on('Bob', (arg1)=>{ + cc.log("columnControl Recieve Bob say " + arg1) + }, this) + } + + + + } diff --git a/assets/resources.meta b/assets/resources.meta new file mode 100644 index 0000000..d279ab4 --- /dev/null +++ b/assets/resources.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.3", + "uuid": "a2833e54-8f8c-4ff2-bf3d-79b159659738", + "importer": "folder", + "isBundle": false, + "bundleName": "", + "priority": 1, + "compressionType": {}, + "optimizeHotUpdate": {}, + "inlineSpriteFrames": {}, + "isRemoteBundle": {}, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/resources/item.meta b/assets/resources/item.meta new file mode 100644 index 0000000..7c7d26d --- /dev/null +++ b/assets/resources/item.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.3", + "uuid": "b0b77d84-4360-4d7f-825f-47f491523771", + "importer": "folder", + "isBundle": false, + "bundleName": "", + "priority": 1, + "compressionType": {}, + "optimizeHotUpdate": {}, + "inlineSpriteFrames": {}, + "isRemoteBundle": {}, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/Texture/item_01.png b/assets/resources/item/item_01.png similarity index 100% rename from assets/Texture/item_01.png rename to assets/resources/item/item_01.png diff --git a/assets/Texture/item_01.png.meta b/assets/resources/item/item_01.png.meta similarity index 100% rename from assets/Texture/item_01.png.meta rename to assets/resources/item/item_01.png.meta diff --git a/assets/Texture/item_02.png b/assets/resources/item/item_02.png similarity index 100% rename from assets/Texture/item_02.png rename to assets/resources/item/item_02.png diff --git a/assets/Texture/item_02.png.meta b/assets/resources/item/item_02.png.meta similarity index 100% rename from assets/Texture/item_02.png.meta rename to assets/resources/item/item_02.png.meta diff --git a/assets/Texture/item_03.png b/assets/resources/item/item_03.png similarity index 100% rename from assets/Texture/item_03.png rename to assets/resources/item/item_03.png diff --git a/assets/Texture/item_03.png.meta b/assets/resources/item/item_03.png.meta similarity index 100% rename from assets/Texture/item_03.png.meta rename to assets/resources/item/item_03.png.meta diff --git a/assets/Texture/item_04.png b/assets/resources/item/item_04.png similarity index 100% rename from assets/Texture/item_04.png rename to assets/resources/item/item_04.png diff --git a/assets/Texture/item_04.png.meta b/assets/resources/item/item_04.png.meta similarity index 100% rename from assets/Texture/item_04.png.meta rename to assets/resources/item/item_04.png.meta diff --git a/assets/Texture/item_10.png b/assets/resources/item/item_10.png similarity index 100% rename from assets/Texture/item_10.png rename to assets/resources/item/item_10.png diff --git a/assets/Texture/item_10.png.meta b/assets/resources/item/item_10.png.meta similarity index 100% rename from assets/Texture/item_10.png.meta rename to assets/resources/item/item_10.png.meta diff --git a/assets/Texture/item_9.png b/assets/resources/item/item_9.png similarity index 100% rename from assets/Texture/item_9.png rename to assets/resources/item/item_9.png diff --git a/assets/Texture/item_9.png.meta b/assets/resources/item/item_9.png.meta similarity index 100% rename from assets/Texture/item_9.png.meta rename to assets/resources/item/item_9.png.meta diff --git a/assets/Texture/item_a.png b/assets/resources/item/item_a.png similarity index 100% rename from assets/Texture/item_a.png rename to assets/resources/item/item_a.png diff --git a/assets/Texture/item_a.png.meta b/assets/resources/item/item_a.png.meta similarity index 100% rename from assets/Texture/item_a.png.meta rename to assets/resources/item/item_a.png.meta diff --git a/assets/Texture/item_j.png b/assets/resources/item/item_j.png similarity index 100% rename from assets/Texture/item_j.png rename to assets/resources/item/item_j.png diff --git a/assets/Texture/item_j.png.meta b/assets/resources/item/item_j.png.meta similarity index 100% rename from assets/Texture/item_j.png.meta rename to assets/resources/item/item_j.png.meta diff --git a/assets/Texture/item_k.png b/assets/resources/item/item_k.png similarity index 100% rename from assets/Texture/item_k.png rename to assets/resources/item/item_k.png diff --git a/assets/Texture/item_k.png.meta b/assets/resources/item/item_k.png.meta similarity index 100% rename from assets/Texture/item_k.png.meta rename to assets/resources/item/item_k.png.meta diff --git a/assets/Texture/item_q.png b/assets/resources/item/item_q.png similarity index 100% rename from assets/Texture/item_q.png rename to assets/resources/item/item_q.png diff --git a/assets/Texture/item_q.png.meta b/assets/resources/item/item_q.png.meta similarity index 100% rename from assets/Texture/item_q.png.meta rename to assets/resources/item/item_q.png.meta diff --git a/assets/Texture/item_scatter.png b/assets/resources/item/item_scatter.png similarity index 100% rename from assets/Texture/item_scatter.png rename to assets/resources/item/item_scatter.png diff --git a/assets/Texture/item_scatter.png.meta b/assets/resources/item/item_scatter.png.meta similarity index 100% rename from assets/Texture/item_scatter.png.meta rename to assets/resources/item/item_scatter.png.meta diff --git a/assets/Texture/item_wild.png b/assets/resources/item/item_wild.png similarity index 100% rename from assets/Texture/item_wild.png rename to assets/resources/item/item_wild.png diff --git a/assets/Texture/item_wild.png.meta b/assets/resources/item/item_wild.png.meta similarity index 100% rename from assets/Texture/item_wild.png.meta rename to assets/resources/item/item_wild.png.meta diff --git a/assets/resources/item_blur.meta b/assets/resources/item_blur.meta new file mode 100644 index 0000000..57da02d --- /dev/null +++ b/assets/resources/item_blur.meta @@ -0,0 +1,13 @@ +{ + "ver": "1.1.3", + "uuid": "1f49c310-e8ba-4faa-a998-1af948bb5b72", + "importer": "folder", + "isBundle": false, + "bundleName": "", + "priority": 1, + "compressionType": {}, + "optimizeHotUpdate": {}, + "inlineSpriteFrames": {}, + "isRemoteBundle": {}, + "subMetas": {} +} \ No newline at end of file diff --git a/assets/Texture/item_01_blur.png b/assets/resources/item_blur/item_01.png similarity index 100% rename from assets/Texture/item_01_blur.png rename to assets/resources/item_blur/item_01.png diff --git a/assets/Texture/item_01_blur.png.meta b/assets/resources/item_blur/item_01.png.meta similarity index 97% rename from assets/Texture/item_01_blur.png.meta rename to assets/resources/item_blur/item_01.png.meta index 302f131..e5a41b8 100644 --- a/assets/Texture/item_01_blur.png.meta +++ b/assets/resources/item_blur/item_01.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_01_blur": { + "item_01": { "ver": "1.0.6", "uuid": "288cf246-a337-4e8f-9559-15ae9edc46be", "importer": "sprite-frame", diff --git a/assets/Texture/item_02_blur.png b/assets/resources/item_blur/item_02.png similarity index 100% rename from assets/Texture/item_02_blur.png rename to assets/resources/item_blur/item_02.png diff --git a/assets/Texture/item_02_blur.png.meta b/assets/resources/item_blur/item_02.png.meta similarity index 97% rename from assets/Texture/item_02_blur.png.meta rename to assets/resources/item_blur/item_02.png.meta index 2f74215..60bc11f 100644 --- a/assets/Texture/item_02_blur.png.meta +++ b/assets/resources/item_blur/item_02.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_02_blur": { + "item_02": { "ver": "1.0.6", "uuid": "fa61f1cb-47e6-4adb-8630-bf2d87662adc", "importer": "sprite-frame", diff --git a/assets/Texture/item_03_blur.png b/assets/resources/item_blur/item_03.png similarity index 100% rename from assets/Texture/item_03_blur.png rename to assets/resources/item_blur/item_03.png diff --git a/assets/Texture/item_03_blur.png.meta b/assets/resources/item_blur/item_03.png.meta similarity index 97% rename from assets/Texture/item_03_blur.png.meta rename to assets/resources/item_blur/item_03.png.meta index 695b860..3a35193 100644 --- a/assets/Texture/item_03_blur.png.meta +++ b/assets/resources/item_blur/item_03.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_03_blur": { + "item_03": { "ver": "1.0.6", "uuid": "a9a3cbcd-cd68-4565-8616-eae5d8488e5d", "importer": "sprite-frame", diff --git a/assets/Texture/item_04_blur.png b/assets/resources/item_blur/item_04.png similarity index 100% rename from assets/Texture/item_04_blur.png rename to assets/resources/item_blur/item_04.png diff --git a/assets/Texture/item_04_blur.png.meta b/assets/resources/item_blur/item_04.png.meta similarity index 97% rename from assets/Texture/item_04_blur.png.meta rename to assets/resources/item_blur/item_04.png.meta index 3aa3eff..0783c47 100644 --- a/assets/Texture/item_04_blur.png.meta +++ b/assets/resources/item_blur/item_04.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_04_blur": { + "item_04": { "ver": "1.0.6", "uuid": "78729e82-3c30-4525-9376-40824dd55772", "importer": "sprite-frame", diff --git a/assets/Texture/item_10_blur.png b/assets/resources/item_blur/item_10.png similarity index 100% rename from assets/Texture/item_10_blur.png rename to assets/resources/item_blur/item_10.png diff --git a/assets/Texture/item_10_blur.png.meta b/assets/resources/item_blur/item_10.png.meta similarity index 97% rename from assets/Texture/item_10_blur.png.meta rename to assets/resources/item_blur/item_10.png.meta index cdfc0c4..dda2895 100644 --- a/assets/Texture/item_10_blur.png.meta +++ b/assets/resources/item_blur/item_10.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_10_blur": { + "item_10": { "ver": "1.0.6", "uuid": "816aa32e-0046-4577-a000-15228576cdf5", "importer": "sprite-frame", diff --git a/assets/Texture/item_9_blur.png b/assets/resources/item_blur/item_9.png similarity index 100% rename from assets/Texture/item_9_blur.png rename to assets/resources/item_blur/item_9.png diff --git a/assets/Texture/item_9_blur.png.meta b/assets/resources/item_blur/item_9.png.meta similarity index 97% rename from assets/Texture/item_9_blur.png.meta rename to assets/resources/item_blur/item_9.png.meta index 9dea979..7a09a76 100644 --- a/assets/Texture/item_9_blur.png.meta +++ b/assets/resources/item_blur/item_9.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_9_blur": { + "item_9": { "ver": "1.0.6", "uuid": "c9d4dc67-1450-448f-858a-938596b58dff", "importer": "sprite-frame", diff --git a/assets/Texture/item_a_blur.png b/assets/resources/item_blur/item_a.png similarity index 100% rename from assets/Texture/item_a_blur.png rename to assets/resources/item_blur/item_a.png diff --git a/assets/Texture/item_a_blur.png.meta b/assets/resources/item_blur/item_a.png.meta similarity index 97% rename from assets/Texture/item_a_blur.png.meta rename to assets/resources/item_blur/item_a.png.meta index dc9b72b..19cf38c 100644 --- a/assets/Texture/item_a_blur.png.meta +++ b/assets/resources/item_blur/item_a.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_a_blur": { + "item_a": { "ver": "1.0.6", "uuid": "67218748-6d3d-4090-a915-aea32b21442f", "importer": "sprite-frame", diff --git a/assets/Texture/item_j_blur.png b/assets/resources/item_blur/item_j.png similarity index 100% rename from assets/Texture/item_j_blur.png rename to assets/resources/item_blur/item_j.png diff --git a/assets/Texture/item_j_blur.png.meta b/assets/resources/item_blur/item_j.png.meta similarity index 97% rename from assets/Texture/item_j_blur.png.meta rename to assets/resources/item_blur/item_j.png.meta index 5ad5751..034f565 100644 --- a/assets/Texture/item_j_blur.png.meta +++ b/assets/resources/item_blur/item_j.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_j_blur": { + "item_j": { "ver": "1.0.6", "uuid": "e01d2899-8497-489b-a896-ea04f558e0c7", "importer": "sprite-frame", diff --git a/assets/Texture/item_k_blur.png b/assets/resources/item_blur/item_k.png similarity index 100% rename from assets/Texture/item_k_blur.png rename to assets/resources/item_blur/item_k.png diff --git a/assets/Texture/item_k_blur.png.meta b/assets/resources/item_blur/item_k.png.meta similarity index 97% rename from assets/Texture/item_k_blur.png.meta rename to assets/resources/item_blur/item_k.png.meta index 69c1cab..f05592b 100644 --- a/assets/Texture/item_k_blur.png.meta +++ b/assets/resources/item_blur/item_k.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_k_blur": { + "item_k": { "ver": "1.0.6", "uuid": "7713e6a6-19b6-4f9f-8878-5797856a476e", "importer": "sprite-frame", diff --git a/assets/Texture/item_q_blur.png b/assets/resources/item_blur/item_q.png similarity index 100% rename from assets/Texture/item_q_blur.png rename to assets/resources/item_blur/item_q.png diff --git a/assets/Texture/item_q_blur.png.meta b/assets/resources/item_blur/item_q.png.meta similarity index 97% rename from assets/Texture/item_q_blur.png.meta rename to assets/resources/item_blur/item_q.png.meta index ed44357..83341fc 100644 --- a/assets/Texture/item_q_blur.png.meta +++ b/assets/resources/item_blur/item_q.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_q_blur": { + "item_q": { "ver": "1.0.6", "uuid": "28e2997e-40d3-4e01-a212-699b1e06536b", "importer": "sprite-frame", diff --git a/assets/Texture/item_scatter_blur.png b/assets/resources/item_blur/item_scatter.png similarity index 100% rename from assets/Texture/item_scatter_blur.png rename to assets/resources/item_blur/item_scatter.png diff --git a/assets/Texture/item_scatter_blur.png.meta b/assets/resources/item_blur/item_scatter.png.meta similarity index 96% rename from assets/Texture/item_scatter_blur.png.meta rename to assets/resources/item_blur/item_scatter.png.meta index 29177a4..a6cdfbf 100644 --- a/assets/Texture/item_scatter_blur.png.meta +++ b/assets/resources/item_blur/item_scatter.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_scatter_blur": { + "item_scatter": { "ver": "1.0.6", "uuid": "96454c36-10c6-4c57-b856-c58eaebc73ab", "importer": "sprite-frame", diff --git a/assets/Texture/item_wild_blur.png b/assets/resources/item_blur/item_wild.png similarity index 100% rename from assets/Texture/item_wild_blur.png rename to assets/resources/item_blur/item_wild.png diff --git a/assets/Texture/item_wild_blur.png.meta b/assets/resources/item_blur/item_wild.png.meta similarity index 97% rename from assets/Texture/item_wild_blur.png.meta rename to assets/resources/item_blur/item_wild.png.meta index dd8272e..7be7370 100644 --- a/assets/Texture/item_wild_blur.png.meta +++ b/assets/resources/item_blur/item_wild.png.meta @@ -12,7 +12,7 @@ "height": 240, "platformSettings": {}, "subMetas": { - "item_wild_blur": { + "item_wild": { "ver": "1.0.6", "uuid": "ac1e47f5-292c-43fa-b91a-ddda1b232dee", "importer": "sprite-frame", diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..f94302a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,26 @@ +{ + "name": "catSlot", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "devDependencies": { + "@types/node": "^18.8.4" + } + }, + "node_modules/@types/node": { + "version": "18.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz", + "integrity": "sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==", + "dev": true + } + }, + "dependencies": { + "@types/node": { + "version": "18.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.4.tgz", + "integrity": "sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..beb09a3 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "devDependencies": { + "@types/node": "^18.8.4" + } +} diff --git a/tsconfig.json b/tsconfig.json index 93c0b22..88b9dc9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "experimentalDecorators": true, "skipLibCheck": true, "outDir": "temp/vscode-dist", - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "types": [ "node" ] }, "exclude": [ "node_modules",