FailUI.prefab 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  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": "fail",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 11
  28. },
  29. {
  30. "__id__": 16
  31. },
  32. {
  33. "__id__": 19
  34. }
  35. ],
  36. "_active": true,
  37. "_components": [
  38. {
  39. "__id__": 22
  40. },
  41. {
  42. "__id__": 23
  43. }
  44. ],
  45. "_prefab": {
  46. "__id__": 24
  47. },
  48. "_opacity": 255,
  49. "_color": {
  50. "__type__": "cc.Color",
  51. "r": 255,
  52. "g": 255,
  53. "b": 255,
  54. "a": 255
  55. },
  56. "_contentSize": {
  57. "__type__": "cc.Size",
  58. "width": 750,
  59. "height": 1334
  60. },
  61. "_anchorPoint": {
  62. "__type__": "cc.Vec2",
  63. "x": 0.5,
  64. "y": 0.5
  65. },
  66. "_trs": {
  67. "__type__": "TypedArray",
  68. "ctor": "Float64Array",
  69. "array": [
  70. 375,
  71. 667,
  72. 0,
  73. 0,
  74. 0,
  75. 0,
  76. 1,
  77. 1,
  78. 1,
  79. 1
  80. ]
  81. },
  82. "_eulerAngles": {
  83. "__type__": "cc.Vec3",
  84. "x": 0,
  85. "y": 0,
  86. "z": 0
  87. },
  88. "_skewX": 0,
  89. "_skewY": 0,
  90. "_is3DNode": false,
  91. "_groupIndex": 0,
  92. "groupIndex": 0,
  93. "_id": ""
  94. },
  95. {
  96. "__type__": "cc.Node",
  97. "_name": "bg",
  98. "_objFlags": 0,
  99. "_parent": {
  100. "__id__": 1
  101. },
  102. "_children": [],
  103. "_active": true,
  104. "_components": [
  105. {
  106. "__id__": 3
  107. },
  108. {
  109. "__id__": 4
  110. }
  111. ],
  112. "_prefab": {
  113. "__id__": 5
  114. },
  115. "_opacity": 125,
  116. "_color": {
  117. "__type__": "cc.Color",
  118. "r": 0,
  119. "g": 0,
  120. "b": 0,
  121. "a": 255
  122. },
  123. "_contentSize": {
  124. "__type__": "cc.Size",
  125. "width": 750,
  126. "height": 1334
  127. },
  128. "_anchorPoint": {
  129. "__type__": "cc.Vec2",
  130. "x": 0.5,
  131. "y": 0.5
  132. },
  133. "_trs": {
  134. "__type__": "TypedArray",
  135. "ctor": "Float64Array",
  136. "array": [
  137. 0,
  138. 0,
  139. 0,
  140. 0,
  141. 0,
  142. 0,
  143. 1,
  144. 1,
  145. 1,
  146. 1
  147. ]
  148. },
  149. "_eulerAngles": {
  150. "__type__": "cc.Vec3",
  151. "x": 0,
  152. "y": 0,
  153. "z": 0
  154. },
  155. "_skewX": 0,
  156. "_skewY": 0,
  157. "_is3DNode": false,
  158. "_groupIndex": 0,
  159. "groupIndex": 0,
  160. "_id": ""
  161. },
  162. {
  163. "__type__": "cc.Sprite",
  164. "_name": "",
  165. "_objFlags": 0,
  166. "node": {
  167. "__id__": 2
  168. },
  169. "_enabled": true,
  170. "_materials": [
  171. {
  172. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  173. }
  174. ],
  175. "_srcBlendFactor": 770,
  176. "_dstBlendFactor": 771,
  177. "_spriteFrame": {
  178. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  179. },
  180. "_type": 1,
  181. "_sizeMode": 0,
  182. "_fillType": 0,
  183. "_fillCenter": {
  184. "__type__": "cc.Vec2",
  185. "x": 0,
  186. "y": 0
  187. },
  188. "_fillStart": 0,
  189. "_fillRange": 0,
  190. "_isTrimmedMode": true,
  191. "_atlas": null,
  192. "_id": ""
  193. },
  194. {
  195. "__type__": "cc.Widget",
  196. "_name": "",
  197. "_objFlags": 0,
  198. "node": {
  199. "__id__": 2
  200. },
  201. "_enabled": true,
  202. "alignMode": 1,
  203. "_target": null,
  204. "_alignFlags": 45,
  205. "_left": 0,
  206. "_right": 0,
  207. "_top": 0,
  208. "_bottom": 0,
  209. "_verticalCenter": 0,
  210. "_horizontalCenter": 0,
  211. "_isAbsLeft": true,
  212. "_isAbsRight": true,
  213. "_isAbsTop": true,
  214. "_isAbsBottom": true,
  215. "_isAbsHorizontalCenter": true,
  216. "_isAbsVerticalCenter": true,
  217. "_originalWidth": 40,
  218. "_originalHeight": 36,
  219. "_id": ""
  220. },
  221. {
  222. "__type__": "cc.PrefabInfo",
  223. "root": {
  224. "__id__": 1
  225. },
  226. "asset": {
  227. "__id__": 0
  228. },
  229. "fileId": "d1CikS+0NLmr9RqP6zzCaj",
  230. "sync": false
  231. },
  232. {
  233. "__type__": "cc.Node",
  234. "_name": "btn_start",
  235. "_objFlags": 0,
  236. "_parent": {
  237. "__id__": 1
  238. },
  239. "_children": [],
  240. "_active": true,
  241. "_components": [
  242. {
  243. "__id__": 7
  244. },
  245. {
  246. "__id__": 8
  247. }
  248. ],
  249. "_prefab": {
  250. "__id__": 10
  251. },
  252. "_opacity": 255,
  253. "_color": {
  254. "__type__": "cc.Color",
  255. "r": 255,
  256. "g": 255,
  257. "b": 255,
  258. "a": 255
  259. },
  260. "_contentSize": {
  261. "__type__": "cc.Size",
  262. "width": 266,
  263. "height": 80
  264. },
  265. "_anchorPoint": {
  266. "__type__": "cc.Vec2",
  267. "x": 0.5,
  268. "y": 0.5
  269. },
  270. "_trs": {
  271. "__type__": "TypedArray",
  272. "ctor": "Float64Array",
  273. "array": [
  274. 170,
  275. -360,
  276. 0,
  277. 0,
  278. 0,
  279. 0,
  280. 1,
  281. 1,
  282. 1,
  283. 0
  284. ]
  285. },
  286. "_eulerAngles": {
  287. "__type__": "cc.Vec3",
  288. "x": 0,
  289. "y": 0,
  290. "z": 0
  291. },
  292. "_skewX": 0,
  293. "_skewY": 0,
  294. "_is3DNode": false,
  295. "_groupIndex": 0,
  296. "groupIndex": 0,
  297. "_id": ""
  298. },
  299. {
  300. "__type__": "cc.Sprite",
  301. "_name": "",
  302. "_objFlags": 0,
  303. "node": {
  304. "__id__": 6
  305. },
  306. "_enabled": true,
  307. "_materials": [
  308. {
  309. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  310. }
  311. ],
  312. "_srcBlendFactor": 770,
  313. "_dstBlendFactor": 771,
  314. "_spriteFrame": {
  315. "__uuid__": "aa742b94-26c0-4eb5-a685-e75063440aac"
  316. },
  317. "_type": 1,
  318. "_sizeMode": 0,
  319. "_fillType": 0,
  320. "_fillCenter": {
  321. "__type__": "cc.Vec2",
  322. "x": 0,
  323. "y": 0
  324. },
  325. "_fillStart": 0,
  326. "_fillRange": 0,
  327. "_isTrimmedMode": true,
  328. "_atlas": null,
  329. "_id": ""
  330. },
  331. {
  332. "__type__": "cc.Button",
  333. "_name": "",
  334. "_objFlags": 0,
  335. "node": {
  336. "__id__": 6
  337. },
  338. "_enabled": true,
  339. "_normalMaterial": null,
  340. "_grayMaterial": null,
  341. "duration": 0.1,
  342. "zoomScale": 1.2,
  343. "clickEvents": [
  344. {
  345. "__id__": 9
  346. }
  347. ],
  348. "_N$interactable": true,
  349. "_N$enableAutoGrayEffect": false,
  350. "_N$transition": 3,
  351. "transition": 3,
  352. "_N$normalColor": {
  353. "__type__": "cc.Color",
  354. "r": 255,
  355. "g": 255,
  356. "b": 255,
  357. "a": 255
  358. },
  359. "_N$pressedColor": {
  360. "__type__": "cc.Color",
  361. "r": 211,
  362. "g": 211,
  363. "b": 211,
  364. "a": 255
  365. },
  366. "pressedColor": {
  367. "__type__": "cc.Color",
  368. "r": 211,
  369. "g": 211,
  370. "b": 211,
  371. "a": 255
  372. },
  373. "_N$hoverColor": {
  374. "__type__": "cc.Color",
  375. "r": 255,
  376. "g": 255,
  377. "b": 255,
  378. "a": 255
  379. },
  380. "hoverColor": {
  381. "__type__": "cc.Color",
  382. "r": 255,
  383. "g": 255,
  384. "b": 255,
  385. "a": 255
  386. },
  387. "_N$disabledColor": {
  388. "__type__": "cc.Color",
  389. "r": 124,
  390. "g": 124,
  391. "b": 124,
  392. "a": 255
  393. },
  394. "_N$normalSprite": null,
  395. "_N$pressedSprite": null,
  396. "pressedSprite": null,
  397. "_N$hoverSprite": null,
  398. "hoverSprite": null,
  399. "_N$disabledSprite": null,
  400. "_N$target": null,
  401. "_id": ""
  402. },
  403. {
  404. "__type__": "cc.ClickEvent",
  405. "target": {
  406. "__id__": 1
  407. },
  408. "component": "",
  409. "_componentId": "9a23242ZdZNUZiEOZr1iRnK",
  410. "handler": "onClickStartGame",
  411. "customEventData": ""
  412. },
  413. {
  414. "__type__": "cc.PrefabInfo",
  415. "root": {
  416. "__id__": 1
  417. },
  418. "asset": {
  419. "__id__": 0
  420. },
  421. "fileId": "46shVZuHVGvajKPYHBxOPZ",
  422. "sync": false
  423. },
  424. {
  425. "__type__": "cc.Node",
  426. "_name": "btn_start",
  427. "_objFlags": 0,
  428. "_parent": {
  429. "__id__": 1
  430. },
  431. "_children": [],
  432. "_active": true,
  433. "_components": [
  434. {
  435. "__id__": 12
  436. },
  437. {
  438. "__id__": 13
  439. }
  440. ],
  441. "_prefab": {
  442. "__id__": 15
  443. },
  444. "_opacity": 255,
  445. "_color": {
  446. "__type__": "cc.Color",
  447. "r": 255,
  448. "g": 255,
  449. "b": 255,
  450. "a": 255
  451. },
  452. "_contentSize": {
  453. "__type__": "cc.Size",
  454. "width": 266,
  455. "height": 80
  456. },
  457. "_anchorPoint": {
  458. "__type__": "cc.Vec2",
  459. "x": 0.5,
  460. "y": 0.5
  461. },
  462. "_trs": {
  463. "__type__": "TypedArray",
  464. "ctor": "Float64Array",
  465. "array": [
  466. -170,
  467. -360,
  468. 0,
  469. 0,
  470. 0,
  471. 0,
  472. 1,
  473. 1,
  474. 1,
  475. 0
  476. ]
  477. },
  478. "_eulerAngles": {
  479. "__type__": "cc.Vec3",
  480. "x": 0,
  481. "y": 0,
  482. "z": 0
  483. },
  484. "_skewX": 0,
  485. "_skewY": 0,
  486. "_is3DNode": false,
  487. "_groupIndex": 0,
  488. "groupIndex": 0,
  489. "_id": ""
  490. },
  491. {
  492. "__type__": "cc.Sprite",
  493. "_name": "",
  494. "_objFlags": 0,
  495. "node": {
  496. "__id__": 11
  497. },
  498. "_enabled": true,
  499. "_materials": [
  500. {
  501. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  502. }
  503. ],
  504. "_srcBlendFactor": 770,
  505. "_dstBlendFactor": 771,
  506. "_spriteFrame": {
  507. "__uuid__": "450ad9d3-ce7e-4eb6-91a0-a55bd813d5b7"
  508. },
  509. "_type": 1,
  510. "_sizeMode": 0,
  511. "_fillType": 0,
  512. "_fillCenter": {
  513. "__type__": "cc.Vec2",
  514. "x": 0,
  515. "y": 0
  516. },
  517. "_fillStart": 0,
  518. "_fillRange": 0,
  519. "_isTrimmedMode": true,
  520. "_atlas": null,
  521. "_id": ""
  522. },
  523. {
  524. "__type__": "cc.Button",
  525. "_name": "",
  526. "_objFlags": 0,
  527. "node": {
  528. "__id__": 11
  529. },
  530. "_enabled": true,
  531. "_normalMaterial": null,
  532. "_grayMaterial": null,
  533. "duration": 0.1,
  534. "zoomScale": 1.2,
  535. "clickEvents": [
  536. {
  537. "__id__": 14
  538. }
  539. ],
  540. "_N$interactable": true,
  541. "_N$enableAutoGrayEffect": false,
  542. "_N$transition": 3,
  543. "transition": 3,
  544. "_N$normalColor": {
  545. "__type__": "cc.Color",
  546. "r": 255,
  547. "g": 255,
  548. "b": 255,
  549. "a": 255
  550. },
  551. "_N$pressedColor": {
  552. "__type__": "cc.Color",
  553. "r": 211,
  554. "g": 211,
  555. "b": 211,
  556. "a": 255
  557. },
  558. "pressedColor": {
  559. "__type__": "cc.Color",
  560. "r": 211,
  561. "g": 211,
  562. "b": 211,
  563. "a": 255
  564. },
  565. "_N$hoverColor": {
  566. "__type__": "cc.Color",
  567. "r": 255,
  568. "g": 255,
  569. "b": 255,
  570. "a": 255
  571. },
  572. "hoverColor": {
  573. "__type__": "cc.Color",
  574. "r": 255,
  575. "g": 255,
  576. "b": 255,
  577. "a": 255
  578. },
  579. "_N$disabledColor": {
  580. "__type__": "cc.Color",
  581. "r": 124,
  582. "g": 124,
  583. "b": 124,
  584. "a": 255
  585. },
  586. "_N$normalSprite": null,
  587. "_N$pressedSprite": null,
  588. "pressedSprite": null,
  589. "_N$hoverSprite": null,
  590. "hoverSprite": null,
  591. "_N$disabledSprite": null,
  592. "_N$target": null,
  593. "_id": ""
  594. },
  595. {
  596. "__type__": "cc.ClickEvent",
  597. "target": {
  598. "__id__": 1
  599. },
  600. "component": "",
  601. "_componentId": "9a23242ZdZNUZiEOZr1iRnK",
  602. "handler": "onClickShare",
  603. "customEventData": ""
  604. },
  605. {
  606. "__type__": "cc.PrefabInfo",
  607. "root": {
  608. "__id__": 1
  609. },
  610. "asset": {
  611. "__id__": 0
  612. },
  613. "fileId": "b7Js58mzFAsaY4uS2EtAVV",
  614. "sync": false
  615. },
  616. {
  617. "__type__": "cc.Node",
  618. "_name": "game_fail",
  619. "_objFlags": 0,
  620. "_parent": {
  621. "__id__": 1
  622. },
  623. "_children": [],
  624. "_active": true,
  625. "_components": [
  626. {
  627. "__id__": 17
  628. }
  629. ],
  630. "_prefab": {
  631. "__id__": 18
  632. },
  633. "_opacity": 255,
  634. "_color": {
  635. "__type__": "cc.Color",
  636. "r": 255,
  637. "g": 255,
  638. "b": 255,
  639. "a": 255
  640. },
  641. "_contentSize": {
  642. "__type__": "cc.Size",
  643. "width": 479,
  644. "height": 152
  645. },
  646. "_anchorPoint": {
  647. "__type__": "cc.Vec2",
  648. "x": 0.5,
  649. "y": 0.5
  650. },
  651. "_trs": {
  652. "__type__": "TypedArray",
  653. "ctor": "Float64Array",
  654. "array": [
  655. -2.628,
  656. 408.017,
  657. 0,
  658. 0,
  659. 0,
  660. 0,
  661. 1,
  662. 1,
  663. 1,
  664. 1
  665. ]
  666. },
  667. "_eulerAngles": {
  668. "__type__": "cc.Vec3",
  669. "x": 0,
  670. "y": 0,
  671. "z": 0
  672. },
  673. "_skewX": 0,
  674. "_skewY": 0,
  675. "_is3DNode": false,
  676. "_groupIndex": 0,
  677. "groupIndex": 0,
  678. "_id": ""
  679. },
  680. {
  681. "__type__": "cc.Sprite",
  682. "_name": "",
  683. "_objFlags": 0,
  684. "node": {
  685. "__id__": 16
  686. },
  687. "_enabled": true,
  688. "_materials": [
  689. {
  690. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  691. }
  692. ],
  693. "_srcBlendFactor": 770,
  694. "_dstBlendFactor": 771,
  695. "_spriteFrame": {
  696. "__uuid__": "7f598c8c-d920-4b2f-a2a7-2c5f69fe8cd7"
  697. },
  698. "_type": 0,
  699. "_sizeMode": 0,
  700. "_fillType": 0,
  701. "_fillCenter": {
  702. "__type__": "cc.Vec2",
  703. "x": 0,
  704. "y": 0
  705. },
  706. "_fillStart": 0,
  707. "_fillRange": 0,
  708. "_isTrimmedMode": true,
  709. "_atlas": null,
  710. "_id": ""
  711. },
  712. {
  713. "__type__": "cc.PrefabInfo",
  714. "root": {
  715. "__id__": 1
  716. },
  717. "asset": {
  718. "__id__": 0
  719. },
  720. "fileId": "768N/wL5hJX7BNCAIAIiKN",
  721. "sync": false
  722. },
  723. {
  724. "__type__": "cc.Node",
  725. "_name": "cat_skin_1",
  726. "_objFlags": 0,
  727. "_parent": {
  728. "__id__": 1
  729. },
  730. "_children": [],
  731. "_active": true,
  732. "_components": [
  733. {
  734. "__id__": 20
  735. }
  736. ],
  737. "_prefab": {
  738. "__id__": 21
  739. },
  740. "_opacity": 255,
  741. "_color": {
  742. "__type__": "cc.Color",
  743. "r": 255,
  744. "g": 255,
  745. "b": 255,
  746. "a": 255
  747. },
  748. "_contentSize": {
  749. "__type__": "cc.Size",
  750. "width": 366,
  751. "height": 516
  752. },
  753. "_anchorPoint": {
  754. "__type__": "cc.Vec2",
  755. "x": 0.5,
  756. "y": 0.5
  757. },
  758. "_trs": {
  759. "__type__": "TypedArray",
  760. "ctor": "Float64Array",
  761. "array": [
  762. 0,
  763. 0,
  764. 0,
  765. 0,
  766. 0,
  767. 0,
  768. 1,
  769. 1.06,
  770. 1.06,
  771. 0.353
  772. ]
  773. },
  774. "_eulerAngles": {
  775. "__type__": "cc.Vec3",
  776. "x": 0,
  777. "y": 0,
  778. "z": 0
  779. },
  780. "_skewX": 0,
  781. "_skewY": 0,
  782. "_is3DNode": false,
  783. "_groupIndex": 0,
  784. "groupIndex": 0,
  785. "_id": ""
  786. },
  787. {
  788. "__type__": "cc.Sprite",
  789. "_name": "",
  790. "_objFlags": 0,
  791. "node": {
  792. "__id__": 19
  793. },
  794. "_enabled": true,
  795. "_materials": [
  796. {
  797. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  798. }
  799. ],
  800. "_srcBlendFactor": 770,
  801. "_dstBlendFactor": 771,
  802. "_spriteFrame": {
  803. "__uuid__": "24c39566-6035-44f8-99c1-08ec19da9242"
  804. },
  805. "_type": 0,
  806. "_sizeMode": 0,
  807. "_fillType": 0,
  808. "_fillCenter": {
  809. "__type__": "cc.Vec2",
  810. "x": 0,
  811. "y": 0
  812. },
  813. "_fillStart": 0,
  814. "_fillRange": 0,
  815. "_isTrimmedMode": true,
  816. "_atlas": null,
  817. "_id": ""
  818. },
  819. {
  820. "__type__": "cc.PrefabInfo",
  821. "root": {
  822. "__id__": 1
  823. },
  824. "asset": {
  825. "__id__": 0
  826. },
  827. "fileId": "a3Fk2r0RVDGKHQ2uzXtOcc",
  828. "sync": false
  829. },
  830. {
  831. "__type__": "cc.Widget",
  832. "_name": "",
  833. "_objFlags": 0,
  834. "node": {
  835. "__id__": 1
  836. },
  837. "_enabled": true,
  838. "alignMode": 1,
  839. "_target": null,
  840. "_alignFlags": 45,
  841. "_left": 0,
  842. "_right": 0,
  843. "_top": 0,
  844. "_bottom": 0,
  845. "_verticalCenter": 0,
  846. "_horizontalCenter": 0,
  847. "_isAbsLeft": true,
  848. "_isAbsRight": true,
  849. "_isAbsTop": true,
  850. "_isAbsBottom": true,
  851. "_isAbsHorizontalCenter": true,
  852. "_isAbsVerticalCenter": true,
  853. "_originalWidth": 0,
  854. "_originalHeight": 0,
  855. "_id": ""
  856. },
  857. {
  858. "__type__": "9a23242ZdZNUZiEOZr1iRnK",
  859. "_name": "",
  860. "_objFlags": 0,
  861. "node": {
  862. "__id__": 1
  863. },
  864. "_enabled": true,
  865. "cat": {
  866. "__id__": 20
  867. },
  868. "_id": ""
  869. },
  870. {
  871. "__type__": "cc.PrefabInfo",
  872. "root": {
  873. "__id__": 1
  874. },
  875. "asset": {
  876. "__id__": 0
  877. },
  878. "fileId": "",
  879. "sync": false
  880. }
  881. ]