drgame-cc 1.0.44 → 1.0.46

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.
Files changed (120) hide show
  1. package/drres/focus/focus_1/gesture.atlas +34 -0
  2. package/drres/focus/focus_1/gesture.atlas.meta +6 -0
  3. package/drres/focus/focus_1/gesture.json +1 -0
  4. package/drres/focus/focus_1/gesture.json.meta +10 -0
  5. package/drres/focus/focus_1/gesture.png +0 -0
  6. package/drres/{icons/pointer-yellow-60.png.meta → focus/focus_1/gesture.png.meta} +14 -14
  7. package/drres/focus/focus_1.meta +13 -0
  8. package/drres/focus/focus_2/gesture.atlas +41 -0
  9. package/drres/focus/focus_2/gesture.atlas.meta +6 -0
  10. package/drres/focus/focus_2/gesture.json +1 -0
  11. package/drres/focus/focus_2/gesture.json.meta +10 -0
  12. package/drres/focus/focus_2/gesture.png +0 -0
  13. package/drres/{icons/pointer-blue-60.png.meta → focus/focus_2/gesture.png.meta} +13 -13
  14. package/drres/focus/focus_2.meta +13 -0
  15. package/drres/focus/focus_3/gesture.atlas +34 -0
  16. package/drres/focus/focus_3/gesture.atlas.meta +6 -0
  17. package/drres/focus/focus_3/gesture.json +1 -0
  18. package/drres/focus/focus_3/gesture.json.meta +10 -0
  19. package/drres/focus/focus_3/gesture.png +0 -0
  20. package/drres/{icons/pointer-pink-60.png.meta → focus/focus_3/gesture.png.meta} +12 -12
  21. package/drres/focus/focus_3.meta +13 -0
  22. package/drres/focus/focus_4/gesture.atlas +20 -0
  23. package/drres/focus/focus_4/gesture.atlas.meta +6 -0
  24. package/drres/focus/focus_4/gesture.json +1 -0
  25. package/drres/focus/focus_4/gesture.json.meta +10 -0
  26. package/drres/focus/focus_4/gesture.png +0 -0
  27. package/drres/focus/focus_4/gesture.png.meta +38 -0
  28. package/drres/focus/focus_4.meta +13 -0
  29. package/drres/focus.meta +13 -0
  30. package/drres/prefab/ExitWin.prefab +2 -2
  31. package/drres/prefab/Toast.prefab +378 -378
  32. package/drscript/{ad/AdManager.ts.meta → BtnExtra.ts.meta} +1 -1
  33. package/drscript/Define.ts +20 -0
  34. package/drscript/{ad/AdSlot.ts.meta → Define.ts.meta} +1 -1
  35. package/drscript/{ad/AggregateAdProvider.ts.meta → ExitWin.ts.meta} +1 -1
  36. package/drscript/GameAnalytics.ts +37 -118
  37. package/drscript/{ad/IAdProvider.ts.meta → GameAnalytics.ts.meta} +1 -1
  38. package/drscript/HelperWin.ts.meta +10 -0
  39. package/drscript/Info.ts.meta +10 -0
  40. package/drscript/InternalUitl.ts.meta +10 -0
  41. package/drscript/KeyAdapter.ts +133 -0
  42. package/drscript/KeyAdapter.ts.meta +10 -0
  43. package/drscript/Loader.ts.meta +10 -0
  44. package/drscript/PlatformAdapter.ts +179 -192
  45. package/drscript/PlatformAdapter.ts.meta +10 -0
  46. package/drscript/README.md +91 -805
  47. package/drscript/README.md.meta +6 -0
  48. package/drscript/UIAdapter.ts +324 -0
  49. package/drscript/UIAdapter.ts.meta +10 -0
  50. package/drscript/WebBridge.ts +1 -1
  51. package/drscript/WebBridge.ts.meta +10 -0
  52. package/drscript/ad-sdk/reporters/superset-lewo.js +6 -0
  53. package/drscript/ad-sdk/types/enums.d.ts +1 -0
  54. package/drscript/ad-sdk.meta +13 -0
  55. package/drscript/ad.meta +13 -0
  56. package/drscript/component/AlertTip.ts +25 -0
  57. package/drscript/component/AlertTip.ts.meta +10 -0
  58. package/drscript/component/BtnExtra.ts +17 -0
  59. package/drscript/component/BtnExtra.ts.meta +10 -0
  60. package/drscript/{ExitWin.ts → component/ExitWin.ts} +6 -8
  61. package/drscript/component/ExitWin.ts.meta +10 -0
  62. package/drscript/{HelperWin.ts → component/HelperWin.ts} +5 -19
  63. package/drscript/component/HelperWin.ts.meta +10 -0
  64. package/drscript/component.meta +13 -0
  65. package/drscript/config.meta +13 -0
  66. package/drscript/core.meta +13 -0
  67. package/drscript/focus/FocusItem.ts +1 -19
  68. package/drscript/focus/FocusManager.ts +132 -170
  69. package/drscript/focus/FocusVisualLayer.ts +74 -163
  70. package/drscript/focus.meta +13 -0
  71. package/drscript/input/KeyboardMove.ts +40 -11
  72. package/drscript/input/KeyboardMove.ts.meta +10 -0
  73. package/drscript/input.meta +13 -0
  74. package/drscript/interface.meta +13 -0
  75. package/drscript/pinyin.meta +13 -0
  76. package/drscript/toast.meta +13 -0
  77. package/drscript/virtualgamepad.meta +13 -0
  78. package/package.json +1 -1
  79. package/drres/config/default.json +0 -101
  80. package/drres/config/default.json.meta +0 -6
  81. package/drres/icons/pointer-blue-60.png +0 -0
  82. package/drres/icons/pointer-pink-60.png +0 -0
  83. package/drres/icons/pointer-yellow-60.png +0 -0
  84. package/drscript/Info.ts +0 -78
  85. package/drscript/InternalUitl.ts +0 -65
  86. package/drscript/ad/AdManager.ts +0 -174
  87. package/drscript/ad/AdSlot.ts +0 -44
  88. package/drscript/ad/AggregateAdProvider.ts +0 -149
  89. package/drscript/ad/IAdProvider.ts +0 -39
  90. package/drscript/ad/MockAdProvider.ts +0 -36
  91. package/drscript/ad/MockAdProvider.ts.meta +0 -10
  92. package/drscript/ad/SelfAdProvider.ts +0 -41
  93. package/drscript/ad/SelfAdProvider.ts.meta +0 -10
  94. package/drscript/config/TvUiConfig.ts +0 -155
  95. package/drscript/config/TvUiConfig.ts.meta +0 -10
  96. package/drscript/config/TvUiConfigManager.ts +0 -133
  97. package/drscript/config/TvUiConfigManager.ts.meta +0 -10
  98. package/drscript/core/BackManager.ts +0 -38
  99. package/drscript/core/BackManager.ts.meta +0 -10
  100. package/drscript/core/NativeBridge.ts +0 -137
  101. package/drscript/core/NativeBridge.ts.meta +0 -10
  102. package/drscript/core/TvUi.ts +0 -69
  103. package/drscript/core/TvUi.ts.meta +0 -10
  104. package/drscript/core/TvUiRoot.ts +0 -137
  105. package/drscript/core/TvUiRoot.ts.meta +0 -10
  106. package/drscript/icon/IconConfig.ts +0 -7
  107. package/drscript/icon/IconConfig.ts.meta +0 -10
  108. package/drscript/icon/IconManager.ts +0 -97
  109. package/drscript/icon/IconManager.ts.meta +0 -10
  110. package/drscript/input/KeyCodeAdapter.ts +0 -23
  111. package/drscript/input/RemoteInputManager.ts +0 -105
  112. package/drscript/interface/ILobbyBridge.ts +0 -5
  113. package/drscript/toast/ToastComponent.ts +0 -35
  114. package/drscript/toast/ToastComponent.ts.meta +0 -10
  115. package/drscript/toast/ToastManager.ts +0 -66
  116. package/drscript/toast/ToastManager.ts.meta +0 -10
  117. package/drscript/toast/TvExitConfirmDialog.ts +0 -334
  118. package/drscript/toast/TvExitConfirmDialog.ts.meta +0 -10
  119. package/drscript/toast/UIFunctions.ts +0 -150
  120. package/drscript/toast/UIFunctions.ts.meta +0 -10
