slot.prefab 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "slot",
  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": "slot",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 8
  26. },
  27. {
  28. "__id__": 21
  29. },
  30. {
  31. "__id__": 29
  32. },
  33. {
  34. "__id__": 37
  35. }
  36. ],
  37. "_active": true,
  38. "_components": [
  39. {
  40. "__id__": 47
  41. },
  42. {
  43. "__id__": 49
  44. }
  45. ],
  46. "_prefab": {
  47. "__id__": 51
  48. },
  49. "_lpos": {
  50. "__type__": "cc.Vec3",
  51. "x": 0,
  52. "y": 0,
  53. "z": 0
  54. },
  55. "_lrot": {
  56. "__type__": "cc.Quat",
  57. "x": 0,
  58. "y": 0,
  59. "z": 0,
  60. "w": 1
  61. },
  62. "_lscale": {
  63. "__type__": "cc.Vec3",
  64. "x": 1,
  65. "y": 1,
  66. "z": 1
  67. },
  68. "_mobility": 0,
  69. "_layer": 33554432,
  70. "_euler": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_id": ""
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "img",
  81. "_objFlags": 0,
  82. "__editorExtras__": {},
  83. "_parent": {
  84. "__id__": 1
  85. },
  86. "_children": [],
  87. "_active": true,
  88. "_components": [
  89. {
  90. "__id__": 3
  91. },
  92. {
  93. "__id__": 5
  94. }
  95. ],
  96. "_prefab": {
  97. "__id__": 7
  98. },
  99. "_lpos": {
  100. "__type__": "cc.Vec3",
  101. "x": 0,
  102. "y": 0,
  103. "z": 0
  104. },
  105. "_lrot": {
  106. "__type__": "cc.Quat",
  107. "x": 0,
  108. "y": 0,
  109. "z": 0,
  110. "w": 1
  111. },
  112. "_lscale": {
  113. "__type__": "cc.Vec3",
  114. "x": 1,
  115. "y": 1,
  116. "z": 1
  117. },
  118. "_mobility": 0,
  119. "_layer": 33554432,
  120. "_euler": {
  121. "__type__": "cc.Vec3",
  122. "x": 0,
  123. "y": 0,
  124. "z": 0
  125. },
  126. "_id": ""
  127. },
  128. {
  129. "__type__": "cc.UITransform",
  130. "_name": "",
  131. "_objFlags": 0,
  132. "__editorExtras__": {},
  133. "node": {
  134. "__id__": 2
  135. },
  136. "_enabled": true,
  137. "__prefab": {
  138. "__id__": 4
  139. },
  140. "_contentSize": {
  141. "__type__": "cc.Size",
  142. "width": 133.1,
  143. "height": 107.2
  144. },
  145. "_anchorPoint": {
  146. "__type__": "cc.Vec2",
  147. "x": 0.5,
  148. "y": 0.5
  149. },
  150. "_id": ""
  151. },
  152. {
  153. "__type__": "cc.CompPrefabInfo",
  154. "fileId": "1b73IOiUhK4phCNgd1CEir"
  155. },
  156. {
  157. "__type__": "cc.Sprite",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "__editorExtras__": {},
  161. "node": {
  162. "__id__": 2
  163. },
  164. "_enabled": true,
  165. "__prefab": {
  166. "__id__": 6
  167. },
  168. "_customMaterial": null,
  169. "_srcBlendFactor": 2,
  170. "_dstBlendFactor": 4,
  171. "_color": {
  172. "__type__": "cc.Color",
  173. "r": 233,
  174. "g": 86,
  175. "b": 73,
  176. "a": 255
  177. },
  178. "_spriteFrame": {
  179. "__uuid__": "6611db82-20b2-426f-a993-272749f5af42@f9941",
  180. "__expectedType__": "cc.SpriteFrame"
  181. },
  182. "_type": 0,
  183. "_fillType": 0,
  184. "_sizeMode": 0,
  185. "_fillCenter": {
  186. "__type__": "cc.Vec2",
  187. "x": 0,
  188. "y": 0
  189. },
  190. "_fillStart": 0,
  191. "_fillRange": 0,
  192. "_isTrimmedMode": true,
  193. "_useGrayscale": false,
  194. "_atlas": null,
  195. "_id": ""
  196. },
  197. {
  198. "__type__": "cc.CompPrefabInfo",
  199. "fileId": "f685XVB4BGHoW+69wf8PU0"
  200. },
  201. {
  202. "__type__": "cc.PrefabInfo",
  203. "root": {
  204. "__id__": 1
  205. },
  206. "asset": {
  207. "__id__": 0
  208. },
  209. "fileId": "fbUlhBXzNENYwbgyJti+Bh",
  210. "instance": null,
  211. "targetOverrides": null,
  212. "nestedPrefabInstanceRoots": null
  213. },
  214. {
  215. "__type__": "cc.Node",
  216. "_objFlags": 0,
  217. "_parent": {
  218. "__id__": 1
  219. },
  220. "_prefab": {
  221. "__id__": 9
  222. },
  223. "__editorExtras__": {}
  224. },
  225. {
  226. "__type__": "cc.PrefabInfo",
  227. "root": {
  228. "__id__": 8
  229. },
  230. "asset": {
  231. "__uuid__": "070b42a8-702d-44f7-bf66-dfcd07dc8120",
  232. "__expectedType__": "cc.Prefab"
  233. },
  234. "fileId": "28Ayila+hAB6ZSksSjX/Mp",
  235. "instance": {
  236. "__id__": 10
  237. },
  238. "targetOverrides": null
  239. },
  240. {
  241. "__type__": "cc.PrefabInstance",
  242. "fileId": "4esz6Efe1DzpTc7fNTt8sF",
  243. "prefabRootNode": {
  244. "__id__": 1
  245. },
  246. "mountedChildren": [],
  247. "mountedComponents": [],
  248. "propertyOverrides": [
  249. {
  250. "__id__": 11
  251. },
  252. {
  253. "__id__": 13
  254. },
  255. {
  256. "__id__": 15
  257. },
  258. {
  259. "__id__": 17
  260. },
  261. {
  262. "__id__": 19
  263. }
  264. ],
  265. "removedComponents": []
  266. },
  267. {
  268. "__type__": "CCPropertyOverrideInfo",
  269. "targetInfo": {
  270. "__id__": 12
  271. },
  272. "propertyPath": [
  273. "_lpos"
  274. ],
  275. "value": {
  276. "__type__": "cc.Vec3",
  277. "x": -34.047,
  278. "y": 9,
  279. "z": 0
  280. }
  281. },
  282. {
  283. "__type__": "cc.TargetInfo",
  284. "localID": [
  285. "28Ayila+hAB6ZSksSjX/Mp"
  286. ]
  287. },
  288. {
  289. "__type__": "CCPropertyOverrideInfo",
  290. "targetInfo": {
  291. "__id__": 14
  292. },
  293. "propertyPath": [
  294. "_name"
  295. ],
  296. "value": "hole"
  297. },
  298. {
  299. "__type__": "cc.TargetInfo",
  300. "localID": [
  301. "28Ayila+hAB6ZSksSjX/Mp"
  302. ]
  303. },
  304. {
  305. "__type__": "CCPropertyOverrideInfo",
  306. "targetInfo": {
  307. "__id__": 16
  308. },
  309. "propertyPath": [
  310. "_lrot"
  311. ],
  312. "value": {
  313. "__type__": "cc.Quat",
  314. "x": 0,
  315. "y": 0,
  316. "z": 0,
  317. "w": 1
  318. }
  319. },
  320. {
  321. "__type__": "cc.TargetInfo",
  322. "localID": [
  323. "28Ayila+hAB6ZSksSjX/Mp"
  324. ]
  325. },
  326. {
  327. "__type__": "CCPropertyOverrideInfo",
  328. "targetInfo": {
  329. "__id__": 18
  330. },
  331. "propertyPath": [
  332. "_euler"
  333. ],
  334. "value": {
  335. "__type__": "cc.Vec3",
  336. "x": 0,
  337. "y": 0,
  338. "z": 0
  339. }
  340. },
  341. {
  342. "__type__": "cc.TargetInfo",
  343. "localID": [
  344. "28Ayila+hAB6ZSksSjX/Mp"
  345. ]
  346. },
  347. {
  348. "__type__": "CCPropertyOverrideInfo",
  349. "targetInfo": {
  350. "__id__": 20
  351. },
  352. "propertyPath": [
  353. "_lpos"
  354. ],
  355. "value": {
  356. "__type__": "cc.Vec3",
  357. "x": 0,
  358. "y": 0,
  359. "z": 0
  360. }
  361. },
  362. {
  363. "__type__": "cc.TargetInfo",
  364. "localID": [
  365. "75lwoflgVJMqyLQZUJUsSR"
  366. ]
  367. },
  368. {
  369. "__type__": "cc.Node",
  370. "_objFlags": 0,
  371. "_parent": {
  372. "__id__": 1
  373. },
  374. "_prefab": {
  375. "__id__": 22
  376. },
  377. "__editorExtras__": {}
  378. },
  379. {
  380. "__type__": "cc.PrefabInfo",
  381. "root": {
  382. "__id__": 21
  383. },
  384. "asset": {
  385. "__uuid__": "070b42a8-702d-44f7-bf66-dfcd07dc8120",
  386. "__expectedType__": "cc.Prefab"
  387. },
  388. "fileId": "28Ayila+hAB6ZSksSjX/Mp",
  389. "instance": {
  390. "__id__": 23
  391. },
  392. "targetOverrides": null
  393. },
  394. {
  395. "__type__": "cc.PrefabInstance",
  396. "fileId": "e1FtX6YP5CT5EOwXx1HNX2",
  397. "prefabRootNode": {
  398. "__id__": 1
  399. },
  400. "mountedChildren": [],
  401. "mountedComponents": [],
  402. "propertyOverrides": [
  403. {
  404. "__id__": 24
  405. },
  406. {
  407. "__id__": 26
  408. },
  409. {
  410. "__id__": 27
  411. },
  412. {
  413. "__id__": 28
  414. }
  415. ],
  416. "removedComponents": []
  417. },
  418. {
  419. "__type__": "CCPropertyOverrideInfo",
  420. "targetInfo": {
  421. "__id__": 25
  422. },
  423. "propertyPath": [
  424. "_lpos"
  425. ],
  426. "value": {
  427. "__type__": "cc.Vec3",
  428. "x": 34.047,
  429. "y": 9,
  430. "z": 0
  431. }
  432. },
  433. {
  434. "__type__": "cc.TargetInfo",
  435. "localID": [
  436. "28Ayila+hAB6ZSksSjX/Mp"
  437. ]
  438. },
  439. {
  440. "__type__": "CCPropertyOverrideInfo",
  441. "targetInfo": {
  442. "__id__": 25
  443. },
  444. "propertyPath": [
  445. "_name"
  446. ],
  447. "value": "hole-001"
  448. },
  449. {
  450. "__type__": "CCPropertyOverrideInfo",
  451. "targetInfo": {
  452. "__id__": 25
  453. },
  454. "propertyPath": [
  455. "_lrot"
  456. ],
  457. "value": {
  458. "__type__": "cc.Quat",
  459. "x": 0,
  460. "y": 0,
  461. "z": 0,
  462. "w": 1
  463. }
  464. },
  465. {
  466. "__type__": "CCPropertyOverrideInfo",
  467. "targetInfo": {
  468. "__id__": 25
  469. },
  470. "propertyPath": [
  471. "_euler"
  472. ],
  473. "value": {
  474. "__type__": "cc.Vec3",
  475. "x": 0,
  476. "y": 0,
  477. "z": 0
  478. }
  479. },
  480. {
  481. "__type__": "cc.Node",
  482. "_objFlags": 0,
  483. "_parent": {
  484. "__id__": 1
  485. },
  486. "_prefab": {
  487. "__id__": 30
  488. },
  489. "__editorExtras__": {}
  490. },
  491. {
  492. "__type__": "cc.PrefabInfo",
  493. "root": {
  494. "__id__": 29
  495. },
  496. "asset": {
  497. "__uuid__": "070b42a8-702d-44f7-bf66-dfcd07dc8120",
  498. "__expectedType__": "cc.Prefab"
  499. },
  500. "fileId": "28Ayila+hAB6ZSksSjX/Mp",
  501. "instance": {
  502. "__id__": 31
  503. },
  504. "targetOverrides": null
  505. },
  506. {
  507. "__type__": "cc.PrefabInstance",
  508. "fileId": "239TVjGydNYZo3SnyUHHMM",
  509. "prefabRootNode": {
  510. "__id__": 1
  511. },
  512. "mountedChildren": [],
  513. "mountedComponents": [],
  514. "propertyOverrides": [
  515. {
  516. "__id__": 32
  517. },
  518. {
  519. "__id__": 34
  520. },
  521. {
  522. "__id__": 35
  523. },
  524. {
  525. "__id__": 36
  526. }
  527. ],
  528. "removedComponents": []
  529. },
  530. {
  531. "__type__": "CCPropertyOverrideInfo",
  532. "targetInfo": {
  533. "__id__": 33
  534. },
  535. "propertyPath": [
  536. "_lpos"
  537. ],
  538. "value": {
  539. "__type__": "cc.Vec3",
  540. "x": 0,
  541. "y": -20.246,
  542. "z": 0
  543. }
  544. },
  545. {
  546. "__type__": "cc.TargetInfo",
  547. "localID": [
  548. "28Ayila+hAB6ZSksSjX/Mp"
  549. ]
  550. },
  551. {
  552. "__type__": "CCPropertyOverrideInfo",
  553. "targetInfo": {
  554. "__id__": 33
  555. },
  556. "propertyPath": [
  557. "_name"
  558. ],
  559. "value": "hole-002"
  560. },
  561. {
  562. "__type__": "CCPropertyOverrideInfo",
  563. "targetInfo": {
  564. "__id__": 33
  565. },
  566. "propertyPath": [
  567. "_lrot"
  568. ],
  569. "value": {
  570. "__type__": "cc.Quat",
  571. "x": 0,
  572. "y": 0,
  573. "z": 0,
  574. "w": 1
  575. }
  576. },
  577. {
  578. "__type__": "CCPropertyOverrideInfo",
  579. "targetInfo": {
  580. "__id__": 33
  581. },
  582. "propertyPath": [
  583. "_euler"
  584. ],
  585. "value": {
  586. "__type__": "cc.Vec3",
  587. "x": 0,
  588. "y": 0,
  589. "z": 0
  590. }
  591. },
  592. {
  593. "__type__": "cc.Node",
  594. "_name": "lock",
  595. "_objFlags": 0,
  596. "__editorExtras__": {},
  597. "_parent": {
  598. "__id__": 1
  599. },
  600. "_children": [
  601. {
  602. "__id__": 38
  603. }
  604. ],
  605. "_active": true,
  606. "_components": [
  607. {
  608. "__id__": 44
  609. }
  610. ],
  611. "_prefab": {
  612. "__id__": 46
  613. },
  614. "_lpos": {
  615. "__type__": "cc.Vec3",
  616. "x": 0,
  617. "y": 0,
  618. "z": 0
  619. },
  620. "_lrot": {
  621. "__type__": "cc.Quat",
  622. "x": 0,
  623. "y": 0,
  624. "z": 0,
  625. "w": 1
  626. },
  627. "_lscale": {
  628. "__type__": "cc.Vec3",
  629. "x": 1,
  630. "y": 1,
  631. "z": 1
  632. },
  633. "_mobility": 0,
  634. "_layer": 33554432,
  635. "_euler": {
  636. "__type__": "cc.Vec3",
  637. "x": 0,
  638. "y": 0,
  639. "z": 0
  640. },
  641. "_id": ""
  642. },
  643. {
  644. "__type__": "cc.Node",
  645. "_name": "Label",
  646. "_objFlags": 0,
  647. "__editorExtras__": {},
  648. "_parent": {
  649. "__id__": 37
  650. },
  651. "_children": [],
  652. "_active": true,
  653. "_components": [
  654. {
  655. "__id__": 39
  656. },
  657. {
  658. "__id__": 41
  659. }
  660. ],
  661. "_prefab": {
  662. "__id__": 43
  663. },
  664. "_lpos": {
  665. "__type__": "cc.Vec3",
  666. "x": 0,
  667. "y": -5.337,
  668. "z": 0
  669. },
  670. "_lrot": {
  671. "__type__": "cc.Quat",
  672. "x": 0,
  673. "y": 0,
  674. "z": 0,
  675. "w": 1
  676. },
  677. "_lscale": {
  678. "__type__": "cc.Vec3",
  679. "x": 1,
  680. "y": 1,
  681. "z": 1
  682. },
  683. "_mobility": 0,
  684. "_layer": 33554432,
  685. "_euler": {
  686. "__type__": "cc.Vec3",
  687. "x": 0,
  688. "y": 0,
  689. "z": 0
  690. },
  691. "_id": ""
  692. },
  693. {
  694. "__type__": "cc.UITransform",
  695. "_name": "",
  696. "_objFlags": 0,
  697. "__editorExtras__": {},
  698. "node": {
  699. "__id__": 38
  700. },
  701. "_enabled": true,
  702. "__prefab": {
  703. "__id__": 40
  704. },
  705. "_contentSize": {
  706. "__type__": "cc.Size",
  707. "width": 101.775390625,
  708. "height": 41.8
  709. },
  710. "_anchorPoint": {
  711. "__type__": "cc.Vec2",
  712. "x": 0.5,
  713. "y": 0.5
  714. },
  715. "_id": ""
  716. },
  717. {
  718. "__type__": "cc.CompPrefabInfo",
  719. "fileId": "degiXqtdpP2a0SSDxJ1IUm"
  720. },
  721. {
  722. "__type__": "cc.Label",
  723. "_name": "",
  724. "_objFlags": 0,
  725. "__editorExtras__": {},
  726. "node": {
  727. "__id__": 38
  728. },
  729. "_enabled": true,
  730. "__prefab": {
  731. "__id__": 42
  732. },
  733. "_customMaterial": null,
  734. "_srcBlendFactor": 2,
  735. "_dstBlendFactor": 4,
  736. "_color": {
  737. "__type__": "cc.Color",
  738. "r": 255,
  739. "g": 255,
  740. "b": 255,
  741. "a": 255
  742. },
  743. "_string": "open box",
  744. "_horizontalAlign": 1,
  745. "_verticalAlign": 1,
  746. "_actualFontSize": 22,
  747. "_fontSize": 22,
  748. "_fontFamily": "Arial",
  749. "_lineHeight": 30,
  750. "_overflow": 0,
  751. "_enableWrapText": true,
  752. "_font": null,
  753. "_isSystemFontUsed": true,
  754. "_spacingX": 0,
  755. "_isItalic": false,
  756. "_isBold": true,
  757. "_isUnderline": false,
  758. "_underlineHeight": 2,
  759. "_cacheMode": 0,
  760. "_enableOutline": true,
  761. "_outlineColor": {
  762. "__type__": "cc.Color",
  763. "r": 0,
  764. "g": 0,
  765. "b": 0,
  766. "a": 255
  767. },
  768. "_outlineWidth": 2,
  769. "_enableShadow": false,
  770. "_shadowColor": {
  771. "__type__": "cc.Color",
  772. "r": 0,
  773. "g": 0,
  774. "b": 0,
  775. "a": 255
  776. },
  777. "_shadowOffset": {
  778. "__type__": "cc.Vec2",
  779. "x": 2,
  780. "y": 2
  781. },
  782. "_shadowBlur": 2,
  783. "_id": ""
  784. },
  785. {
  786. "__type__": "cc.CompPrefabInfo",
  787. "fileId": "afwT6aHfVHe7Wu1xOOAKo4"
  788. },
  789. {
  790. "__type__": "cc.PrefabInfo",
  791. "root": {
  792. "__id__": 1
  793. },
  794. "asset": {
  795. "__id__": 0
  796. },
  797. "fileId": "aaQfhCF75Hv5NqxWlZtBtW",
  798. "instance": null,
  799. "targetOverrides": null,
  800. "nestedPrefabInstanceRoots": null
  801. },
  802. {
  803. "__type__": "cc.UITransform",
  804. "_name": "",
  805. "_objFlags": 0,
  806. "__editorExtras__": {},
  807. "node": {
  808. "__id__": 37
  809. },
  810. "_enabled": true,
  811. "__prefab": {
  812. "__id__": 45
  813. },
  814. "_contentSize": {
  815. "__type__": "cc.Size",
  816. "width": 100,
  817. "height": 100
  818. },
  819. "_anchorPoint": {
  820. "__type__": "cc.Vec2",
  821. "x": 0.5,
  822. "y": 0.5
  823. },
  824. "_id": ""
  825. },
  826. {
  827. "__type__": "cc.CompPrefabInfo",
  828. "fileId": "40An9321ZJqL3PeI220E/9"
  829. },
  830. {
  831. "__type__": "cc.PrefabInfo",
  832. "root": {
  833. "__id__": 1
  834. },
  835. "asset": {
  836. "__id__": 0
  837. },
  838. "fileId": "8bvloRN4FCmJHFldpw6E7n",
  839. "instance": null,
  840. "targetOverrides": null,
  841. "nestedPrefabInstanceRoots": null
  842. },
  843. {
  844. "__type__": "cc.UITransform",
  845. "_name": "",
  846. "_objFlags": 0,
  847. "__editorExtras__": {},
  848. "node": {
  849. "__id__": 1
  850. },
  851. "_enabled": true,
  852. "__prefab": {
  853. "__id__": 48
  854. },
  855. "_contentSize": {
  856. "__type__": "cc.Size",
  857. "width": 100,
  858. "height": 100
  859. },
  860. "_anchorPoint": {
  861. "__type__": "cc.Vec2",
  862. "x": 0.5,
  863. "y": 0.5
  864. },
  865. "_id": ""
  866. },
  867. {
  868. "__type__": "cc.CompPrefabInfo",
  869. "fileId": "6dhnzl2YVKyKDoZxUxvyUn"
  870. },
  871. {
  872. "__type__": "667baeKVshKGKrM9OhNx4ZS",
  873. "_name": "",
  874. "_objFlags": 0,
  875. "__editorExtras__": {},
  876. "node": {
  877. "__id__": 1
  878. },
  879. "_enabled": true,
  880. "__prefab": {
  881. "__id__": 50
  882. },
  883. "lock": {
  884. "__id__": 37
  885. },
  886. "_id": ""
  887. },
  888. {
  889. "__type__": "cc.CompPrefabInfo",
  890. "fileId": "a6ZT9x1NtO74kNFyqZjOtx"
  891. },
  892. {
  893. "__type__": "cc.PrefabInfo",
  894. "root": {
  895. "__id__": 1
  896. },
  897. "asset": {
  898. "__id__": 0
  899. },
  900. "fileId": "4bFVXfvmhJibYxNM3YGNA6",
  901. "instance": null,
  902. "targetOverrides": null,
  903. "nestedPrefabInstanceRoots": [
  904. {
  905. "__id__": 29
  906. },
  907. {
  908. "__id__": 21
  909. },
  910. {
  911. "__id__": 8
  912. }
  913. ]
  914. }
  915. ]