item.prefab 15 KB

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