equip.prefab 15 KB

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