@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,716 @@
1
+ [
2
+ {
3
+ "__type__": "cc.Prefab",
4
+ "_name": "mask",
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": "mask",
17
+ "_objFlags": 0,
18
+ "__editorExtras__": {},
19
+ "_parent": null,
20
+ "_children": [
21
+ {
22
+ "__id__": 2
23
+ },
24
+ {
25
+ "__id__": 24
26
+ }
27
+ ],
28
+ "_active": true,
29
+ "_components": [
30
+ {
31
+ "__id__": 30
32
+ },
33
+ {
34
+ "__id__": 32
35
+ }
36
+ ],
37
+ "_prefab": {
38
+ "__id__": 34
39
+ },
40
+ "_lpos": {
41
+ "__type__": "cc.Vec3",
42
+ "x": 0,
43
+ "y": 0,
44
+ "z": 0
45
+ },
46
+ "_lrot": {
47
+ "__type__": "cc.Quat",
48
+ "x": 0,
49
+ "y": 0,
50
+ "z": 0,
51
+ "w": 1
52
+ },
53
+ "_lscale": {
54
+ "__type__": "cc.Vec3",
55
+ "x": 1,
56
+ "y": 1,
57
+ "z": 1
58
+ },
59
+ "_mobility": 0,
60
+ "_layer": 33554432,
61
+ "_euler": {
62
+ "__type__": "cc.Vec3",
63
+ "x": 0,
64
+ "y": 0,
65
+ "z": 0
66
+ },
67
+ "_id": ""
68
+ },
69
+ {
70
+ "__type__": "cc.Node",
71
+ "_name": "mask",
72
+ "_objFlags": 0,
73
+ "__editorExtras__": {},
74
+ "_parent": {
75
+ "__id__": 1
76
+ },
77
+ "_children": [
78
+ {
79
+ "__id__": 3
80
+ }
81
+ ],
82
+ "_active": true,
83
+ "_components": [
84
+ {
85
+ "__id__": 13
86
+ },
87
+ {
88
+ "__id__": 15
89
+ },
90
+ {
91
+ "__id__": 17
92
+ },
93
+ {
94
+ "__id__": 19
95
+ },
96
+ {
97
+ "__id__": 21
98
+ }
99
+ ],
100
+ "_prefab": {
101
+ "__id__": 23
102
+ },
103
+ "_lpos": {
104
+ "__type__": "cc.Vec3",
105
+ "x": 0,
106
+ "y": 0,
107
+ "z": 0
108
+ },
109
+ "_lrot": {
110
+ "__type__": "cc.Quat",
111
+ "x": 0,
112
+ "y": 0,
113
+ "z": 0,
114
+ "w": 1
115
+ },
116
+ "_lscale": {
117
+ "__type__": "cc.Vec3",
118
+ "x": 1,
119
+ "y": 1,
120
+ "z": 1
121
+ },
122
+ "_mobility": 0,
123
+ "_layer": 33554432,
124
+ "_euler": {
125
+ "__type__": "cc.Vec3",
126
+ "x": 0,
127
+ "y": 0,
128
+ "z": 0
129
+ },
130
+ "_id": ""
131
+ },
132
+ {
133
+ "__type__": "cc.Node",
134
+ "_name": "bg",
135
+ "_objFlags": 0,
136
+ "__editorExtras__": {},
137
+ "_parent": {
138
+ "__id__": 2
139
+ },
140
+ "_children": [],
141
+ "_active": true,
142
+ "_components": [
143
+ {
144
+ "__id__": 4
145
+ },
146
+ {
147
+ "__id__": 6
148
+ },
149
+ {
150
+ "__id__": 8
151
+ },
152
+ {
153
+ "__id__": 10
154
+ }
155
+ ],
156
+ "_prefab": {
157
+ "__id__": 12
158
+ },
159
+ "_lpos": {
160
+ "__type__": "cc.Vec3",
161
+ "x": 0,
162
+ "y": 0,
163
+ "z": 0
164
+ },
165
+ "_lrot": {
166
+ "__type__": "cc.Quat",
167
+ "x": 0,
168
+ "y": 0,
169
+ "z": 0,
170
+ "w": 1
171
+ },
172
+ "_lscale": {
173
+ "__type__": "cc.Vec3",
174
+ "x": 1,
175
+ "y": 1,
176
+ "z": 1
177
+ },
178
+ "_mobility": 0,
179
+ "_layer": 33554432,
180
+ "_euler": {
181
+ "__type__": "cc.Vec3",
182
+ "x": 0,
183
+ "y": 0,
184
+ "z": 0
185
+ },
186
+ "_id": ""
187
+ },
188
+ {
189
+ "__type__": "cc.UITransform",
190
+ "_name": "",
191
+ "_objFlags": 0,
192
+ "__editorExtras__": {},
193
+ "node": {
194
+ "__id__": 3
195
+ },
196
+ "_enabled": true,
197
+ "__prefab": {
198
+ "__id__": 5
199
+ },
200
+ "_contentSize": {
201
+ "__type__": "cc.Size",
202
+ "width": 6000,
203
+ "height": 6000
204
+ },
205
+ "_anchorPoint": {
206
+ "__type__": "cc.Vec2",
207
+ "x": 0.5,
208
+ "y": 0.5
209
+ },
210
+ "_id": ""
211
+ },
212
+ {
213
+ "__type__": "cc.CompPrefabInfo",
214
+ "fileId": "19R/5+yhhLRbMpZm7LUhZL"
215
+ },
216
+ {
217
+ "__type__": "cc.Sprite",
218
+ "_name": "",
219
+ "_objFlags": 0,
220
+ "__editorExtras__": {},
221
+ "node": {
222
+ "__id__": 3
223
+ },
224
+ "_enabled": true,
225
+ "__prefab": {
226
+ "__id__": 7
227
+ },
228
+ "_customMaterial": null,
229
+ "_srcBlendFactor": 2,
230
+ "_dstBlendFactor": 4,
231
+ "_color": {
232
+ "__type__": "cc.Color",
233
+ "r": 0,
234
+ "g": 0,
235
+ "b": 0,
236
+ "a": 130
237
+ },
238
+ "_spriteFrame": {
239
+ "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
240
+ "__expectedType__": "cc.SpriteFrame"
241
+ },
242
+ "_type": 1,
243
+ "_fillType": 0,
244
+ "_sizeMode": 0,
245
+ "_fillCenter": {
246
+ "__type__": "cc.Vec2",
247
+ "x": 0,
248
+ "y": 0
249
+ },
250
+ "_fillStart": 0,
251
+ "_fillRange": 0,
252
+ "_isTrimmedMode": true,
253
+ "_useGrayscale": false,
254
+ "_atlas": null,
255
+ "_id": ""
256
+ },
257
+ {
258
+ "__type__": "cc.CompPrefabInfo",
259
+ "fileId": "06Z2itTPpNeKQHIJ1+RgV8"
260
+ },
261
+ {
262
+ "__type__": "cc.Widget",
263
+ "_name": "",
264
+ "_objFlags": 0,
265
+ "__editorExtras__": {},
266
+ "node": {
267
+ "__id__": 3
268
+ },
269
+ "_enabled": true,
270
+ "__prefab": {
271
+ "__id__": 9
272
+ },
273
+ "_alignFlags": 45,
274
+ "_target": null,
275
+ "_left": -2900,
276
+ "_right": -2900,
277
+ "_top": -2900,
278
+ "_bottom": -2900,
279
+ "_horizontalCenter": 0,
280
+ "_verticalCenter": 0,
281
+ "_isAbsLeft": true,
282
+ "_isAbsRight": true,
283
+ "_isAbsTop": true,
284
+ "_isAbsBottom": true,
285
+ "_isAbsHorizontalCenter": true,
286
+ "_isAbsVerticalCenter": true,
287
+ "_originalWidth": 100,
288
+ "_originalHeight": 100,
289
+ "_alignMode": 2,
290
+ "_lockFlags": 0,
291
+ "_id": ""
292
+ },
293
+ {
294
+ "__type__": "cc.CompPrefabInfo",
295
+ "fileId": "4bK1u8I0xIVZna92VLzjMm"
296
+ },
297
+ {
298
+ "__type__": "cc.UIOpacity",
299
+ "_name": "",
300
+ "_objFlags": 0,
301
+ "__editorExtras__": {},
302
+ "node": {
303
+ "__id__": 3
304
+ },
305
+ "_enabled": true,
306
+ "__prefab": {
307
+ "__id__": 11
308
+ },
309
+ "_opacity": 255,
310
+ "_id": ""
311
+ },
312
+ {
313
+ "__type__": "cc.CompPrefabInfo",
314
+ "fileId": "03QdSPkvRLzptT/s9xzWbf"
315
+ },
316
+ {
317
+ "__type__": "cc.PrefabInfo",
318
+ "root": {
319
+ "__id__": 1
320
+ },
321
+ "asset": {
322
+ "__id__": 0
323
+ },
324
+ "fileId": "32HAxpbltJvJfD/pLMAkAO",
325
+ "instance": null,
326
+ "targetOverrides": null,
327
+ "nestedPrefabInstanceRoots": null
328
+ },
329
+ {
330
+ "__type__": "cc.UITransform",
331
+ "_name": "",
332
+ "_objFlags": 0,
333
+ "__editorExtras__": {},
334
+ "node": {
335
+ "__id__": 2
336
+ },
337
+ "_enabled": true,
338
+ "__prefab": {
339
+ "__id__": 14
340
+ },
341
+ "_contentSize": {
342
+ "__type__": "cc.Size",
343
+ "width": 200,
344
+ "height": 200
345
+ },
346
+ "_anchorPoint": {
347
+ "__type__": "cc.Vec2",
348
+ "x": 0.5,
349
+ "y": 0.5
350
+ },
351
+ "_id": ""
352
+ },
353
+ {
354
+ "__type__": "cc.CompPrefabInfo",
355
+ "fileId": "46M7aQhhhCiZGLPe2I43R1"
356
+ },
357
+ {
358
+ "__type__": "cc.PolygonCollider2D",
359
+ "_name": "",
360
+ "_objFlags": 0,
361
+ "__editorExtras__": {},
362
+ "node": {
363
+ "__id__": 2
364
+ },
365
+ "_enabled": true,
366
+ "__prefab": {
367
+ "__id__": 16
368
+ },
369
+ "tag": 0,
370
+ "_group": 1,
371
+ "_density": 1,
372
+ "_sensor": false,
373
+ "_friction": 0.2,
374
+ "_restitution": 0,
375
+ "_offset": {
376
+ "__type__": "cc.Vec2",
377
+ "x": 0,
378
+ "y": 0
379
+ },
380
+ "_points": [
381
+ {
382
+ "__type__": "cc.Vec2",
383
+ "x": -50,
384
+ "y": -50
385
+ },
386
+ {
387
+ "__type__": "cc.Vec2",
388
+ "x": -50,
389
+ "y": 50
390
+ },
391
+ {
392
+ "__type__": "cc.Vec2",
393
+ "x": 50,
394
+ "y": 50
395
+ },
396
+ {
397
+ "__type__": "cc.Vec2",
398
+ "x": 50,
399
+ "y": -50
400
+ }
401
+ ],
402
+ "_id": ""
403
+ },
404
+ {
405
+ "__type__": "cc.CompPrefabInfo",
406
+ "fileId": "09RTzmO5JFpJwbZIgZGTu8"
407
+ },
408
+ {
409
+ "__type__": "cc.Mask",
410
+ "_name": "",
411
+ "_objFlags": 0,
412
+ "__editorExtras__": {},
413
+ "node": {
414
+ "__id__": 2
415
+ },
416
+ "_enabled": true,
417
+ "__prefab": {
418
+ "__id__": 18
419
+ },
420
+ "_type": 2,
421
+ "_inverted": true,
422
+ "_segments": 64,
423
+ "_alphaThreshold": 0.1,
424
+ "_id": ""
425
+ },
426
+ {
427
+ "__type__": "cc.CompPrefabInfo",
428
+ "fileId": "15FSt30rBBrL3L4KT9nkFA"
429
+ },
430
+ {
431
+ "__type__": "ac3c6WAsQlPmJUk8veTbkoW",
432
+ "_name": "",
433
+ "_objFlags": 0,
434
+ "__editorExtras__": {},
435
+ "node": {
436
+ "__id__": 2
437
+ },
438
+ "_enabled": true,
439
+ "__prefab": {
440
+ "__id__": 20
441
+ },
442
+ "_id": ""
443
+ },
444
+ {
445
+ "__type__": "cc.CompPrefabInfo",
446
+ "fileId": "d2GvFiTPFAjaLQruSULEmx"
447
+ },
448
+ {
449
+ "__type__": "cc.Graphics",
450
+ "_name": "",
451
+ "_objFlags": 0,
452
+ "__editorExtras__": {},
453
+ "node": {
454
+ "__id__": 2
455
+ },
456
+ "_enabled": true,
457
+ "__prefab": {
458
+ "__id__": 22
459
+ },
460
+ "_customMaterial": null,
461
+ "_srcBlendFactor": 2,
462
+ "_dstBlendFactor": 4,
463
+ "_color": {
464
+ "__type__": "cc.Color",
465
+ "r": 255,
466
+ "g": 255,
467
+ "b": 255,
468
+ "a": 255
469
+ },
470
+ "_lineWidth": 1,
471
+ "_strokeColor": {
472
+ "__type__": "cc.Color",
473
+ "r": 0,
474
+ "g": 255,
475
+ "b": 102,
476
+ "a": 255
477
+ },
478
+ "_lineJoin": 2,
479
+ "_lineCap": 0,
480
+ "_fillColor": {
481
+ "__type__": "cc.Color",
482
+ "r": 255,
483
+ "g": 255,
484
+ "b": 255,
485
+ "a": 0
486
+ },
487
+ "_miterLimit": 10,
488
+ "_id": ""
489
+ },
490
+ {
491
+ "__type__": "cc.CompPrefabInfo",
492
+ "fileId": "375ysKzdRLVJDk9hns05Iz"
493
+ },
494
+ {
495
+ "__type__": "cc.PrefabInfo",
496
+ "root": {
497
+ "__id__": 1
498
+ },
499
+ "asset": {
500
+ "__id__": 0
501
+ },
502
+ "fileId": "d0iBJR7GlJfqlVF/f8URfw",
503
+ "instance": null,
504
+ "targetOverrides": null,
505
+ "nestedPrefabInstanceRoots": null
506
+ },
507
+ {
508
+ "__type__": "cc.Node",
509
+ "_name": "big_sp",
510
+ "_objFlags": 0,
511
+ "__editorExtras__": {},
512
+ "_parent": {
513
+ "__id__": 1
514
+ },
515
+ "_children": [],
516
+ "_active": true,
517
+ "_components": [
518
+ {
519
+ "__id__": 25
520
+ },
521
+ {
522
+ "__id__": 27
523
+ }
524
+ ],
525
+ "_prefab": {
526
+ "__id__": 29
527
+ },
528
+ "_lpos": {
529
+ "__type__": "cc.Vec3",
530
+ "x": 0,
531
+ "y": 0,
532
+ "z": 0
533
+ },
534
+ "_lrot": {
535
+ "__type__": "cc.Quat",
536
+ "x": 0,
537
+ "y": 0,
538
+ "z": 0,
539
+ "w": 1
540
+ },
541
+ "_lscale": {
542
+ "__type__": "cc.Vec3",
543
+ "x": 1,
544
+ "y": 1,
545
+ "z": 1
546
+ },
547
+ "_mobility": 0,
548
+ "_layer": 33554432,
549
+ "_euler": {
550
+ "__type__": "cc.Vec3",
551
+ "x": 0,
552
+ "y": 0,
553
+ "z": 0
554
+ },
555
+ "_id": ""
556
+ },
557
+ {
558
+ "__type__": "cc.UITransform",
559
+ "_name": "",
560
+ "_objFlags": 0,
561
+ "__editorExtras__": {},
562
+ "node": {
563
+ "__id__": 24
564
+ },
565
+ "_enabled": true,
566
+ "__prefab": {
567
+ "__id__": 26
568
+ },
569
+ "_contentSize": {
570
+ "__type__": "cc.Size",
571
+ "width": 1440,
572
+ "height": 2440
573
+ },
574
+ "_anchorPoint": {
575
+ "__type__": "cc.Vec2",
576
+ "x": 0.5,
577
+ "y": 0.5
578
+ },
579
+ "_id": ""
580
+ },
581
+ {
582
+ "__type__": "cc.CompPrefabInfo",
583
+ "fileId": "c9rVS+JzRPu4Of7Y9aeX0L"
584
+ },
585
+ {
586
+ "__type__": "cc.Sprite",
587
+ "_name": "",
588
+ "_objFlags": 0,
589
+ "__editorExtras__": {},
590
+ "node": {
591
+ "__id__": 24
592
+ },
593
+ "_enabled": true,
594
+ "__prefab": {
595
+ "__id__": 28
596
+ },
597
+ "_customMaterial": null,
598
+ "_srcBlendFactor": 2,
599
+ "_dstBlendFactor": 4,
600
+ "_color": {
601
+ "__type__": "cc.Color",
602
+ "r": 255,
603
+ "g": 255,
604
+ "b": 255,
605
+ "a": 255
606
+ },
607
+ "_spriteFrame": null,
608
+ "_type": 0,
609
+ "_fillType": 0,
610
+ "_sizeMode": 0,
611
+ "_fillCenter": {
612
+ "__type__": "cc.Vec2",
613
+ "x": 0,
614
+ "y": 0
615
+ },
616
+ "_fillStart": 0,
617
+ "_fillRange": 0,
618
+ "_isTrimmedMode": true,
619
+ "_useGrayscale": false,
620
+ "_atlas": null,
621
+ "_id": ""
622
+ },
623
+ {
624
+ "__type__": "cc.CompPrefabInfo",
625
+ "fileId": "5buVz4WIRM0I9KhKfENsPG"
626
+ },
627
+ {
628
+ "__type__": "cc.PrefabInfo",
629
+ "root": {
630
+ "__id__": 1
631
+ },
632
+ "asset": {
633
+ "__id__": 0
634
+ },
635
+ "fileId": "c2RDqzAzJEI4xK2UXIaKPT",
636
+ "instance": null,
637
+ "targetOverrides": null,
638
+ "nestedPrefabInstanceRoots": null
639
+ },
640
+ {
641
+ "__type__": "cc.UITransform",
642
+ "_name": "",
643
+ "_objFlags": 0,
644
+ "__editorExtras__": {},
645
+ "node": {
646
+ "__id__": 1
647
+ },
648
+ "_enabled": true,
649
+ "__prefab": {
650
+ "__id__": 31
651
+ },
652
+ "_contentSize": {
653
+ "__type__": "cc.Size",
654
+ "width": 1080,
655
+ "height": 1920
656
+ },
657
+ "_anchorPoint": {
658
+ "__type__": "cc.Vec2",
659
+ "x": 0.5,
660
+ "y": 0.5
661
+ },
662
+ "_id": ""
663
+ },
664
+ {
665
+ "__type__": "cc.CompPrefabInfo",
666
+ "fileId": "cbz2XWczZNTpKT+B1LWoHb"
667
+ },
668
+ {
669
+ "__type__": "cc.Widget",
670
+ "_name": "",
671
+ "_objFlags": 0,
672
+ "__editorExtras__": {},
673
+ "node": {
674
+ "__id__": 1
675
+ },
676
+ "_enabled": true,
677
+ "__prefab": {
678
+ "__id__": 33
679
+ },
680
+ "_alignFlags": 45,
681
+ "_target": null,
682
+ "_left": 0,
683
+ "_right": 0,
684
+ "_top": 0,
685
+ "_bottom": 0,
686
+ "_horizontalCenter": 0,
687
+ "_verticalCenter": 0,
688
+ "_isAbsLeft": true,
689
+ "_isAbsRight": true,
690
+ "_isAbsTop": true,
691
+ "_isAbsBottom": true,
692
+ "_isAbsHorizontalCenter": true,
693
+ "_isAbsVerticalCenter": true,
694
+ "_originalWidth": 200,
695
+ "_originalHeight": 200,
696
+ "_alignMode": 2,
697
+ "_lockFlags": 0,
698
+ "_id": ""
699
+ },
700
+ {
701
+ "__type__": "cc.CompPrefabInfo",
702
+ "fileId": "61IbU8yuxK+aQO+IBByNrn"
703
+ },
704
+ {
705
+ "__type__": "cc.PrefabInfo",
706
+ "root": {
707
+ "__id__": 1
708
+ },
709
+ "asset": {
710
+ "__id__": 0
711
+ },
712
+ "fileId": "0eLua2jVpKj6pA9CyLnqJB",
713
+ "instance": null,
714
+ "targetOverrides": null
715
+ }
716
+ ]
@@ -0,0 +1,13 @@
1
+ {
2
+ "ver": "1.1.50",
3
+ "importer": "prefab",
4
+ "imported": true,
5
+ "uuid": "67f86914-12f7-440a-8d15-760a12ccbcbb",
6
+ "files": [
7
+ ".json"
8
+ ],
9
+ "subMetas": {},
10
+ "userData": {
11
+ "syncNodeName": "mask"
12
+ }
13
+ }