ShopItem.prefab 15 KB

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