@@ -1,379 +1,379 @@
1
- [
2
- {
3
- "__type__": "cc.Prefab",
4
- "_name": "",
5
- "_objFlags": 0,
6
- "_native": "",
7
- "data": {
8
- "__id__": 1
9
- },
10
- "optimizationPolicy": 0,
11
- "asyncLoadAssets": false,
12
- "readonly": false
13
- },
14
- {
15
- "__type__": "cc.Node",
16
- "_name": "Toast",
17
- "_objFlags": 0,
18
- "_parent": null,
19
- "_children": [
20
- {
21
- "__id__": 2
22
- }
23
- ],
24
- "_active": true,
25
- "_components": [
26
- {
27
- "__id__": 10
28
- }
29
- ],
30
- "_prefab": {
31
- "__id__": 11
32
- },
33
- "_opacity": 255,
34
- "_color": {
35
- "__type__": "cc.Color",
36
- "r": 255,
37
- "g": 255,
38
- "b": 255,
39
- "a": 255
40
- },
41
- "_contentSize": {
42
- "__type__": "cc.Size",
43
- "width": 1920,
44
- "height": 1080
45
- },
46
- "_anchorPoint": {
47
- "__type__": "cc.Vec2",
48
- "x": 0.5,
49
- "y": 0.5
50
- },
51
- "_trs": {
52
- "__type__": "TypedArray",
53
- "ctor": "Float64Array",
54
- "array": [
55
- 0,
56
- 0,
57
- 0,
58
- 0,
59
- 0,
60
- 0,
61
- 1,
62
- 1,
63
- 1,
64
- 1
65
- ]
66
- },
67
- "_eulerAngles": {
68
- "__type__": "cc.Vec3",
69
- "x": 0,
70
- "y": 0,
71
- "z": 0
72
- },
73
- "_skewX": 0,
74
- "_skewY": 0,
75
- "_is3DNode": false,
76
- "_groupIndex": 0,
77
- "groupIndex": 0,
78
- "_id": ""
79
- },
80
- {
81
- "__type__": "cc.Node",
82
- "_name": "Toast",
83
- "_objFlags": 0,
84
- "_parent": {
85
- "__id__": 1
86
- },
87
- "_children": [
88
- {
89
- "__id__": 3
90
- }
91
- ],
92
- "_active": true,
93
- "_components": [
94
- {
95
- "__id__": 7
96
- },
97
- {
98
- "__id__": 8
99
- }
100
- ],
101
- "_prefab": {
102
- "__id__": 9
103
- },
104
- "_opacity": 255,
105
- "_color": {
106
- "__type__": "cc.Color",
107
- "r": 255,
108
- "g": 255,
109
- "b": 255,
110
- "a": 255
111
- },
112
- "_contentSize": {
113
- "__type__": "cc.Size",
114
- "width": 221.45999999999998,
115
- "height": 76
116
- },
117
- "_anchorPoint": {
118
- "__type__": "cc.Vec2",
119
- "x": 0.5,
120
- "y": 0.5
121
- },
122
- "_trs": {
123
- "__type__": "TypedArray",
124
- "ctor": "Float64Array",
125
- "array": [
126
- 0,
127
- 0,
128
- 0,
129
- 0,
130
- 0,
131
- 0,
132
- 1,
133
- 1,
134
- 1,
135
- 1
136
- ]
137
- },
138
- "_eulerAngles": {
139
- "__type__": "cc.Vec3",
140
- "x": 0,
141
- "y": 0,
142
- "z": 0
143
- },
144
- "_skewX": 0,
145
- "_skewY": 0,
146
- "_is3DNode": false,
147
- "_groupIndex": 0,
148
- "groupIndex": 0,
149
- "_id": ""
150
- },
151
- {
152
- "__type__": "cc.Node",
153
- "_name": "Label",
154
- "_objFlags": 0,
155
- "_parent": {
156
- "__id__": 2
157
- },
158
- "_children": [],
159
- "_active": true,
160
- "_components": [
161
- {
162
- "__id__": 4
163
- },
164
- {
165
- "__id__": 5
166
- }
167
- ],
168
- "_prefab": {
169
- "__id__": 6
170
- },
171
- "_opacity": 255,
172
- "_color": {
173
- "__type__": "cc.Color",
174
- "r": 255,
175
- "g": 255,
176
- "b": 255,
177
- "a": 255
178
- },
179
- "_contentSize": {
180
- "__type__": "cc.Size",
181
- "width": 121.46,
182
- "height": 58.4
183
- },
184
- "_anchorPoint": {
185
- "__type__": "cc.Vec2",
186
- "x": 0.5,
187
- "y": 0.5
188
- },
189
- "_trs": {
190
- "__type__": "TypedArray",
191
- "ctor": "Float64Array",
192
- "array": [
193
- 7.105427357601002e-15,
194
- 0,
195
- 0,
196
- 0,
197
- 0,
198
- 0,
199
- 1,
200
- 1,
201
- 1,
202
- 1
203
- ]
204
- },
205
- "_eulerAngles": {
206
- "__type__": "cc.Vec3",
207
- "x": 0,
208
- "y": 0,
209
- "z": 0
210
- },
211
- "_skewX": 0,
212
- "_skewY": 0,
213
- "_is3DNode": false,
214
- "_groupIndex": 0,
215
- "groupIndex": 0,
216
- "_id": ""
217
- },
218
- {
219
- "__type__": "cc.Label",
220
- "_name": "",
221
- "_objFlags": 0,
222
- "node": {
223
- "__id__": 3
224
- },
225
- "_enabled": true,
226
- "_materials": [
227
- {
228
- "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
229
- }
230
- ],
231
- "_srcBlendFactor": 770,
232
- "_dstBlendFactor": 771,
233
- "_string": "123123",
234
- "_N$string": "123123",
235
- "_fontSize": 34,
236
- "_lineHeight": 40,
237
- "_enableWrapText": true,
238
- "_N$file": null,
239
- "_isSystemFontUsed": true,
240
- "_spacingX": 0,
241
- "_batchAsBitmap": false,
242
- "_styleFlags": 1,
243
- "_underlineHeight": 0,
244
- "_N$horizontalAlign": 1,
245
- "_N$verticalAlign": 1,
246
- "_N$fontFamily": "Arial",
247
- "_N$overflow": 0,
248
- "_N$cacheMode": 0,
249
- "_id": ""
250
- },
251
- {
252
- "__type__": "cc.LabelOutline",
253
- "_name": "",
254
- "_objFlags": 0,
255
- "node": {
256
- "__id__": 3
257
- },
258
- "_enabled": true,
259
- "_color": {
260
- "__type__": "cc.Color",
261
- "r": 17,
262
- "g": 17,
263
- "b": 17,
264
- "a": 255
265
- },
266
- "_width": 4,
267
- "_id": ""
268
- },
269
- {
270
- "__type__": "cc.PrefabInfo",
271
- "root": {
272
- "__id__": 1
273
- },
274
- "asset": {
275
- "__id__": 0
276
- },
277
- "fileId": "b9Tc8qp7NGIqj9qNfgCeh+",
278
- "sync": false
279
- },
280
- {
281
- "__type__": "cc.Sprite",
282
- "_name": "",
283
- "_objFlags": 0,
284
- "node": {
285
- "__id__": 2
286
- },
287
- "_enabled": true,
288
- "_materials": [
289
- {
290
- "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
291
- }
292
- ],
293
- "_srcBlendFactor": 770,
294
- "_dstBlendFactor": 771,
295
- "_spriteFrame": {
296
- "__uuid__": "f6aace52-c6f1-417b-a839-fde3c205f9d6"
297
- },
298
- "_type": 1,
299
- "_sizeMode": 0,
300
- "_fillType": 0,
301
- "_fillCenter": {
302
- "__type__": "cc.Vec2",
303
- "x": 0,
304
- "y": 0
305
- },
306
- "_fillStart": 0,
307
- "_fillRange": 0,
308
- "_isTrimmedMode": true,
309
- "_atlas": null,
310
- "_id": ""
311
- },
312
- {
313
- "__type__": "cc.Layout",
314
- "_name": "",
315
- "_objFlags": 0,
316
- "node": {
317
- "__id__": 2
318
- },
319
- "_enabled": true,
320
- "_layoutSize": {
321
- "__type__": "cc.Size",
322
- "width": 221.45999999999998,
323
- "height": 76
324
- },
325
- "_resize": 1,
326
- "_N$layoutType": 1,
327
- "_N$cellSize": {
328
- "__type__": "cc.Size",
329
- "width": 40,
330
- "height": 40
331
- },
332
- "_N$startAxis": 0,
333
- "_N$paddingLeft": 50,
334
- "_N$paddingRight": 50,
335
- "_N$paddingTop": 0,
336
- "_N$paddingBottom": 0,
337
- "_N$spacingX": 0,
338
- "_N$spacingY": 0,
339
- "_N$verticalDirection": 1,
340
- "_N$horizontalDirection": 0,
341
- "_N$affectedByScale": false,
342
- "_id": ""
343
- },
344
- {
345
- "__type__": "cc.PrefabInfo",
346
- "root": {
347
- "__id__": 1
348
- },
349
- "asset": {
350
- "__id__": 0
351
- },
352
- "fileId": "d9VJCebbBGJo8P8ZMRWInk",
353
- "sync": false
354
- },
355
- {
356
- "__type__": "980bfwEHDRAoIfh4UVXv2nW",
357
- "_name": "",
358
- "_objFlags": 0,
359
- "node": {
360
- "__id__": 1
361
- },
362
- "_enabled": true,
363
- "label": {
364
- "__id__": 4
365
- },
366
- "_id": ""
367
- },
368
- {
369
- "__type__": "cc.PrefabInfo",
370
- "root": {
371
- "__id__": 1
372
- },
373
- "asset": {
374
- "__id__": 0
375
- },
376
- "fileId": "",
377
- "sync": false
378
- }
1
+ [
2
+ {
3
+ "__type__": "cc.Prefab",
4
+ "_name": "",
5
+ "_objFlags": 0,
6
+ "_native": "",
7
+ "data": {
8
+ "__id__": 1
9
+ },
10
+ "optimizationPolicy": 0,
11
+ "asyncLoadAssets": false,
12
+ "readonly": false
13
+ },
14
+ {
15
+ "__type__": "cc.Node",
16
+ "_name": "Toast",
17
+ "_objFlags": 0,
18
+ "_parent": null,
19
+ "_children": [
20
+ {
21
+ "__id__": 2
22
+ }
23
+ ],
24
+ "_active": true,
25
+ "_components": [
26
+ {
27
+ "__id__": 10
28
+ }
29
+ ],
30
+ "_prefab": {
31
+ "__id__": 11
32
+ },
33
+ "_opacity": 255,
34
+ "_color": {
35
+ "__type__": "cc.Color",
36
+ "r": 255,
37
+ "g": 255,
38
+ "b": 255,
39
+ "a": 255
40
+ },
41
+ "_contentSize": {
42
+ "__type__": "cc.Size",
43
+ "width": 1920,
44
+ "height": 1080
45
+ },
46
+ "_anchorPoint": {
47
+ "__type__": "cc.Vec2",
48
+ "x": 0.5,
49
+ "y": 0.5
50
+ },
51
+ "_trs": {
52
+ "__type__": "TypedArray",
53
+ "ctor": "Float64Array",
54
+ "array": [
55
+ 0,
56
+ 0,
57
+ 0,
58
+ 0,
59
+ 0,
60
+ 0,
61
+ 1,
62
+ 1,
63
+ 1,
64
+ 1
65
+ ]
66
+ },
67
+ "_eulerAngles": {
68
+ "__type__": "cc.Vec3",
69
+ "x": 0,
70
+ "y": 0,
71
+ "z": 0
72
+ },
73
+ "_skewX": 0,
74
+ "_skewY": 0,
75
+ "_is3DNode": false,
76
+ "_groupIndex": 0,
77
+ "groupIndex": 0,
78
+ "_id": ""
79
+ },
80
+ {
81
+ "__type__": "cc.Node",
82
+ "_name": "Toast",
83
+ "_objFlags": 0,
84
+ "_parent": {
85
+ "__id__": 1
86
+ },
87
+ "_children": [
88
+ {
89
+ "__id__": 3
90
+ }
91
+ ],
92
+ "_active": true,
93
+ "_components": [
94
+ {
95
+ "__id__": 7
96
+ },
97
+ {
98
+ "__id__": 8
99
+ }
100
+ ],
101
+ "_prefab": {
102
+ "__id__": 9
103
+ },
104
+ "_opacity": 255,
105
+ "_color": {
106
+ "__type__": "cc.Color",
107
+ "r": 255,
108
+ "g": 255,
109
+ "b": 255,
110
+ "a": 255
111
+ },
112
+ "_contentSize": {
113
+ "__type__": "cc.Size",
114
+ "width": 221.45999999999998,
115
+ "height": 76
116
+ },
117
+ "_anchorPoint": {
118
+ "__type__": "cc.Vec2",
119
+ "x": 0.5,
120
+ "y": 0.5
121
+ },
122
+ "_trs": {
123
+ "__type__": "TypedArray",
124
+ "ctor": "Float64Array",
125
+ "array": [
126
+ 0,
127
+ 0,
128
+ 0,
129
+ 0,
130
+ 0,
131
+ 0,
132
+ 1,
133
+ 1,
134
+ 1,
135
+ 1
136
+ ]
137
+ },
138
+ "_eulerAngles": {
139
+ "__type__": "cc.Vec3",
140
+ "x": 0,
141
+ "y": 0,
142
+ "z": 0
143
+ },
144
+ "_skewX": 0,
145
+ "_skewY": 0,
146
+ "_is3DNode": false,
147
+ "_groupIndex": 0,
148
+ "groupIndex": 0,
149
+ "_id": ""
150
+ },
151
+ {
152
+ "__type__": "cc.Node",
153
+ "_name": "Label",
154
+ "_objFlags": 0,
155
+ "_parent": {
156
+ "__id__": 2
157
+ },
158
+ "_children": [],
159
+ "_active": true,
160
+ "_components": [
161
+ {
162
+ "__id__": 4
163
+ },
164
+ {
165
+ "__id__": 5
166
+ }
167
+ ],
168
+ "_prefab": {
169
+ "__id__": 6
170
+ },
171
+ "_opacity": 255,
172
+ "_color": {
173
+ "__type__": "cc.Color",
174
+ "r": 255,
175
+ "g": 255,
176
+ "b": 255,
177
+ "a": 255
178
+ },
179
+ "_contentSize": {
180
+ "__type__": "cc.Size",
181
+ "width": 121.46,
182
+ "height": 58.4
183
+ },
184
+ "_anchorPoint": {
185
+ "__type__": "cc.Vec2",
186
+ "x": 0.5,
187
+ "y": 0.5
188
+ },
189
+ "_trs": {
190
+ "__type__": "TypedArray",
191
+ "ctor": "Float64Array",
192
+ "array": [
193
+ 7.105427357601002e-15,
194
+ 0,
195
+ 0,
196
+ 0,
197
+ 0,
198
+ 0,
199
+ 1,
200
+ 1,
201
+ 1,
202
+ 1
203
+ ]
204
+ },
205
+ "_eulerAngles": {
206
+ "__type__": "cc.Vec3",
207
+ "x": 0,
208
+ "y": 0,
209
+ "z": 0
210
+ },
211
+ "_skewX": 0,
212
+ "_skewY": 0,
213
+ "_is3DNode": false,
214
+ "_groupIndex": 0,
215
+ "groupIndex": 0,
216
+ "_id": ""
217
+ },
218
+ {
219
+ "__type__": "cc.Label",
220
+ "_name": "",
221
+ "_objFlags": 0,
222
+ "node": {
223
+ "__id__": 3
224
+ },
225
+ "_enabled": true,
226
+ "_materials": [
227
+ {
228
+ "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
229
+ }
230
+ ],
231
+ "_srcBlendFactor": 770,
232
+ "_dstBlendFactor": 771,
233
+ "_string": "123123",
234
+ "_N$string": "123123",
235
+ "_fontSize": 34,
236
+ "_lineHeight": 40,
237
+ "_enableWrapText": true,
238
+ "_N$file": null,
239
+ "_isSystemFontUsed": true,
240
+ "_spacingX": 0,
241
+ "_batchAsBitmap": false,
242
+ "_styleFlags": 1,
243
+ "_underlineHeight": 0,
244
+ "_N$horizontalAlign": 1,
245
+ "_N$verticalAlign": 1,
246
+ "_N$fontFamily": "Arial",
247
+ "_N$overflow": 0,
248
+ "_N$cacheMode": 0,
249
+ "_id": ""
250
+ },
251
+ {
252
+ "__type__": "cc.LabelOutline",
253
+ "_name": "",
254
+ "_objFlags": 0,
255
+ "node": {
256
+ "__id__": 3
257
+ },
258
+ "_enabled": true,
259
+ "_color": {
260
+ "__type__": "cc.Color",
261
+ "r": 17,
262
+ "g": 17,
263
+ "b": 17,
264
+ "a": 255
265
+ },
266
+ "_width": 4,
267
+ "_id": ""
268
+ },
269
+ {
270
+ "__type__": "cc.PrefabInfo",
271
+ "root": {
272
+ "__id__": 1
273
+ },
274
+ "asset": {
275
+ "__id__": 0
276
+ },
277
+ "fileId": "b9Tc8qp7NGIqj9qNfgCeh+",
278
+ "sync": false
279
+ },
280
+ {
281
+ "__type__": "cc.Sprite",
282
+ "_name": "",
283
+ "_objFlags": 0,
284
+ "node": {
285
+ "__id__": 2
286
+ },
287
+ "_enabled": true,
288
+ "_materials": [
289
+ {
290
+ "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
291
+ }
292
+ ],
293
+ "_srcBlendFactor": 770,
294
+ "_dstBlendFactor": 771,
295
+ "_spriteFrame": {
296
+ "__uuid__": "f6aace52-c6f1-417b-a839-fde3c205f9d6"
297
+ },
298
+ "_type": 1,
299
+ "_sizeMode": 0,
300
+ "_fillType": 0,
301
+ "_fillCenter": {
302
+ "__type__": "cc.Vec2",
303
+ "x": 0,
304
+ "y": 0
305
+ },
306
+ "_fillStart": 0,
307
+ "_fillRange": 0,
308
+ "_isTrimmedMode": true,
309
+ "_atlas": null,
310
+ "_id": ""
311
+ },
312
+ {
313
+ "__type__": "cc.Layout",
314
+ "_name": "",
315
+ "_objFlags": 0,
316
+ "node": {
317
+ "__id__": 2
318
+ },
319
+ "_enabled": true,
320
+ "_layoutSize": {
321
+ "__type__": "cc.Size",
322
+ "width": 221.45999999999998,
323
+ "height": 76
324
+ },
325
+ "_resize": 1,
326
+ "_N$layoutType": 1,
327
+ "_N$cellSize": {
328
+ "__type__": "cc.Size",
329
+ "width": 40,
330
+ "height": 40
331
+ },
332
+ "_N$startAxis": 0,
333
+ "_N$paddingLeft": 50,
334
+ "_N$paddingRight": 50,
335
+ "_N$paddingTop": 0,
336
+ "_N$paddingBottom": 0,
337
+ "_N$spacingX": 0,
338
+ "_N$spacingY": 0,
339
+ "_N$verticalDirection": 1,
340
+ "_N$horizontalDirection": 0,
341
+ "_N$affectedByScale": false,
342
+ "_id": ""
343
+ },
344
+ {
345
+ "__type__": "cc.PrefabInfo",
346
+ "root": {
347
+ "__id__": 1
348
+ },
349
+ "asset": {
350
+ "__id__": 0
351
+ },
352
+ "fileId": "d9VJCebbBGJo8P8ZMRWInk",
353
+ "sync": false
354
+ },
355
+ {
356
+ "__type__": "65f37L4Bm1II6Ej/ETYFNVS",
357
+ "_name": "",
358
+ "_objFlags": 0,
359
+ "node": {
360
+ "__id__": 1
361
+ },
362
+ "_enabled": true,
363
+ "label": {
364
+ "__id__": 4
365
+ },
366
+ "_id": ""
367
+ },
368
+ {
369
+ "__type__": "cc.PrefabInfo",
370
+ "root": {
371
+ "__id__": 1
372
+ },
373
+ "asset": {
374
+ "__id__": 0
375
+ },
376
+ "fileId": "",
377
+ "sync": false
378
+ }
379
379
  ]