@cc-component/cc-guide 1.0.0

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 (60) hide show
  1. package/.cc-ex-component.md +12 -0
  2. package/assets/guide/common/GuideTool.ts +33 -0
  3. package/assets/guide/common/GuideTool.ts.meta +9 -0
  4. package/assets/guide/common/Log.ts +82 -0
  5. package/assets/guide/common/Log.ts.meta +9 -0
  6. package/assets/guide/common/ViewUtil.ts +163 -0
  7. package/assets/guide/common/ViewUtil.ts.meta +9 -0
  8. package/assets/guide/common.meta +9 -0
  9. package/assets/guide/guide/Guide.ts +42 -0
  10. package/assets/guide/guide/Guide.ts.meta +9 -0
  11. package/assets/guide/guide/GuideCenter.ts +364 -0
  12. package/assets/guide/guide/GuideCenter.ts.meta +9 -0
  13. package/assets/guide/guide/GuideSDK.ts +71 -0
  14. package/assets/guide/guide/GuideSDK.ts.meta +9 -0
  15. package/assets/guide/guide/model/GuideCommon.ts +27 -0
  16. package/assets/guide/guide/model/GuideCommon.ts.meta +9 -0
  17. package/assets/guide/guide/model/GuideModelComp.ts +161 -0
  18. package/assets/guide/guide/model/GuideModelComp.ts.meta +9 -0
  19. package/assets/guide/guide/model/ITableGuide.ts +32 -0
  20. package/assets/guide/guide/model/ITableGuide.ts.meta +9 -0
  21. package/assets/guide/guide/model/ITableNPC.ts +10 -0
  22. package/assets/guide/guide/model/ITableNPC.ts.meta +9 -0
  23. package/assets/guide/guide/model.meta +12 -0
  24. package/assets/guide/guide/view/GuideTest.ts +150 -0
  25. package/assets/guide/guide/view/GuideTest.ts.meta +9 -0
  26. package/assets/guide/guide/view/GuideViewComp.ts +299 -0
  27. package/assets/guide/guide/view/GuideViewComp.ts.meta +9 -0
  28. package/assets/guide/guide/view/GuideViewItem.ts +104 -0
  29. package/assets/guide/guide/view/GuideViewItem.ts.meta +9 -0
  30. package/assets/guide/guide/view/GuideViewMask.ts +342 -0
  31. package/assets/guide/guide/view/GuideViewMask.ts.meta +9 -0
  32. package/assets/guide/guide/view/GuideViewPrompt.ts +178 -0
  33. package/assets/guide/guide/view/GuideViewPrompt.ts.meta +9 -0
  34. package/assets/guide/guide/view/PolygonMask.ts +161 -0
  35. package/assets/guide/guide/view/PolygonMask.ts.meta +9 -0
  36. package/assets/guide/guide/view/touch.ts.meta +9 -0
  37. package/assets/guide/guide/view.meta +12 -0
  38. package/assets/guide/guide.meta +9 -0
  39. package/assets/guide/interface/GuideModule.ts +54 -0
  40. package/assets/guide/interface/GuideModule.ts.meta +1 -0
  41. package/assets/guide/interface/Interface.ts +44 -0
  42. package/assets/guide/interface/Interface.ts.meta +9 -0
  43. package/assets/guide/interface/guide/mask.prefab +716 -0
  44. package/assets/guide/interface/guide/mask.prefab.meta +13 -0
  45. package/assets/guide/interface/guide/prompt.prefab +1524 -0
  46. package/assets/guide/interface/guide/prompt.prefab.meta +13 -0
  47. package/assets/guide/interface/guide/skeleton.atlas +20 -0
  48. package/assets/guide/interface/guide/skeleton.atlas.meta +12 -0
  49. package/assets/guide/interface/guide/skeleton.json +1 -0
  50. package/assets/guide/interface/guide/skeleton.json.meta +13 -0
  51. package/assets/guide/interface/guide/skeleton.png +0 -0
  52. package/assets/guide/interface/guide/skeleton.png.meta +134 -0
  53. package/assets/guide/interface/guide.meta +9 -0
  54. package/assets/guide/interface.meta +1 -0
  55. package/assets/guide.meta +11 -0
  56. package/assets.meta +9 -0
  57. package/index.ts +5 -0
  58. package/index.ts.meta +9 -0
  59. package/package.json +19 -0
  60. package/package.json.meta +11 -0
