@chiyou/minigame-framework 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/AssetsPackage/GUI/Images/Block.png +0 -0
- package/assets/AssetsPackage/GUI/Images/Block.png.meta +134 -0
- package/assets/AssetsPackage/GUI/Images.meta +9 -0
- package/assets/AssetsPackage/GUI/UIPrefabs/ChessBoard_Card.prefab +509 -0
- package/assets/AssetsPackage/GUI/UIPrefabs/ChessBoard_Card.prefab.meta +13 -0
- package/assets/AssetsPackage/GUI/UIPrefabs.meta +9 -0
- package/assets/AssetsPackage/GUI.meta +11 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.plist +1106 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.plist.meta +3329 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.png +0 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.png.meta +134 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.plist +1196 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.plist.meta +3605 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.png +0 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.png.meta +134 -0
- package/assets/AssetsPackage/SpriteAtlas.meta +11 -0
- package/assets/AssetsPackage/SpriteFrame/Card_PatternType_Back.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_PatternType_Back.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_BG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_BG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_FG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_FG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_BG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_BG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_FG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_FG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame.meta +11 -0
- package/assets/AssetsPackage.meta +9 -0
- package/assets/Scenes/Game.scene +831 -0
- package/assets/Scenes/Game.scene.meta +11 -0
- package/assets/Scenes.meta +9 -0
- package/assets/Scripts/Biz.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AbsAdAdapter.ts +312 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AbsAdAdapter.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterBilibili.ts +294 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterBilibili.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterDouYin.ts +650 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterDouYin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHonor.ts +782 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHonor.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHuaWei.ts +582 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHuaWei.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterJingDong.ts +298 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterJingDong.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterKuaiShou.ts +575 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterKuaiShou.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterOppo.ts +946 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterOppo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterTapTap.ts +643 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterTapTap.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterVivo.ts +616 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterVivo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterWeiXin.ts +847 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterWeiXin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterXiaoMi.ts +747 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterXiaoMi.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterZhiFuBao.ts +579 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterZhiFuBao.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/AbsPlatformAdapter.ts +102 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/AbsPlatformAdapter.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterBilibili.ts +660 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterBilibili.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDesktopBrowser.ts +224 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDesktopBrowser.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDouYin.ts +827 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDouYin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHonor.ts +378 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHonor.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHuaWei.ts +363 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHuaWei.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterJingDong.ts +368 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterJingDong.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterKuaiShou.ts +498 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterKuaiShou.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterOppo.ts +323 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterOppo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterTapTap.ts +617 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterTapTap.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterVivo.ts +377 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterVivo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterWeiXin.ts +1136 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterWeiXin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterXiaoMi.ts +377 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterXiaoMi.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterZhiFuBao.ts +483 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterZhiFuBao.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter.meta +9 -0
- package/assets/Scripts/Framework/Adapter.meta +9 -0
- package/assets/Scripts/Framework/Definition/AdDefinition.ts +284 -0
- package/assets/Scripts/Framework/Definition/AdDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/FrameworkBase.ts +15 -0
- package/assets/Scripts/Framework/Definition/FrameworkBase.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/PrivacyDefinition.ts +95 -0
- package/assets/Scripts/Framework/Definition/PrivacyDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/SocialDefinition.ts +21 -0
- package/assets/Scripts/Framework/Definition/SocialDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/SystemDefinition.ts +58 -0
- package/assets/Scripts/Framework/Definition/SystemDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/UIDefinition.ts +10 -0
- package/assets/Scripts/Framework/Definition/UIDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/UserDefinition.ts +17 -0
- package/assets/Scripts/Framework/Definition/UserDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition.meta +9 -0
- package/assets/Scripts/Framework/Manager/AdMgr.ts +812 -0
- package/assets/Scripts/Framework/Manager/AdMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/AudioMgr.ts +296 -0
- package/assets/Scripts/Framework/Manager/AudioMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/BaseMgr.ts +130 -0
- package/assets/Scripts/Framework/Manager/BaseMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/EventMgr.ts +102 -0
- package/assets/Scripts/Framework/Manager/EventMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/ExcelMgr.ts +188 -0
- package/assets/Scripts/Framework/Manager/ExcelMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/LifeCycleMgr.ts +142 -0
- package/assets/Scripts/Framework/Manager/LifeCycleMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/NodePoolMgr.ts +385 -0
- package/assets/Scripts/Framework/Manager/NodePoolMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/PrivacyMgr.ts +189 -0
- package/assets/Scripts/Framework/Manager/PrivacyMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/ResMgr.ts +420 -0
- package/assets/Scripts/Framework/Manager/ResMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/SocialMgr.ts +250 -0
- package/assets/Scripts/Framework/Manager/SocialMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/SystemMgr.ts +264 -0
- package/assets/Scripts/Framework/Manager/SystemMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/TimerMgr.ts +80 -0
- package/assets/Scripts/Framework/Manager/TimerMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/UIMgr.ts +267 -0
- package/assets/Scripts/Framework/Manager/UIMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/UserMgr.ts +162 -0
- package/assets/Scripts/Framework/Manager/UserMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager.meta +9 -0
- package/assets/Scripts/Framework/Utils/BezierUtils.ts +273 -0
- package/assets/Scripts/Framework/Utils/BezierUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/CSVUtils.ts +396 -0
- package/assets/Scripts/Framework/Utils/CSVUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/LogUtils.ts +32 -0
- package/assets/Scripts/Framework/Utils/LogUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/NumberUtils.ts +51 -0
- package/assets/Scripts/Framework/Utils/NumberUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/TaskUtils.ts +27 -0
- package/assets/Scripts/Framework/Utils/TaskUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/TimeUtils.ts +38 -0
- package/assets/Scripts/Framework/Utils/TimeUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/WXBizDataCryptUtils.ts +54 -0
- package/assets/Scripts/Framework/Utils/WXBizDataCryptUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils.meta +9 -0
- package/assets/Scripts/Framework.meta +9 -0
- package/assets/Scripts/index.ts +39 -0
- package/assets/Scripts.meta +9 -0
- package/package.json +2 -1
|
Binary file
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.0.27",
|
|
3
|
+
"importer": "image",
|
|
4
|
+
"imported": true,
|
|
5
|
+
"uuid": "3ae6f143-2a67-4f86-b0d5-6587f67017e1",
|
|
6
|
+
"files": [
|
|
7
|
+
".json",
|
|
8
|
+
".png"
|
|
9
|
+
],
|
|
10
|
+
"subMetas": {
|
|
11
|
+
"6c48a": {
|
|
12
|
+
"importer": "texture",
|
|
13
|
+
"uuid": "3ae6f143-2a67-4f86-b0d5-6587f67017e1@6c48a",
|
|
14
|
+
"displayName": "Block",
|
|
15
|
+
"id": "6c48a",
|
|
16
|
+
"name": "texture",
|
|
17
|
+
"userData": {
|
|
18
|
+
"wrapModeS": "clamp-to-edge",
|
|
19
|
+
"wrapModeT": "clamp-to-edge",
|
|
20
|
+
"imageUuidOrDatabaseUri": "3ae6f143-2a67-4f86-b0d5-6587f67017e1",
|
|
21
|
+
"isUuid": true,
|
|
22
|
+
"visible": false,
|
|
23
|
+
"minfilter": "linear",
|
|
24
|
+
"magfilter": "linear",
|
|
25
|
+
"mipfilter": "none",
|
|
26
|
+
"anisotropy": 0
|
|
27
|
+
},
|
|
28
|
+
"ver": "1.0.22",
|
|
29
|
+
"imported": true,
|
|
30
|
+
"files": [
|
|
31
|
+
".json"
|
|
32
|
+
],
|
|
33
|
+
"subMetas": {}
|
|
34
|
+
},
|
|
35
|
+
"f9941": {
|
|
36
|
+
"importer": "sprite-frame",
|
|
37
|
+
"uuid": "3ae6f143-2a67-4f86-b0d5-6587f67017e1@f9941",
|
|
38
|
+
"displayName": "Block",
|
|
39
|
+
"id": "f9941",
|
|
40
|
+
"name": "spriteFrame",
|
|
41
|
+
"userData": {
|
|
42
|
+
"trimThreshold": 1,
|
|
43
|
+
"rotated": false,
|
|
44
|
+
"offsetX": 0,
|
|
45
|
+
"offsetY": 0,
|
|
46
|
+
"trimX": 0,
|
|
47
|
+
"trimY": 0,
|
|
48
|
+
"width": 100,
|
|
49
|
+
"height": 100,
|
|
50
|
+
"rawWidth": 100,
|
|
51
|
+
"rawHeight": 100,
|
|
52
|
+
"borderTop": 0,
|
|
53
|
+
"borderBottom": 0,
|
|
54
|
+
"borderLeft": 0,
|
|
55
|
+
"borderRight": 0,
|
|
56
|
+
"packable": true,
|
|
57
|
+
"pixelsToUnit": 100,
|
|
58
|
+
"pivotX": 0.5,
|
|
59
|
+
"pivotY": 0.5,
|
|
60
|
+
"meshType": 0,
|
|
61
|
+
"vertices": {
|
|
62
|
+
"rawPosition": [
|
|
63
|
+
-50,
|
|
64
|
+
-50,
|
|
65
|
+
0,
|
|
66
|
+
50,
|
|
67
|
+
-50,
|
|
68
|
+
0,
|
|
69
|
+
-50,
|
|
70
|
+
50,
|
|
71
|
+
0,
|
|
72
|
+
50,
|
|
73
|
+
50,
|
|
74
|
+
0
|
|
75
|
+
],
|
|
76
|
+
"indexes": [
|
|
77
|
+
0,
|
|
78
|
+
1,
|
|
79
|
+
2,
|
|
80
|
+
2,
|
|
81
|
+
1,
|
|
82
|
+
3
|
|
83
|
+
],
|
|
84
|
+
"uv": [
|
|
85
|
+
0,
|
|
86
|
+
100,
|
|
87
|
+
100,
|
|
88
|
+
100,
|
|
89
|
+
0,
|
|
90
|
+
0,
|
|
91
|
+
100,
|
|
92
|
+
0
|
|
93
|
+
],
|
|
94
|
+
"nuv": [
|
|
95
|
+
0,
|
|
96
|
+
0,
|
|
97
|
+
1,
|
|
98
|
+
0,
|
|
99
|
+
0,
|
|
100
|
+
1,
|
|
101
|
+
1,
|
|
102
|
+
1
|
|
103
|
+
],
|
|
104
|
+
"minPos": [
|
|
105
|
+
-50,
|
|
106
|
+
-50,
|
|
107
|
+
0
|
|
108
|
+
],
|
|
109
|
+
"maxPos": [
|
|
110
|
+
50,
|
|
111
|
+
50,
|
|
112
|
+
0
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"isUuid": true,
|
|
116
|
+
"imageUuidOrDatabaseUri": "3ae6f143-2a67-4f86-b0d5-6587f67017e1@6c48a",
|
|
117
|
+
"atlasUuid": "",
|
|
118
|
+
"trimType": "auto"
|
|
119
|
+
},
|
|
120
|
+
"ver": "1.0.12",
|
|
121
|
+
"imported": true,
|
|
122
|
+
"files": [
|
|
123
|
+
".json"
|
|
124
|
+
],
|
|
125
|
+
"subMetas": {}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"userData": {
|
|
129
|
+
"type": "sprite-frame",
|
|
130
|
+
"fixAlphaTransparencyArtifacts": false,
|
|
131
|
+
"hasAlpha": true,
|
|
132
|
+
"redirect": "3ae6f143-2a67-4f86-b0d5-6587f67017e1@6c48a"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,509 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"__type__": "cc.Prefab",
|
|
4
|
+
"_name": "ChessBoard_Card",
|
|
5
|
+
"_objFlags": 0,
|
|
6
|
+
"__editorExtras__": {},
|
|
7
|
+
"_native": "",
|
|
8
|
+
"data": {
|
|
9
|
+
"__id__": 1
|
|
10
|
+
},
|
|
11
|
+
"optimizationPolicy": 0,
|
|
12
|
+
"persistent": false
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"__type__": "cc.Node",
|
|
16
|
+
"_name": "ChessBoard_Card",
|
|
17
|
+
"_objFlags": 0,
|
|
18
|
+
"__editorExtras__": {},
|
|
19
|
+
"_parent": null,
|
|
20
|
+
"_children": [
|
|
21
|
+
{
|
|
22
|
+
"__id__": 2
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"__id__": 8
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"_active": true,
|
|
29
|
+
"_components": [
|
|
30
|
+
{
|
|
31
|
+
"__id__": 20
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"_prefab": {
|
|
35
|
+
"__id__": 22
|
|
36
|
+
},
|
|
37
|
+
"_lpos": {
|
|
38
|
+
"__type__": "cc.Vec3",
|
|
39
|
+
"x": 0,
|
|
40
|
+
"y": 0,
|
|
41
|
+
"z": 0
|
|
42
|
+
},
|
|
43
|
+
"_lrot": {
|
|
44
|
+
"__type__": "cc.Quat",
|
|
45
|
+
"x": 0,
|
|
46
|
+
"y": 0,
|
|
47
|
+
"z": 0,
|
|
48
|
+
"w": 1
|
|
49
|
+
},
|
|
50
|
+
"_lscale": {
|
|
51
|
+
"__type__": "cc.Vec3",
|
|
52
|
+
"x": 1,
|
|
53
|
+
"y": 1,
|
|
54
|
+
"z": 1
|
|
55
|
+
},
|
|
56
|
+
"_mobility": 0,
|
|
57
|
+
"_layer": 33554432,
|
|
58
|
+
"_euler": {
|
|
59
|
+
"__type__": "cc.Vec3",
|
|
60
|
+
"x": 0,
|
|
61
|
+
"y": 0,
|
|
62
|
+
"z": 0
|
|
63
|
+
},
|
|
64
|
+
"_id": ""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"__type__": "cc.Node",
|
|
68
|
+
"_name": "Card_Background",
|
|
69
|
+
"_objFlags": 0,
|
|
70
|
+
"__editorExtras__": {},
|
|
71
|
+
"_parent": {
|
|
72
|
+
"__id__": 1
|
|
73
|
+
},
|
|
74
|
+
"_children": [],
|
|
75
|
+
"_active": true,
|
|
76
|
+
"_components": [
|
|
77
|
+
{
|
|
78
|
+
"__id__": 3
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"__id__": 5
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"_prefab": {
|
|
85
|
+
"__id__": 7
|
|
86
|
+
},
|
|
87
|
+
"_lpos": {
|
|
88
|
+
"__type__": "cc.Vec3",
|
|
89
|
+
"x": 0,
|
|
90
|
+
"y": 0,
|
|
91
|
+
"z": 0
|
|
92
|
+
},
|
|
93
|
+
"_lrot": {
|
|
94
|
+
"__type__": "cc.Quat",
|
|
95
|
+
"x": 0,
|
|
96
|
+
"y": 0,
|
|
97
|
+
"z": 0,
|
|
98
|
+
"w": 1
|
|
99
|
+
},
|
|
100
|
+
"_lscale": {
|
|
101
|
+
"__type__": "cc.Vec3",
|
|
102
|
+
"x": 1,
|
|
103
|
+
"y": 1,
|
|
104
|
+
"z": 1
|
|
105
|
+
},
|
|
106
|
+
"_mobility": 0,
|
|
107
|
+
"_layer": 33554432,
|
|
108
|
+
"_euler": {
|
|
109
|
+
"__type__": "cc.Vec3",
|
|
110
|
+
"x": 0,
|
|
111
|
+
"y": 0,
|
|
112
|
+
"z": 0
|
|
113
|
+
},
|
|
114
|
+
"_id": ""
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"__type__": "cc.UITransform",
|
|
118
|
+
"_name": "",
|
|
119
|
+
"_objFlags": 0,
|
|
120
|
+
"__editorExtras__": {},
|
|
121
|
+
"node": {
|
|
122
|
+
"__id__": 2
|
|
123
|
+
},
|
|
124
|
+
"_enabled": true,
|
|
125
|
+
"__prefab": {
|
|
126
|
+
"__id__": 4
|
|
127
|
+
},
|
|
128
|
+
"_contentSize": {
|
|
129
|
+
"__type__": "cc.Size",
|
|
130
|
+
"width": 80,
|
|
131
|
+
"height": 90
|
|
132
|
+
},
|
|
133
|
+
"_anchorPoint": {
|
|
134
|
+
"__type__": "cc.Vec2",
|
|
135
|
+
"x": 0.5,
|
|
136
|
+
"y": 0.5
|
|
137
|
+
},
|
|
138
|
+
"_id": ""
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"__type__": "cc.CompPrefabInfo",
|
|
142
|
+
"fileId": "13HxxGk9dKR7TXLDh+1aWu"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"__type__": "cc.Sprite",
|
|
146
|
+
"_name": "",
|
|
147
|
+
"_objFlags": 0,
|
|
148
|
+
"__editorExtras__": {},
|
|
149
|
+
"node": {
|
|
150
|
+
"__id__": 2
|
|
151
|
+
},
|
|
152
|
+
"_enabled": true,
|
|
153
|
+
"__prefab": {
|
|
154
|
+
"__id__": 6
|
|
155
|
+
},
|
|
156
|
+
"_customMaterial": null,
|
|
157
|
+
"_srcBlendFactor": 2,
|
|
158
|
+
"_dstBlendFactor": 4,
|
|
159
|
+
"_color": {
|
|
160
|
+
"__type__": "cc.Color",
|
|
161
|
+
"r": 255,
|
|
162
|
+
"g": 255,
|
|
163
|
+
"b": 255,
|
|
164
|
+
"a": 255
|
|
165
|
+
},
|
|
166
|
+
"_spriteFrame": null,
|
|
167
|
+
"_type": 0,
|
|
168
|
+
"_fillType": 0,
|
|
169
|
+
"_sizeMode": 1,
|
|
170
|
+
"_fillCenter": {
|
|
171
|
+
"__type__": "cc.Vec2",
|
|
172
|
+
"x": 0,
|
|
173
|
+
"y": 0
|
|
174
|
+
},
|
|
175
|
+
"_fillStart": 0,
|
|
176
|
+
"_fillRange": 0,
|
|
177
|
+
"_isTrimmedMode": true,
|
|
178
|
+
"_useGrayscale": false,
|
|
179
|
+
"_atlas": null,
|
|
180
|
+
"_id": ""
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"__type__": "cc.CompPrefabInfo",
|
|
184
|
+
"fileId": "367vRJ4PBOLrTslg/yZPQG"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"__type__": "cc.PrefabInfo",
|
|
188
|
+
"root": {
|
|
189
|
+
"__id__": 1
|
|
190
|
+
},
|
|
191
|
+
"asset": {
|
|
192
|
+
"__id__": 0
|
|
193
|
+
},
|
|
194
|
+
"fileId": "d4HGxMUZ5MWI5bEihmOwD0",
|
|
195
|
+
"instance": null,
|
|
196
|
+
"targetOverrides": null,
|
|
197
|
+
"nestedPrefabInstanceRoots": null
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"__type__": "cc.Node",
|
|
201
|
+
"_name": "Card_Foreground",
|
|
202
|
+
"_objFlags": 0,
|
|
203
|
+
"__editorExtras__": {},
|
|
204
|
+
"_parent": {
|
|
205
|
+
"__id__": 1
|
|
206
|
+
},
|
|
207
|
+
"_children": [
|
|
208
|
+
{
|
|
209
|
+
"__id__": 9
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"_active": true,
|
|
213
|
+
"_components": [
|
|
214
|
+
{
|
|
215
|
+
"__id__": 15
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"__id__": 17
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"_prefab": {
|
|
222
|
+
"__id__": 19
|
|
223
|
+
},
|
|
224
|
+
"_lpos": {
|
|
225
|
+
"__type__": "cc.Vec3",
|
|
226
|
+
"x": 0,
|
|
227
|
+
"y": 5,
|
|
228
|
+
"z": 0
|
|
229
|
+
},
|
|
230
|
+
"_lrot": {
|
|
231
|
+
"__type__": "cc.Quat",
|
|
232
|
+
"x": 0,
|
|
233
|
+
"y": 0,
|
|
234
|
+
"z": 0,
|
|
235
|
+
"w": 1
|
|
236
|
+
},
|
|
237
|
+
"_lscale": {
|
|
238
|
+
"__type__": "cc.Vec3",
|
|
239
|
+
"x": 1,
|
|
240
|
+
"y": 1,
|
|
241
|
+
"z": 1
|
|
242
|
+
},
|
|
243
|
+
"_mobility": 0,
|
|
244
|
+
"_layer": 33554432,
|
|
245
|
+
"_euler": {
|
|
246
|
+
"__type__": "cc.Vec3",
|
|
247
|
+
"x": 0,
|
|
248
|
+
"y": 0,
|
|
249
|
+
"z": 0
|
|
250
|
+
},
|
|
251
|
+
"_id": ""
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"__type__": "cc.Node",
|
|
255
|
+
"_name": "Card_Pattern",
|
|
256
|
+
"_objFlags": 0,
|
|
257
|
+
"__editorExtras__": {},
|
|
258
|
+
"_parent": {
|
|
259
|
+
"__id__": 8
|
|
260
|
+
},
|
|
261
|
+
"_children": [],
|
|
262
|
+
"_active": true,
|
|
263
|
+
"_components": [
|
|
264
|
+
{
|
|
265
|
+
"__id__": 10
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"__id__": 12
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"_prefab": {
|
|
272
|
+
"__id__": 14
|
|
273
|
+
},
|
|
274
|
+
"_lpos": {
|
|
275
|
+
"__type__": "cc.Vec3",
|
|
276
|
+
"x": 0,
|
|
277
|
+
"y": 0,
|
|
278
|
+
"z": 0
|
|
279
|
+
},
|
|
280
|
+
"_lrot": {
|
|
281
|
+
"__type__": "cc.Quat",
|
|
282
|
+
"x": 0,
|
|
283
|
+
"y": 0,
|
|
284
|
+
"z": 0,
|
|
285
|
+
"w": 1
|
|
286
|
+
},
|
|
287
|
+
"_lscale": {
|
|
288
|
+
"__type__": "cc.Vec3",
|
|
289
|
+
"x": 1,
|
|
290
|
+
"y": 1,
|
|
291
|
+
"z": 1
|
|
292
|
+
},
|
|
293
|
+
"_mobility": 0,
|
|
294
|
+
"_layer": 33554432,
|
|
295
|
+
"_euler": {
|
|
296
|
+
"__type__": "cc.Vec3",
|
|
297
|
+
"x": 0,
|
|
298
|
+
"y": 0,
|
|
299
|
+
"z": 0
|
|
300
|
+
},
|
|
301
|
+
"_id": ""
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"__type__": "cc.UITransform",
|
|
305
|
+
"_name": "",
|
|
306
|
+
"_objFlags": 0,
|
|
307
|
+
"__editorExtras__": {},
|
|
308
|
+
"node": {
|
|
309
|
+
"__id__": 9
|
|
310
|
+
},
|
|
311
|
+
"_enabled": true,
|
|
312
|
+
"__prefab": {
|
|
313
|
+
"__id__": 11
|
|
314
|
+
},
|
|
315
|
+
"_contentSize": {
|
|
316
|
+
"__type__": "cc.Size",
|
|
317
|
+
"width": 65,
|
|
318
|
+
"height": 65
|
|
319
|
+
},
|
|
320
|
+
"_anchorPoint": {
|
|
321
|
+
"__type__": "cc.Vec2",
|
|
322
|
+
"x": 0.5,
|
|
323
|
+
"y": 0.5
|
|
324
|
+
},
|
|
325
|
+
"_id": ""
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"__type__": "cc.CompPrefabInfo",
|
|
329
|
+
"fileId": "ec4dqs2flP7ZSEBZ6GPCTw"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"__type__": "cc.Sprite",
|
|
333
|
+
"_name": "",
|
|
334
|
+
"_objFlags": 0,
|
|
335
|
+
"__editorExtras__": {},
|
|
336
|
+
"node": {
|
|
337
|
+
"__id__": 9
|
|
338
|
+
},
|
|
339
|
+
"_enabled": true,
|
|
340
|
+
"__prefab": {
|
|
341
|
+
"__id__": 13
|
|
342
|
+
},
|
|
343
|
+
"_customMaterial": null,
|
|
344
|
+
"_srcBlendFactor": 2,
|
|
345
|
+
"_dstBlendFactor": 4,
|
|
346
|
+
"_color": {
|
|
347
|
+
"__type__": "cc.Color",
|
|
348
|
+
"r": 255,
|
|
349
|
+
"g": 255,
|
|
350
|
+
"b": 255,
|
|
351
|
+
"a": 255
|
|
352
|
+
},
|
|
353
|
+
"_spriteFrame": null,
|
|
354
|
+
"_type": 0,
|
|
355
|
+
"_fillType": 0,
|
|
356
|
+
"_sizeMode": 0,
|
|
357
|
+
"_fillCenter": {
|
|
358
|
+
"__type__": "cc.Vec2",
|
|
359
|
+
"x": 0,
|
|
360
|
+
"y": 0
|
|
361
|
+
},
|
|
362
|
+
"_fillStart": 0,
|
|
363
|
+
"_fillRange": 0,
|
|
364
|
+
"_isTrimmedMode": true,
|
|
365
|
+
"_useGrayscale": false,
|
|
366
|
+
"_atlas": null,
|
|
367
|
+
"_id": ""
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"__type__": "cc.CompPrefabInfo",
|
|
371
|
+
"fileId": "edMlk1LxlOSIT/Y0f9TcJ+"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"__type__": "cc.PrefabInfo",
|
|
375
|
+
"root": {
|
|
376
|
+
"__id__": 1
|
|
377
|
+
},
|
|
378
|
+
"asset": {
|
|
379
|
+
"__id__": 0
|
|
380
|
+
},
|
|
381
|
+
"fileId": "f0NFxoJzpEPo1sIO3hWC1s",
|
|
382
|
+
"instance": null,
|
|
383
|
+
"targetOverrides": null,
|
|
384
|
+
"nestedPrefabInstanceRoots": null
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"__type__": "cc.UITransform",
|
|
388
|
+
"_name": "",
|
|
389
|
+
"_objFlags": 0,
|
|
390
|
+
"__editorExtras__": {},
|
|
391
|
+
"node": {
|
|
392
|
+
"__id__": 8
|
|
393
|
+
},
|
|
394
|
+
"_enabled": true,
|
|
395
|
+
"__prefab": {
|
|
396
|
+
"__id__": 16
|
|
397
|
+
},
|
|
398
|
+
"_contentSize": {
|
|
399
|
+
"__type__": "cc.Size",
|
|
400
|
+
"width": 77,
|
|
401
|
+
"height": 80
|
|
402
|
+
},
|
|
403
|
+
"_anchorPoint": {
|
|
404
|
+
"__type__": "cc.Vec2",
|
|
405
|
+
"x": 0.5,
|
|
406
|
+
"y": 0.5
|
|
407
|
+
},
|
|
408
|
+
"_id": ""
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"__type__": "cc.CompPrefabInfo",
|
|
412
|
+
"fileId": "7ebxSfwktAQLvwxvKwmR+e"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"__type__": "cc.Sprite",
|
|
416
|
+
"_name": "",
|
|
417
|
+
"_objFlags": 0,
|
|
418
|
+
"__editorExtras__": {},
|
|
419
|
+
"node": {
|
|
420
|
+
"__id__": 8
|
|
421
|
+
},
|
|
422
|
+
"_enabled": true,
|
|
423
|
+
"__prefab": {
|
|
424
|
+
"__id__": 18
|
|
425
|
+
},
|
|
426
|
+
"_customMaterial": null,
|
|
427
|
+
"_srcBlendFactor": 2,
|
|
428
|
+
"_dstBlendFactor": 4,
|
|
429
|
+
"_color": {
|
|
430
|
+
"__type__": "cc.Color",
|
|
431
|
+
"r": 255,
|
|
432
|
+
"g": 255,
|
|
433
|
+
"b": 255,
|
|
434
|
+
"a": 255
|
|
435
|
+
},
|
|
436
|
+
"_spriteFrame": null,
|
|
437
|
+
"_type": 0,
|
|
438
|
+
"_fillType": 0,
|
|
439
|
+
"_sizeMode": 1,
|
|
440
|
+
"_fillCenter": {
|
|
441
|
+
"__type__": "cc.Vec2",
|
|
442
|
+
"x": 0,
|
|
443
|
+
"y": 0
|
|
444
|
+
},
|
|
445
|
+
"_fillStart": 0,
|
|
446
|
+
"_fillRange": 0,
|
|
447
|
+
"_isTrimmedMode": true,
|
|
448
|
+
"_useGrayscale": false,
|
|
449
|
+
"_atlas": null,
|
|
450
|
+
"_id": ""
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"__type__": "cc.CompPrefabInfo",
|
|
454
|
+
"fileId": "412PdkgeBIoKkY96p9C4+U"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"__type__": "cc.PrefabInfo",
|
|
458
|
+
"root": {
|
|
459
|
+
"__id__": 1
|
|
460
|
+
},
|
|
461
|
+
"asset": {
|
|
462
|
+
"__id__": 0
|
|
463
|
+
},
|
|
464
|
+
"fileId": "2cHS9s8E9Fw6x7xu23V8Yb",
|
|
465
|
+
"instance": null,
|
|
466
|
+
"targetOverrides": null,
|
|
467
|
+
"nestedPrefabInstanceRoots": null
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"__type__": "cc.UITransform",
|
|
471
|
+
"_name": "",
|
|
472
|
+
"_objFlags": 0,
|
|
473
|
+
"__editorExtras__": {},
|
|
474
|
+
"node": {
|
|
475
|
+
"__id__": 1
|
|
476
|
+
},
|
|
477
|
+
"_enabled": true,
|
|
478
|
+
"__prefab": {
|
|
479
|
+
"__id__": 21
|
|
480
|
+
},
|
|
481
|
+
"_contentSize": {
|
|
482
|
+
"__type__": "cc.Size",
|
|
483
|
+
"width": 100,
|
|
484
|
+
"height": 100
|
|
485
|
+
},
|
|
486
|
+
"_anchorPoint": {
|
|
487
|
+
"__type__": "cc.Vec2",
|
|
488
|
+
"x": 0.5,
|
|
489
|
+
"y": 0.5
|
|
490
|
+
},
|
|
491
|
+
"_id": ""
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"__type__": "cc.CompPrefabInfo",
|
|
495
|
+
"fileId": "82zM9678lLPY2ksVA+c1X4"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"__type__": "cc.PrefabInfo",
|
|
499
|
+
"root": {
|
|
500
|
+
"__id__": 1
|
|
501
|
+
},
|
|
502
|
+
"asset": {
|
|
503
|
+
"__id__": 0
|
|
504
|
+
},
|
|
505
|
+
"fileId": "eafYg8qXhL17wwtFTt/USG",
|
|
506
|
+
"instance": null,
|
|
507
|
+
"targetOverrides": null
|
|
508
|
+
}
|
|
509
|
+
]
|