@@ -0,0 +1,1524 @@
1
+ [
2
+ {
3
+ "__type__": "cc.Prefab",
4
+ "_name": "prompt",
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": "prompt",
17
+ "_objFlags": 0,
18
+ "__editorExtras__": {},
19
+ "_parent": null,
20
+ "_children": [
21
+ {
22
+ "__id__": 2
23
+ },
24
+ {
25
+ "__id__": 48
26
+ }
27
+ ],
28
+ "_active": true,
29
+ "_components": [
30
+ {
31
+ "__id__": 64
32
+ }
33
+ ],
34
+ "_prefab": {
35
+ "__id__": 66
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": "root",
69
+ "_objFlags": 0,
70
+ "__editorExtras__": {},
71
+ "_parent": {
72
+ "__id__": 1
73
+ },
74
+ "_children": [
75
+ {
76
+ "__id__": 3
77
+ },
78
+ {
79
+ "__id__": 19
80
+ },
81
+ {
82
+ "__id__": 37
83
+ }
84
+ ],
85
+ "_active": true,
86
+ "_components": [
87
+ {
88
+ "__id__": 43
89
+ },
90
+ {
91
+ "__id__": 45
92
+ }
93
+ ],
94
+ "_prefab": {
95
+ "__id__": 47
96
+ },
97
+ "_lpos": {
98
+ "__type__": "cc.Vec3",
99
+ "x": 0,
100
+ "y": -920,
101
+ "z": 0
102
+ },
103
+ "_lrot": {
104
+ "__type__": "cc.Quat",
105
+ "x": 0,
106
+ "y": 0,
107
+ "z": 0,
108
+ "w": 1
109
+ },
110
+ "_lscale": {
111
+ "__type__": "cc.Vec3",
112
+ "x": 1,
113
+ "y": 1,
114
+ "z": 1
115
+ },
116
+ "_mobility": 0,
117
+ "_layer": 33554432,
118
+ "_euler": {
119
+ "__type__": "cc.Vec3",
120
+ "x": 0,
121
+ "y": 0,
122
+ "z": 0
123
+ },
124
+ "_id": ""
125
+ },
126
+ {
127
+ "__type__": "cc.Node",
128
+ "_name": "ren_mask_node",
129
+ "_objFlags": 0,
130
+ "__editorExtras__": {},
131
+ "_parent": {
132
+ "__id__": 2
133
+ },
134
+ "_children": [
135
+ {
136
+ "__id__": 4
137
+ }
138
+ ],
139
+ "_active": true,
140
+ "_components": [
141
+ {
142
+ "__id__": 12
143
+ },
144
+ {
145
+ "__id__": 14
146
+ },
147
+ {
148
+ "__id__": 16
149
+ }
150
+ ],
151
+ "_prefab": {
152
+ "__id__": 18
153
+ },
154
+ "_lpos": {
155
+ "__type__": "cc.Vec3",
156
+ "x": -297.075,
157
+ "y": 196.795,
158
+ "z": 0
159
+ },
160
+ "_lrot": {
161
+ "__type__": "cc.Quat",
162
+ "x": 0,
163
+ "y": 0,
164
+ "z": 0,
165
+ "w": 1
166
+ },
167
+ "_lscale": {
168
+ "__type__": "cc.Vec3",
169
+ "x": 1,
170
+ "y": 1,
171
+ "z": 1
172
+ },
173
+ "_mobility": 0,
174
+ "_layer": 33554432,
175
+ "_euler": {
176
+ "__type__": "cc.Vec3",
177
+ "x": 0,
178
+ "y": 0,
179
+ "z": 0
180
+ },
181
+ "_id": ""
182
+ },
183
+ {
184
+ "__type__": "cc.Node",
185
+ "_name": "spr_role_center",
186
+ "_objFlags": 0,
187
+ "__editorExtras__": {},
188
+ "_parent": {
189
+ "__id__": 3
190
+ },
191
+ "_children": [],
192
+ "_active": true,
193
+ "_components": [
194
+ {
195
+ "__id__": 5
196
+ },
197
+ {
198
+ "__id__": 7
199
+ },
200
+ {
201
+ "__id__": 9
202
+ }
203
+ ],
204
+ "_prefab": {
205
+ "__id__": 11
206
+ },
207
+ "_lpos": {
208
+ "__type__": "cc.Vec3",
209
+ "x": 0,
210
+ "y": 116.64700000000005,
211
+ "z": 0
212
+ },
213
+ "_lrot": {
214
+ "__type__": "cc.Quat",
215
+ "x": 0,
216
+ "y": 0,
217
+ "z": 0,
218
+ "w": 1
219
+ },
220
+ "_lscale": {
221
+ "__type__": "cc.Vec3",
222
+ "x": 1,
223
+ "y": 1,
224
+ "z": 1
225
+ },
226
+ "_mobility": 0,
227
+ "_layer": 33554432,
228
+ "_euler": {
229
+ "__type__": "cc.Vec3",
230
+ "x": 0,
231
+ "y": 0,
232
+ "z": 0
233
+ },
234
+ "_id": ""
235
+ },
236
+ {
237
+ "__type__": "cc.UITransform",
238
+ "_name": "",
239
+ "_objFlags": 0,
240
+ "__editorExtras__": {},
241
+ "node": {
242
+ "__id__": 4
243
+ },
244
+ "_enabled": true,
245
+ "__prefab": {
246
+ "__id__": 6
247
+ },
248
+ "_contentSize": {
249
+ "__type__": "cc.Size",
250
+ "width": 133,
251
+ "height": 141
252
+ },
253
+ "_anchorPoint": {
254
+ "__type__": "cc.Vec2",
255
+ "x": 0.5,
256
+ "y": 0.5
257
+ },
258
+ "_id": ""
259
+ },
260
+ {
261
+ "__type__": "cc.CompPrefabInfo",
262
+ "fileId": "e3klnF0mZKwZXxfmbA7P/k"
263
+ },
264
+ {
265
+ "__type__": "cc.Sprite",
266
+ "_name": "",
267
+ "_objFlags": 0,
268
+ "__editorExtras__": {},
269
+ "node": {
270
+ "__id__": 4
271
+ },
272
+ "_enabled": true,
273
+ "__prefab": {
274
+ "__id__": 8
275
+ },
276
+ "_customMaterial": null,
277
+ "_srcBlendFactor": 2,
278
+ "_dstBlendFactor": 4,
279
+ "_color": {
280
+ "__type__": "cc.Color",
281
+ "r": 255,
282
+ "g": 255,
283
+ "b": 255,
284
+ "a": 255
285
+ },
286
+ "_spriteFrame": {
287
+ "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
288
+ "__expectedType__": "cc.SpriteFrame"
289
+ },
290
+ "_type": 0,
291
+ "_fillType": 0,
292
+ "_sizeMode": 0,
293
+ "_fillCenter": {
294
+ "__type__": "cc.Vec2",
295
+ "x": 0,
296
+ "y": 0
297
+ },
298
+ "_fillStart": 0,
299
+ "_fillRange": 0,
300
+ "_isTrimmedMode": false,
301
+ "_useGrayscale": false,
302
+ "_atlas": null,
303
+ "_id": ""
304
+ },
305
+ {
306
+ "__type__": "cc.CompPrefabInfo",
307
+ "fileId": "b3eVV7cA1LPbTD0L/WShPg"
308
+ },
309
+ {
310
+ "__type__": "cc.Widget",
311
+ "_name": "",
312
+ "_objFlags": 0,
313
+ "__editorExtras__": {},
314
+ "node": {
315
+ "__id__": 4
316
+ },
317
+ "_enabled": true,
318
+ "__prefab": {
319
+ "__id__": 10
320
+ },
321
+ "_alignFlags": 9,
322
+ "_target": null,
323
+ "_left": 274.45,
324
+ "_right": 0,
325
+ "_top": 852.3054999999998,
326
+ "_bottom": 0,
327
+ "_horizontalCenter": 0,
328
+ "_verticalCenter": 0,
329
+ "_isAbsLeft": true,
330
+ "_isAbsRight": true,
331
+ "_isAbsTop": true,
332
+ "_isAbsBottom": true,
333
+ "_isAbsHorizontalCenter": true,
334
+ "_isAbsVerticalCenter": true,
335
+ "_originalWidth": 0,
336
+ "_originalHeight": 0,
337
+ "_alignMode": 2,
338
+ "_lockFlags": 0,
339
+ "_id": ""
340
+ },
341
+ {
342
+ "__type__": "cc.CompPrefabInfo",
343
+ "fileId": "97mwdOr3tFeoQ+zki8WuKO"
344
+ },
345
+ {
346
+ "__type__": "cc.PrefabInfo",
347
+ "root": {
348
+ "__id__": 1
349
+ },
350
+ "asset": {
351
+ "__id__": 0
352
+ },
353
+ "fileId": "38jTu6NDhAb4p+Li5BftcC",
354
+ "instance": null,
355
+ "targetOverrides": null,
356
+ "nestedPrefabInstanceRoots": null
357
+ },
358
+ {
359
+ "__type__": "cc.UITransform",
360
+ "_name": "",
361
+ "_objFlags": 0,
362
+ "__editorExtras__": {},
363
+ "node": {
364
+ "__id__": 3
365
+ },
366
+ "_enabled": true,
367
+ "__prefab": {
368
+ "__id__": 13
369
+ },
370
+ "_contentSize": {
371
+ "__type__": "cc.Size",
372
+ "width": 681.9,
373
+ "height": 2078.9049999999997
374
+ },
375
+ "_anchorPoint": {
376
+ "__type__": "cc.Vec2",
377
+ "x": 0.5,
378
+ "y": 0.5
379
+ },
380
+ "_id": ""
381
+ },
382
+ {
383
+ "__type__": "cc.CompPrefabInfo",
384
+ "fileId": "8764z68yJMHKbkZplf3J/9"
385
+ },
386
+ {
387
+ "__type__": "cc.Mask",
388
+ "_name": "",
389
+ "_objFlags": 0,
390
+ "__editorExtras__": {},
391
+ "node": {
392
+ "__id__": 3
393
+ },
394
+ "_enabled": true,
395
+ "__prefab": {
396
+ "__id__": 15
397
+ },
398
+ "_type": 0,
399
+ "_inverted": false,
400
+ "_segments": 64,
401
+ "_alphaThreshold": 0.1,
402
+ "_id": ""
403
+ },
404
+ {
405
+ "__type__": "cc.CompPrefabInfo",
406
+ "fileId": "aeR4f0tLZAzbrCmo/L75Sz"
407
+ },
408
+ {
409
+ "__type__": "cc.Graphics",
410
+ "_name": "",
411
+ "_objFlags": 0,
412
+ "__editorExtras__": {},
413
+ "node": {
414
+ "__id__": 3
415
+ },
416
+ "_enabled": true,
417
+ "__prefab": {
418
+ "__id__": 17
419
+ },
420
+ "_customMaterial": null,
421
+ "_srcBlendFactor": 2,
422
+ "_dstBlendFactor": 4,
423
+ "_color": {
424
+ "__type__": "cc.Color",
425
+ "r": 255,
426
+ "g": 255,
427
+ "b": 255,
428
+ "a": 255
429
+ },
430
+ "_lineWidth": 1,
431
+ "_strokeColor": {
432
+ "__type__": "cc.Color",
433
+ "r": 0,
434
+ "g": 0,
435
+ "b": 0,
436
+ "a": 255
437
+ },
438
+ "_lineJoin": 2,
439
+ "_lineCap": 0,
440
+ "_fillColor": {
441
+ "__type__": "cc.Color",
442
+ "r": 255,
443
+ "g": 255,
444
+ "b": 255,
445
+ "a": 0
446
+ },
447
+ "_miterLimit": 10,
448
+ "_id": ""
449
+ },
450
+ {
451
+ "__type__": "cc.CompPrefabInfo",
452
+ "fileId": "a4EU6bu31BTrRWWDWrQHIs"
453
+ },
454
+ {
455
+ "__type__": "cc.PrefabInfo",
456
+ "root": {
457
+ "__id__": 1
458
+ },
459
+ "asset": {
460
+ "__id__": 0
461
+ },
462
+ "fileId": "e0sWGS4f5AeIiIxgO4abU/",
463
+ "instance": null,
464
+ "targetOverrides": null,
465
+ "nestedPrefabInstanceRoots": null
466
+ },
467
+ {
468
+ "__type__": "cc.Node",
469
+ "_name": "dialogNode",
470
+ "_objFlags": 0,
471
+ "__editorExtras__": {},
472
+ "_parent": {
473
+ "__id__": 2
474
+ },
475
+ "_children": [
476
+ {
477
+ "__id__": 20
478
+ }
479
+ ],
480
+ "_active": true,
481
+ "_components": [
482
+ {
483
+ "__id__": 32
484
+ },
485
+ {
486
+ "__id__": 34
487
+ }
488
+ ],
489
+ "_prefab": {
490
+ "__id__": 36
491
+ },
492
+ "_lpos": {
493
+ "__type__": "cc.Vec3",
494
+ "x": 0,
495
+ "y": 93.163,
496
+ "z": 0
497
+ },
498
+ "_lrot": {
499
+ "__type__": "cc.Quat",
500
+ "x": 0,
501
+ "y": 0,
502
+ "z": 0,
503
+ "w": 1
504
+ },
505
+ "_lscale": {
506
+ "__type__": "cc.Vec3",
507
+ "x": 1,
508
+ "y": 1,
509
+ "z": 1
510
+ },
511
+ "_mobility": 0,
512
+ "_layer": 33554432,
513
+ "_euler": {
514
+ "__type__": "cc.Vec3",
515
+ "x": 0,
516
+ "y": 0,
517
+ "z": 0
518
+ },
519
+ "_id": ""
520
+ },
521
+ {
522
+ "__type__": "cc.Node",
523
+ "_name": "Sprite",
524
+ "_objFlags": 0,
525
+ "__editorExtras__": {},
526
+ "_parent": {
527
+ "__id__": 19
528
+ },
529
+ "_children": [
530
+ {
531
+ "__id__": 21
532
+ }
533
+ ],
534
+ "_active": true,
535
+ "_components": [
536
+ {
537
+ "__id__": 27
538
+ },
539
+ {
540
+ "__id__": 29
541
+ }
542
+ ],
543
+ "_prefab": {
544
+ "__id__": 31
545
+ },
546
+ "_lpos": {
547
+ "__type__": "cc.Vec3",
548
+ "x": -307.676,
549
+ "y": 116.69600000000003,
550
+ "z": 0
551
+ },
552
+ "_lrot": {
553
+ "__type__": "cc.Quat",
554
+ "x": 0,
555
+ "y": 0,
556
+ "z": 0,
557
+ "w": 1
558
+ },
559
+ "_lscale": {
560
+ "__type__": "cc.Vec3",
561
+ "x": 1,
562
+ "y": 1,
563
+ "z": 1
564
+ },
565
+ "_mobility": 0,
566
+ "_layer": 33554432,
567
+ "_euler": {
568
+ "__type__": "cc.Vec3",
569
+ "x": 0,
570
+ "y": 0,
571
+ "z": 0
572
+ },
573
+ "_id": ""
574
+ },
575
+ {
576
+ "__type__": "cc.Node",
577
+ "_name": "lbl_roleName",
578
+ "_objFlags": 0,
579
+ "__editorExtras__": {},
580
+ "_parent": {
581
+ "__id__": 20
582
+ },
583
+ "_children": [],
584
+ "_active": true,
585
+ "_components": [
586
+ {
587
+ "__id__": 22
588
+ },
589
+ {
590
+ "__id__": 24
591
+ }
592
+ ],
593
+ "_prefab": {
594
+ "__id__": 26
595
+ },
596
+ "_lpos": {
597
+ "__type__": "cc.Vec3",
598
+ "x": 0,
599
+ "y": 0,
600
+ "z": 0
601
+ },
602
+ "_lrot": {
603
+ "__type__": "cc.Quat",
604
+ "x": 0,
605
+ "y": 0,
606
+ "z": 0,
607
+ "w": 1
608
+ },
609
+ "_lscale": {
610
+ "__type__": "cc.Vec3",
611
+ "x": 1,
612
+ "y": 1,
613
+ "z": 1
614
+ },
615
+ "_mobility": 0,
616
+ "_layer": 33554432,
617
+ "_euler": {
618
+ "__type__": "cc.Vec3",
619
+ "x": 0,
620
+ "y": 0,
621
+ "z": 0
622
+ },
623
+ "_id": ""
624
+ },
625
+ {
626
+ "__type__": "cc.UITransform",
627
+ "_name": "",
628
+ "_objFlags": 0,
629
+ "__editorExtras__": {},
630
+ "node": {
631
+ "__id__": 21
632
+ },
633
+ "_enabled": true,
634
+ "__prefab": {
635
+ "__id__": 23
636
+ },
637
+ "_contentSize": {
638
+ "__type__": "cc.Size",
639
+ "width": 286.92600000000004,
640
+ "height": 75.6
641
+ },
642
+ "_anchorPoint": {
643
+ "__type__": "cc.Vec2",
644
+ "x": 0.5,
645
+ "y": 0.5
646
+ },
647
+ "_id": ""
648
+ },
649
+ {
650
+ "__type__": "cc.CompPrefabInfo",
651
+ "fileId": "28ZuNKAkFPqp9WIgQojuC4"
652
+ },
653
+ {
654
+ "__type__": "cc.Label",
655
+ "_name": "",
656
+ "_objFlags": 0,
657
+ "__editorExtras__": {},
658
+ "node": {
659
+ "__id__": 21
660
+ },
661
+ "_enabled": true,
662
+ "__prefab": {
663
+ "__id__": 25
664
+ },
665
+ "_customMaterial": null,
666
+ "_srcBlendFactor": 2,
667
+ "_dstBlendFactor": 4,
668
+ "_color": {
669
+ "__type__": "cc.Color",
670
+ "r": 41,
671
+ "g": 10,
672
+ "b": 10,
673
+ "a": 255
674
+ },
675
+ "_string": "简薇",
676
+ "_horizontalAlign": 1,
677
+ "_verticalAlign": 1,
678
+ "_actualFontSize": 36,
679
+ "_fontSize": 36,
680
+ "_fontFamily": "Arial",
681
+ "_lineHeight": 60,
682
+ "_overflow": 1,
683
+ "_enableWrapText": true,
684
+ "_font": null,
685
+ "_isSystemFontUsed": true,
686
+ "_spacingX": 0,
687
+ "_isItalic": false,
688
+ "_isBold": false,
689
+ "_isUnderline": false,
690
+ "_underlineHeight": 2,
691
+ "_cacheMode": 0,
692
+ "_enableOutline": false,
693
+ "_outlineColor": {
694
+ "__type__": "cc.Color",
695
+ "r": 0,
696
+ "g": 0,
697
+ "b": 0,
698
+ "a": 255
699
+ },
700
+ "_outlineWidth": 2,
701
+ "_enableShadow": false,
702
+ "_shadowColor": {
703
+ "__type__": "cc.Color",
704
+ "r": 0,
705
+ "g": 0,
706
+ "b": 0,
707
+ "a": 255
708
+ },
709
+ "_shadowOffset": {
710
+ "__type__": "cc.Vec2",
711
+ "x": 2,
712
+ "y": 2
713
+ },
714
+ "_shadowBlur": 2,
715
+ "_id": ""
716
+ },
717
+ {
718
+ "__type__": "cc.CompPrefabInfo",
719
+ "fileId": "5eeMbXV/RGmZ0HqEQNONUX"
720
+ },
721
+ {
722
+ "__type__": "cc.PrefabInfo",
723
+ "root": {
724
+ "__id__": 1
725
+ },
726
+ "asset": {
727
+ "__id__": 0
728
+ },
729
+ "fileId": "dcuy0dP4BF34JNUVnoVzGf",
730
+ "instance": null,
731
+ "targetOverrides": null,
732
+ "nestedPrefabInstanceRoots": null
733
+ },
734
+ {
735
+ "__type__": "cc.UITransform",
736
+ "_name": "",
737
+ "_objFlags": 0,
738
+ "__editorExtras__": {},
739
+ "node": {
740
+ "__id__": 20
741
+ },
742
+ "_enabled": true,
743
+ "__prefab": {
744
+ "__id__": 28
745
+ },
746
+ "_contentSize": {
747
+ "__type__": "cc.Size",
748
+ "width": 337,
749
+ "height": 68
750
+ },
751
+ "_anchorPoint": {
752
+ "__type__": "cc.Vec2",
753
+ "x": 0.5,
754
+ "y": 0.5
755
+ },
756
+ "_id": ""
757
+ },
758
+ {
759
+ "__type__": "cc.CompPrefabInfo",
760
+ "fileId": "8eV9YClA1E4K1er2Q4sJDH"
761
+ },
762
+ {
763
+ "__type__": "cc.Sprite",
764
+ "_name": "",
765
+ "_objFlags": 0,
766
+ "__editorExtras__": {},
767
+ "node": {
768
+ "__id__": 20
769
+ },
770
+ "_enabled": true,
771
+ "__prefab": {
772
+ "__id__": 30
773
+ },
774
+ "_customMaterial": null,
775
+ "_srcBlendFactor": 2,
776
+ "_dstBlendFactor": 4,
777
+ "_color": {
778
+ "__type__": "cc.Color",
779
+ "r": 255,
780
+ "g": 255,
781
+ "b": 255,
782
+ "a": 255
783
+ },
784
+ "_spriteFrame": {
785
+ "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
786
+ "__expectedType__": "cc.SpriteFrame"
787
+ },
788
+ "_type": 1,
789
+ "_fillType": 0,
790
+ "_sizeMode": 0,
791
+ "_fillCenter": {
792
+ "__type__": "cc.Vec2",
793
+ "x": 0,
794
+ "y": 0
795
+ },
796
+ "_fillStart": 0,
797
+ "_fillRange": 0,
798
+ "_isTrimmedMode": true,
799
+ "_useGrayscale": false,
800
+ "_atlas": null,
801
+ "_id": ""
802
+ },
803
+ {
804
+ "__type__": "cc.CompPrefabInfo",
805
+ "fileId": "426qVV3h1ELKkkNHBBMqff"
806
+ },
807
+ {
808
+ "__type__": "cc.PrefabInfo",
809
+ "root": {
810
+ "__id__": 1
811
+ },
812
+ "asset": {
813
+ "__id__": 0
814
+ },
815
+ "fileId": "230GWSyfVAZpjBKOWCBF83",
816
+ "instance": null,
817
+ "targetOverrides": null,
818
+ "nestedPrefabInstanceRoots": null
819
+ },
820
+ {
821
+ "__type__": "cc.UITransform",
822
+ "_name": "",
823
+ "_objFlags": 0,
824
+ "__editorExtras__": {},
825
+ "node": {
826
+ "__id__": 19
827
+ },
828
+ "_enabled": true,
829
+ "__prefab": {
830
+ "__id__": 33
831
+ },
832
+ "_contentSize": {
833
+ "__type__": "cc.Size",
834
+ "width": 956,
835
+ "height": 234
836
+ },
837
+ "_anchorPoint": {
838
+ "__type__": "cc.Vec2",
839
+ "x": 0.5,
840
+ "y": 0.5
841
+ },
842
+ "_id": ""
843
+ },
844
+ {
845
+ "__type__": "cc.CompPrefabInfo",
846
+ "fileId": "d7s2ZVlclDRL8oazT5Wdin"
847
+ },
848
+ {
849
+ "__type__": "cc.Sprite",
850
+ "_name": "",
851
+ "_objFlags": 0,
852
+ "__editorExtras__": {},
853
+ "node": {
854
+ "__id__": 19
855
+ },
856
+ "_enabled": true,
857
+ "__prefab": {
858
+ "__id__": 35
859
+ },
860
+ "_customMaterial": null,
861
+ "_srcBlendFactor": 2,
862
+ "_dstBlendFactor": 4,
863
+ "_color": {
864
+ "__type__": "cc.Color",
865
+ "r": 255,
866
+ "g": 255,
867
+ "b": 255,
868
+ "a": 255
869
+ },
870
+ "_spriteFrame": {
871
+ "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
872
+ "__expectedType__": "cc.SpriteFrame"
873
+ },
874
+ "_type": 1,
875
+ "_fillType": 0,
876
+ "_sizeMode": 0,
877
+ "_fillCenter": {
878
+ "__type__": "cc.Vec2",
879
+ "x": 0,
880
+ "y": 0
881
+ },
882
+ "_fillStart": 0,
883
+ "_fillRange": 0,
884
+ "_isTrimmedMode": true,
885
+ "_useGrayscale": false,
886
+ "_atlas": null,
887
+ "_id": ""
888
+ },
889
+ {
890
+ "__type__": "cc.CompPrefabInfo",
891
+ "fileId": "f8Eqb6XwhF/7CkYfIWJ5rH"
892
+ },
893
+ {
894
+ "__type__": "cc.PrefabInfo",
895
+ "root": {
896
+ "__id__": 1
897
+ },
898
+ "asset": {
899
+ "__id__": 0
900
+ },
901
+ "fileId": "4f/BtbENFMqZuivIRVJRqr",
902
+ "instance": null,
903
+ "targetOverrides": null,
904
+ "nestedPrefabInstanceRoots": null
905
+ },
906
+ {
907
+ "__type__": "cc.Node",
908
+ "_name": "content",
909
+ "_objFlags": 0,
910
+ "__editorExtras__": {},
911
+ "_parent": {
912
+ "__id__": 2
913
+ },
914
+ "_children": [],
915
+ "_active": true,
916
+ "_components": [
917
+ {
918
+ "__id__": 38
919
+ },
920
+ {
921
+ "__id__": 40
922
+ }
923
+ ],
924
+ "_prefab": {
925
+ "__id__": 42
926
+ },
927
+ "_lpos": {
928
+ "__type__": "cc.Vec3",
929
+ "x": 8.9,
930
+ "y": 58.71,
931
+ "z": 0
932
+ },
933
+ "_lrot": {
934
+ "__type__": "cc.Quat",
935
+ "x": 0,
936
+ "y": 0,
937
+ "z": 0,
938
+ "w": 1
939
+ },
940
+ "_lscale": {
941
+ "__type__": "cc.Vec3",
942
+ "x": 1,
943
+ "y": 1,
944
+ "z": 1
945
+ },
946
+ "_mobility": 0,
947
+ "_layer": 33554432,
948
+ "_euler": {
949
+ "__type__": "cc.Vec3",
950
+ "x": 0,
951
+ "y": 0,
952
+ "z": 0
953
+ },
954
+ "_id": ""
955
+ },
956
+ {
957
+ "__type__": "cc.UITransform",
958
+ "_name": "",
959
+ "_objFlags": 0,
960
+ "__editorExtras__": {},
961
+ "node": {
962
+ "__id__": 37
963
+ },
964
+ "_enabled": true,
965
+ "__prefab": {
966
+ "__id__": 39
967
+ },
968
+ "_contentSize": {
969
+ "__type__": "cc.Size",
970
+ "width": 821.1279999999999,
971
+ "height": 133.52
972
+ },
973
+ "_anchorPoint": {
974
+ "__type__": "cc.Vec2",
975
+ "x": 0.5,
976
+ "y": 0.5
977
+ },
978
+ "_id": ""
979
+ },
980
+ {
981
+ "__type__": "cc.CompPrefabInfo",
982
+ "fileId": "84FPNOpQdPu4EL9Abyoi97"
983
+ },
984
+ {
985
+ "__type__": "cc.Label",
986
+ "_name": "",
987
+ "_objFlags": 0,
988
+ "__editorExtras__": {},
989
+ "node": {
990
+ "__id__": 37
991
+ },
992
+ "_enabled": true,
993
+ "__prefab": {
994
+ "__id__": 41
995
+ },
996
+ "_customMaterial": null,
997
+ "_srcBlendFactor": 2,
998
+ "_dstBlendFactor": 4,
999
+ "_color": {
1000
+ "__type__": "cc.Color",
1001
+ "r": 124,
1002
+ "g": 126,
1003
+ "b": 145,
1004
+ "a": 255
1005
+ },
1006
+ "_string": "你好",
1007
+ "_horizontalAlign": 0,
1008
+ "_verticalAlign": 0,
1009
+ "_actualFontSize": 38,
1010
+ "_fontSize": 38,
1011
+ "_fontFamily": "Arial",
1012
+ "_lineHeight": 45,
1013
+ "_overflow": 1,
1014
+ "_enableWrapText": true,
1015
+ "_font": null,
1016
+ "_isSystemFontUsed": true,
1017
+ "_spacingX": 0,
1018
+ "_isItalic": false,
1019
+ "_isBold": false,
1020
+ "_isUnderline": false,
1021
+ "_underlineHeight": 2,
1022
+ "_cacheMode": 0,
1023
+ "_enableOutline": false,
1024
+ "_outlineColor": {
1025
+ "__type__": "cc.Color",
1026
+ "r": 0,
1027
+ "g": 0,
1028
+ "b": 0,
1029
+ "a": 255
1030
+ },
1031
+ "_outlineWidth": 2,
1032
+ "_enableShadow": false,
1033
+ "_shadowColor": {
1034
+ "__type__": "cc.Color",
1035
+ "r": 0,
1036
+ "g": 0,
1037
+ "b": 0,
1038
+ "a": 255
1039
+ },
1040
+ "_shadowOffset": {
1041
+ "__type__": "cc.Vec2",
1042
+ "x": 2,
1043
+ "y": 2
1044
+ },
1045
+ "_shadowBlur": 2,
1046
+ "_id": ""
1047
+ },
1048
+ {
1049
+ "__type__": "cc.CompPrefabInfo",
1050
+ "fileId": "69tv7A2O9NNr7W9M9fYBkf"
1051
+ },
1052
+ {
1053
+ "__type__": "cc.PrefabInfo",
1054
+ "root": {
1055
+ "__id__": 1
1056
+ },
1057
+ "asset": {
1058
+ "__id__": 0
1059
+ },
1060
+ "fileId": "607fE4hbhLIbTV4XUeKTwm",
1061
+ "instance": null,
1062
+ "targetOverrides": null,
1063
+ "nestedPrefabInstanceRoots": null
1064
+ },
1065
+ {
1066
+ "__type__": "cc.UITransform",
1067
+ "_name": "",
1068
+ "_objFlags": 0,
1069
+ "__editorExtras__": {},
1070
+ "node": {
1071
+ "__id__": 2
1072
+ },
1073
+ "_enabled": true,
1074
+ "__prefab": {
1075
+ "__id__": 44
1076
+ },
1077
+ "_contentSize": {
1078
+ "__type__": "cc.Size",
1079
+ "width": 100,
1080
+ "height": 100
1081
+ },
1082
+ "_anchorPoint": {
1083
+ "__type__": "cc.Vec2",
1084
+ "x": 0.5,
1085
+ "y": 0.5
1086
+ },
1087
+ "_id": ""
1088
+ },
1089
+ {
1090
+ "__type__": "cc.CompPrefabInfo",
1091
+ "fileId": "eb1gjyeRxALI0Sua/2epOk"
1092
+ },
1093
+ {
1094
+ "__type__": "cc.Widget",
1095
+ "_name": "",
1096
+ "_objFlags": 0,
1097
+ "__editorExtras__": {},
1098
+ "node": {
1099
+ "__id__": 2
1100
+ },
1101
+ "_enabled": true,
1102
+ "__prefab": {
1103
+ "__id__": 46
1104
+ },
1105
+ "_alignFlags": 4,
1106
+ "_target": null,
1107
+ "_left": 0,
1108
+ "_right": 0,
1109
+ "_top": 0,
1110
+ "_bottom": -960,
1111
+ "_horizontalCenter": 0,
1112
+ "_verticalCenter": 0,
1113
+ "_isAbsLeft": true,
1114
+ "_isAbsRight": true,
1115
+ "_isAbsTop": true,
1116
+ "_isAbsBottom": true,
1117
+ "_isAbsHorizontalCenter": true,
1118
+ "_isAbsVerticalCenter": true,
1119
+ "_originalWidth": 0,
1120
+ "_originalHeight": 0,
1121
+ "_alignMode": 2,
1122
+ "_lockFlags": 0,
1123
+ "_id": ""
1124
+ },
1125
+ {
1126
+ "__type__": "cc.CompPrefabInfo",
1127
+ "fileId": "b9ux+EJXBMXLpvHwqgDcCx"
1128
+ },
1129
+ {
1130
+ "__type__": "cc.PrefabInfo",
1131
+ "root": {
1132
+ "__id__": 1
1133
+ },
1134
+ "asset": {
1135
+ "__id__": 0
1136
+ },
1137
+ "fileId": "55mfk1eNtExIMYSkJ1RQ/3",
1138
+ "instance": null,
1139
+ "targetOverrides": null,
1140
+ "nestedPrefabInstanceRoots": null
1141
+ },
1142
+ {
1143
+ "__type__": "cc.Node",
1144
+ "_name": "hard",
1145
+ "_objFlags": 0,
1146
+ "__editorExtras__": {},
1147
+ "_parent": {
1148
+ "__id__": 1
1149
+ },
1150
+ "_children": [
1151
+ {
1152
+ "__id__": 49
1153
+ }
1154
+ ],
1155
+ "_active": true,
1156
+ "_components": [
1157
+ {
1158
+ "__id__": 59
1159
+ },
1160
+ {
1161
+ "__id__": 61
1162
+ }
1163
+ ],
1164
+ "_prefab": {
1165
+ "__id__": 63
1166
+ },
1167
+ "_lpos": {
1168
+ "__type__": "cc.Vec3",
1169
+ "x": 0,
1170
+ "y": 0,
1171
+ "z": 0
1172
+ },
1173
+ "_lrot": {
1174
+ "__type__": "cc.Quat",
1175
+ "x": 0,
1176
+ "y": 0,
1177
+ "z": 0,
1178
+ "w": 1
1179
+ },
1180
+ "_lscale": {
1181
+ "__type__": "cc.Vec3",
1182
+ "x": 1,
1183
+ "y": 1,
1184
+ "z": 1
1185
+ },
1186
+ "_mobility": 0,
1187
+ "_layer": 33554432,
1188
+ "_euler": {
1189
+ "__type__": "cc.Vec3",
1190
+ "x": 0,
1191
+ "y": 0,
1192
+ "z": 0
1193
+ },
1194
+ "_id": ""
1195
+ },
1196
+ {
1197
+ "__type__": "cc.Node",
1198
+ "_name": "UI",
1199
+ "_objFlags": 0,
1200
+ "__editorExtras__": {},
1201
+ "_parent": {
1202
+ "__id__": 48
1203
+ },
1204
+ "_children": [
1205
+ {
1206
+ "__id__": 50
1207
+ }
1208
+ ],
1209
+ "_active": true,
1210
+ "_components": [
1211
+ {
1212
+ "__id__": 56
1213
+ }
1214
+ ],
1215
+ "_prefab": {
1216
+ "__id__": 58
1217
+ },
1218
+ "_lpos": {
1219
+ "__type__": "cc.Vec3",
1220
+ "x": 0,
1221
+ "y": 0,
1222
+ "z": 0
1223
+ },
1224
+ "_lrot": {
1225
+ "__type__": "cc.Quat",
1226
+ "x": 0,
1227
+ "y": 0,
1228
+ "z": 0,
1229
+ "w": 1
1230
+ },
1231
+ "_lscale": {
1232
+ "__type__": "cc.Vec3",
1233
+ "x": 1,
1234
+ "y": 1,
1235
+ "z": 1
1236
+ },
1237
+ "_mobility": 0,
1238
+ "_layer": 33554432,
1239
+ "_euler": {
1240
+ "__type__": "cc.Vec3",
1241
+ "x": 0,
1242
+ "y": 0,
1243
+ "z": 0
1244
+ },
1245
+ "_id": ""
1246
+ },
1247
+ {
1248
+ "__type__": "cc.Node",
1249
+ "_name": "skeleton",
1250
+ "_objFlags": 0,
1251
+ "__editorExtras__": {},
1252
+ "_parent": {
1253
+ "__id__": 49
1254
+ },
1255
+ "_children": [],
1256
+ "_active": true,
1257
+ "_components": [
1258
+ {
1259
+ "__id__": 51
1260
+ },
1261
+ {
1262
+ "__id__": 53
1263
+ }
1264
+ ],
1265
+ "_prefab": {
1266
+ "__id__": 55
1267
+ },
1268
+ "_lpos": {
1269
+ "__type__": "cc.Vec3",
1270
+ "x": 0,
1271
+ "y": 0,
1272
+ "z": 0
1273
+ },
1274
+ "_lrot": {
1275
+ "__type__": "cc.Quat",
1276
+ "x": 0,
1277
+ "y": 0,
1278
+ "z": 0,
1279
+ "w": 1
1280
+ },
1281
+ "_lscale": {
1282
+ "__type__": "cc.Vec3",
1283
+ "x": 1,
1284
+ "y": 1,
1285
+ "z": 1
1286
+ },
1287
+ "_mobility": 0,
1288
+ "_layer": 33554432,
1289
+ "_euler": {
1290
+ "__type__": "cc.Vec3",
1291
+ "x": 0,
1292
+ "y": 0,
1293
+ "z": 0
1294
+ },
1295
+ "_id": ""
1296
+ },
1297
+ {
1298
+ "__type__": "cc.UITransform",
1299
+ "_name": "",
1300
+ "_objFlags": 0,
1301
+ "__editorExtras__": {},
1302
+ "node": {
1303
+ "__id__": 50
1304
+ },
1305
+ "_enabled": true,
1306
+ "__prefab": {
1307
+ "__id__": 52
1308
+ },
1309
+ "_contentSize": {
1310
+ "__type__": "cc.Size",
1311
+ "width": 320,
1312
+ "height": 320
1313
+ },
1314
+ "_anchorPoint": {
1315
+ "__type__": "cc.Vec2",
1316
+ "x": 0.5,
1317
+ "y": 0.5
1318
+ },
1319
+ "_id": ""
1320
+ },
1321
+ {
1322
+ "__type__": "cc.CompPrefabInfo",
1323
+ "fileId": "53DUqfPKVOCZPdFUDMENRX"
1324
+ },
1325
+ {
1326
+ "__type__": "sp.Skeleton",
1327
+ "_name": "",
1328
+ "_objFlags": 0,
1329
+ "__editorExtras__": {},
1330
+ "node": {
1331
+ "__id__": 50
1332
+ },
1333
+ "_enabled": true,
1334
+ "__prefab": {
1335
+ "__id__": 54
1336
+ },
1337
+ "_customMaterial": null,
1338
+ "_srcBlendFactor": 2,
1339
+ "_dstBlendFactor": 4,
1340
+ "_color": {
1341
+ "__type__": "cc.Color",
1342
+ "r": 255,
1343
+ "g": 255,
1344
+ "b": 255,
1345
+ "a": 255
1346
+ },
1347
+ "_skeletonData": {
1348
+ "__uuid__": "0020ca0a-083c-4f03-add8-c00d8e73845e",
1349
+ "__expectedType__": "sp.SkeletonData"
1350
+ },
1351
+ "defaultSkin": "default",
1352
+ "defaultAnimation": "idle",
1353
+ "_premultipliedAlpha": true,
1354
+ "_timeScale": 0.75,
1355
+ "_preCacheMode": 0,
1356
+ "_cacheMode": 0,
1357
+ "_sockets": [],
1358
+ "_useTint": false,
1359
+ "_debugMesh": false,
1360
+ "_debugBones": false,
1361
+ "_debugSlots": false,
1362
+ "_enableBatch": false,
1363
+ "loop": true,
1364
+ "_id": ""
1365
+ },
1366
+ {
1367
+ "__type__": "cc.CompPrefabInfo",
1368
+ "fileId": "3b8/39eZpLJZTMXJ4Awsiu"
1369
+ },
1370
+ {
1371
+ "__type__": "cc.PrefabInfo",
1372
+ "root": {
1373
+ "__id__": 1
1374
+ },
1375
+ "asset": {
1376
+ "__id__": 0
1377
+ },
1378
+ "fileId": "4bIhapoQhNKLFp6lRSZ52E",
1379
+ "instance": null,
1380
+ "targetOverrides": null,
1381
+ "nestedPrefabInstanceRoots": null
1382
+ },
1383
+ {
1384
+ "__type__": "cc.UITransform",
1385
+ "_name": "",
1386
+ "_objFlags": 0,
1387
+ "__editorExtras__": {},
1388
+ "node": {
1389
+ "__id__": 49
1390
+ },
1391
+ "_enabled": true,
1392
+ "__prefab": {
1393
+ "__id__": 57
1394
+ },
1395
+ "_contentSize": {
1396
+ "__type__": "cc.Size",
1397
+ "width": 100,
1398
+ "height": 100
1399
+ },
1400
+ "_anchorPoint": {
1401
+ "__type__": "cc.Vec2",
1402
+ "x": 0.5,
1403
+ "y": 0.5
1404
+ },
1405
+ "_id": ""
1406
+ },
1407
+ {
1408
+ "__type__": "cc.CompPrefabInfo",
1409
+ "fileId": "dadGXlNjtB2KnwGHaPaJdN"
1410
+ },
1411
+ {
1412
+ "__type__": "cc.PrefabInfo",
1413
+ "root": {
1414
+ "__id__": 1
1415
+ },
1416
+ "asset": {
1417
+ "__id__": 0
1418
+ },
1419
+ "fileId": "22faMFf0pE5przk8FAJWa9",
1420
+ "instance": null,
1421
+ "targetOverrides": null,
1422
+ "nestedPrefabInstanceRoots": null
1423
+ },
1424
+ {
1425
+ "__type__": "cc.UITransform",
1426
+ "_name": "",
1427
+ "_objFlags": 0,
1428
+ "__editorExtras__": {},
1429
+ "node": {
1430
+ "__id__": 48
1431
+ },
1432
+ "_enabled": true,
1433
+ "__prefab": {
1434
+ "__id__": 60
1435
+ },
1436
+ "_contentSize": {
1437
+ "__type__": "cc.Size",
1438
+ "width": 100,
1439
+ "height": 100
1440
+ },
1441
+ "_anchorPoint": {
1442
+ "__type__": "cc.Vec2",
1443
+ "x": 0.5,
1444
+ "y": 0.5
1445
+ },
1446
+ "_id": ""
1447
+ },
1448
+ {
1449
+ "__type__": "cc.CompPrefabInfo",
1450
+ "fileId": "4fAKDuQ7dAqaEDwnLVtbLk"
1451
+ },
1452
+ {
1453
+ "__type__": "cc.UIOpacity",
1454
+ "_name": "",
1455
+ "_objFlags": 0,
1456
+ "__editorExtras__": {},
1457
+ "node": {
1458
+ "__id__": 48
1459
+ },
1460
+ "_enabled": true,
1461
+ "__prefab": {
1462
+ "__id__": 62
1463
+ },
1464
+ "_opacity": 255,
1465
+ "_id": ""
1466
+ },
1467
+ {
1468
+ "__type__": "cc.CompPrefabInfo",
1469
+ "fileId": "19iIv7Ew9A3Jnn+UsCd97q"
1470
+ },
1471
+ {
1472
+ "__type__": "cc.PrefabInfo",
1473
+ "root": {
1474
+ "__id__": 1
1475
+ },
1476
+ "asset": {
1477
+ "__id__": 0
1478
+ },
1479
+ "fileId": "2eKw4kxj9OsJDR1VMxoMzU",
1480
+ "instance": null,
1481
+ "targetOverrides": null,
1482
+ "nestedPrefabInstanceRoots": null
1483
+ },
1484
+ {
1485
+ "__type__": "cc.UITransform",
1486
+ "_name": "",
1487
+ "_objFlags": 0,
1488
+ "__editorExtras__": {},
1489
+ "node": {
1490
+ "__id__": 1
1491
+ },
1492
+ "_enabled": true,
1493
+ "__prefab": {
1494
+ "__id__": 65
1495
+ },
1496
+ "_contentSize": {
1497
+ "__type__": "cc.Size",
1498
+ "width": 20,
1499
+ "height": 20
1500
+ },
1501
+ "_anchorPoint": {
1502
+ "__type__": "cc.Vec2",
1503
+ "x": 0.5,
1504
+ "y": 0.5
1505
+ },
1506
+ "_id": ""
1507
+ },
1508
+ {
1509
+ "__type__": "cc.CompPrefabInfo",
1510
+ "fileId": "a6jip2Tp9C7YOfHdAxbqCx"
1511
+ },
1512
+ {
1513
+ "__type__": "cc.PrefabInfo",
1514
+ "root": {
1515
+ "__id__": 1
1516
+ },
1517
+ "asset": {
1518
+ "__id__": 0
1519
+ },
1520
+ "fileId": "632SwKG35M8Ki89PeiwHkw",
1521
+ "instance": null,
1522
+ "targetOverrides": null
1523
+ }
1524
+ ]