level_friend_item.prefab 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201
  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. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "level_friend_item",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 5
  24. },
  25. {
  26. "__id__": 8
  27. },
  28. {
  29. "__id__": 34
  30. }
  31. ],
  32. "_tag": -1,
  33. "_active": true,
  34. "_components": [
  35. {
  36. "__id__": 37
  37. }
  38. ],
  39. "_prefab": {
  40. "__id__": 38
  41. },
  42. "_id": "",
  43. "_opacity": 255,
  44. "_color": {
  45. "__type__": "cc.Color",
  46. "r": 255,
  47. "g": 255,
  48. "b": 255,
  49. "a": 255
  50. },
  51. "_cascadeOpacityEnabled": true,
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_contentSize": {
  58. "__type__": "cc.Size",
  59. "width": 120,
  60. "height": 150
  61. },
  62. "_rotationX": 0,
  63. "_rotationY": 0,
  64. "_scaleX": 1,
  65. "_scaleY": 1,
  66. "_position": {
  67. "__type__": "cc.Vec2",
  68. "x": 0,
  69. "y": 0
  70. },
  71. "_skewX": 0,
  72. "_skewY": 0,
  73. "_localZOrder": 0,
  74. "_globalZOrder": 0,
  75. "_opacityModifyRGB": false,
  76. "groupIndex": 0
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "item_bg",
  81. "_objFlags": 0,
  82. "_parent": {
  83. "__id__": 1
  84. },
  85. "_children": [],
  86. "_tag": -1,
  87. "_active": true,
  88. "_components": [
  89. {
  90. "__id__": 3
  91. }
  92. ],
  93. "_prefab": {
  94. "__id__": 4
  95. },
  96. "_id": "",
  97. "_opacity": 255,
  98. "_color": {
  99. "__type__": "cc.Color",
  100. "r": 255,
  101. "g": 255,
  102. "b": 255,
  103. "a": 255
  104. },
  105. "_cascadeOpacityEnabled": true,
  106. "_anchorPoint": {
  107. "__type__": "cc.Vec2",
  108. "x": 0.5,
  109. "y": 0.5
  110. },
  111. "_contentSize": {
  112. "__type__": "cc.Size",
  113. "width": 106,
  114. "height": 140
  115. },
  116. "_rotationX": 0,
  117. "_rotationY": 0,
  118. "_scaleX": 1,
  119. "_scaleY": 1,
  120. "_position": {
  121. "__type__": "cc.Vec2",
  122. "x": 0,
  123. "y": 0
  124. },
  125. "_skewX": 0,
  126. "_skewY": 0,
  127. "_localZOrder": 0,
  128. "_globalZOrder": 0,
  129. "_opacityModifyRGB": false,
  130. "groupIndex": 0
  131. },
  132. {
  133. "__type__": "cc.Sprite",
  134. "_name": "",
  135. "_objFlags": 0,
  136. "node": {
  137. "__id__": 2
  138. },
  139. "_enabled": true,
  140. "_spriteFrame": {
  141. "__uuid__": "bf969f9d-6716-40c5-b1c8-49fdaaae8450"
  142. },
  143. "_type": 0,
  144. "_sizeMode": 1,
  145. "_fillType": 0,
  146. "_fillCenter": {
  147. "__type__": "cc.Vec2",
  148. "x": 0,
  149. "y": 0
  150. },
  151. "_fillStart": 0,
  152. "_fillRange": 0,
  153. "_isTrimmedMode": true,
  154. "_srcBlendFactor": 770,
  155. "_dstBlendFactor": 771,
  156. "_atlas": null
  157. },
  158. {
  159. "__type__": "cc.PrefabInfo",
  160. "root": {
  161. "__id__": 1
  162. },
  163. "asset": {
  164. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  165. },
  166. "fileId": "53wzOt8bZL1oPW5GdlfQL8",
  167. "sync": false
  168. },
  169. {
  170. "__type__": "cc.Node",
  171. "_name": "levelHome_all_firend",
  172. "_objFlags": 0,
  173. "_parent": {
  174. "__id__": 1
  175. },
  176. "_children": [],
  177. "_tag": -1,
  178. "_active": false,
  179. "_components": [
  180. {
  181. "__id__": 6
  182. }
  183. ],
  184. "_prefab": {
  185. "__id__": 7
  186. },
  187. "_id": "",
  188. "_opacity": 255,
  189. "_color": {
  190. "__type__": "cc.Color",
  191. "r": 255,
  192. "g": 255,
  193. "b": 255,
  194. "a": 255
  195. },
  196. "_cascadeOpacityEnabled": true,
  197. "_anchorPoint": {
  198. "__type__": "cc.Vec2",
  199. "x": 0.5,
  200. "y": 0.5
  201. },
  202. "_contentSize": {
  203. "__type__": "cc.Size",
  204. "width": 113,
  205. "height": 117
  206. },
  207. "_rotationX": 0,
  208. "_rotationY": 0,
  209. "_scaleX": 1,
  210. "_scaleY": 1,
  211. "_position": {
  212. "__type__": "cc.Vec2",
  213. "x": 0,
  214. "y": 4
  215. },
  216. "_skewX": 0,
  217. "_skewY": 0,
  218. "_localZOrder": 0,
  219. "_globalZOrder": 0,
  220. "_opacityModifyRGB": false,
  221. "groupIndex": 0
  222. },
  223. {
  224. "__type__": "cc.Sprite",
  225. "_name": "",
  226. "_objFlags": 0,
  227. "node": {
  228. "__id__": 5
  229. },
  230. "_enabled": true,
  231. "_spriteFrame": {
  232. "__uuid__": "e0f58bfb-978d-4bdb-8bc1-02746d55639b"
  233. },
  234. "_type": 0,
  235. "_sizeMode": 1,
  236. "_fillType": 0,
  237. "_fillCenter": {
  238. "__type__": "cc.Vec2",
  239. "x": 0,
  240. "y": 0
  241. },
  242. "_fillStart": 0,
  243. "_fillRange": 0,
  244. "_isTrimmedMode": true,
  245. "_srcBlendFactor": 770,
  246. "_dstBlendFactor": 771,
  247. "_atlas": null
  248. },
  249. {
  250. "__type__": "cc.PrefabInfo",
  251. "root": {
  252. "__id__": 1
  253. },
  254. "asset": {
  255. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  256. },
  257. "fileId": "1anEY2ChVMJZB/VtJCqH/E",
  258. "sync": false
  259. },
  260. {
  261. "__type__": "cc.Node",
  262. "_name": "friendInfoNode",
  263. "_objFlags": 0,
  264. "_parent": {
  265. "__id__": 1
  266. },
  267. "_children": [
  268. {
  269. "__id__": 9
  270. },
  271. {
  272. "__id__": 15
  273. },
  274. {
  275. "__id__": 18
  276. },
  277. {
  278. "__id__": 21
  279. },
  280. {
  281. "__id__": 24
  282. },
  283. {
  284. "__id__": 27
  285. },
  286. {
  287. "__id__": 30
  288. }
  289. ],
  290. "_tag": -1,
  291. "_active": true,
  292. "_components": [],
  293. "_prefab": {
  294. "__id__": 33
  295. },
  296. "_id": "",
  297. "_opacity": 255,
  298. "_color": {
  299. "__type__": "cc.Color",
  300. "r": 255,
  301. "g": 255,
  302. "b": 255,
  303. "a": 255
  304. },
  305. "_cascadeOpacityEnabled": true,
  306. "_anchorPoint": {
  307. "__type__": "cc.Vec2",
  308. "x": 0.5,
  309. "y": 0.5
  310. },
  311. "_contentSize": {
  312. "__type__": "cc.Size",
  313. "width": 106,
  314. "height": 142
  315. },
  316. "_rotationX": 0,
  317. "_rotationY": 0,
  318. "_scaleX": 1,
  319. "_scaleY": 1,
  320. "_position": {
  321. "__type__": "cc.Vec2",
  322. "x": 0,
  323. "y": 4
  324. },
  325. "_skewX": 0,
  326. "_skewY": 0,
  327. "_localZOrder": 0,
  328. "_globalZOrder": 0,
  329. "_opacityModifyRGB": false,
  330. "groupIndex": 0
  331. },
  332. {
  333. "__type__": "cc.Node",
  334. "_name": "avatorNode",
  335. "_objFlags": 0,
  336. "_parent": {
  337. "__id__": 8
  338. },
  339. "_children": [
  340. {
  341. "__id__": 10
  342. }
  343. ],
  344. "_tag": -1,
  345. "_active": true,
  346. "_components": [
  347. {
  348. "__id__": 13
  349. }
  350. ],
  351. "_prefab": {
  352. "__id__": 14
  353. },
  354. "_id": "",
  355. "_opacity": 255,
  356. "_color": {
  357. "__type__": "cc.Color",
  358. "r": 255,
  359. "g": 255,
  360. "b": 255,
  361. "a": 255
  362. },
  363. "_cascadeOpacityEnabled": true,
  364. "_anchorPoint": {
  365. "__type__": "cc.Vec2",
  366. "x": 0.5,
  367. "y": 0.5
  368. },
  369. "_contentSize": {
  370. "__type__": "cc.Size",
  371. "width": 81,
  372. "height": 81
  373. },
  374. "_rotationX": 0,
  375. "_rotationY": 0,
  376. "_scaleX": 1,
  377. "_scaleY": 1,
  378. "_position": {
  379. "__type__": "cc.Vec2",
  380. "x": 0,
  381. "y": 10
  382. },
  383. "_skewX": 0,
  384. "_skewY": 0,
  385. "_localZOrder": 0,
  386. "_globalZOrder": 0,
  387. "_opacityModifyRGB": false,
  388. "groupIndex": 0
  389. },
  390. {
  391. "__type__": "cc.Node",
  392. "_name": "headSprite",
  393. "_objFlags": 0,
  394. "_parent": {
  395. "__id__": 9
  396. },
  397. "_children": [],
  398. "_tag": -1,
  399. "_active": true,
  400. "_components": [
  401. {
  402. "__id__": 11
  403. }
  404. ],
  405. "_prefab": {
  406. "__id__": 12
  407. },
  408. "_id": "",
  409. "_opacity": 255,
  410. "_color": {
  411. "__type__": "cc.Color",
  412. "r": 255,
  413. "g": 255,
  414. "b": 255,
  415. "a": 255
  416. },
  417. "_cascadeOpacityEnabled": true,
  418. "_anchorPoint": {
  419. "__type__": "cc.Vec2",
  420. "x": 0.5,
  421. "y": 0.5
  422. },
  423. "_contentSize": {
  424. "__type__": "cc.Size",
  425. "width": 79,
  426. "height": 79
  427. },
  428. "_rotationX": 0,
  429. "_rotationY": 0,
  430. "_scaleX": 1,
  431. "_scaleY": 1,
  432. "_position": {
  433. "__type__": "cc.Vec2",
  434. "x": 0,
  435. "y": 0
  436. },
  437. "_skewX": 0,
  438. "_skewY": 0,
  439. "_localZOrder": 0,
  440. "_globalZOrder": 0,
  441. "_opacityModifyRGB": false,
  442. "groupIndex": 0
  443. },
  444. {
  445. "__type__": "cc.Sprite",
  446. "_name": "",
  447. "_objFlags": 0,
  448. "node": {
  449. "__id__": 10
  450. },
  451. "_enabled": true,
  452. "_spriteFrame": null,
  453. "_type": 0,
  454. "_sizeMode": 0,
  455. "_fillType": 0,
  456. "_fillCenter": {
  457. "__type__": "cc.Vec2",
  458. "x": 0,
  459. "y": 0
  460. },
  461. "_fillStart": 0,
  462. "_fillRange": 0,
  463. "_isTrimmedMode": true,
  464. "_srcBlendFactor": 770,
  465. "_dstBlendFactor": 771,
  466. "_atlas": null
  467. },
  468. {
  469. "__type__": "cc.PrefabInfo",
  470. "root": {
  471. "__id__": 1
  472. },
  473. "asset": {
  474. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  475. },
  476. "fileId": "62Uy56hzdEU57XEm++k59V",
  477. "sync": false
  478. },
  479. {
  480. "__type__": "cc.Mask",
  481. "_name": "",
  482. "_objFlags": 0,
  483. "node": {
  484. "__id__": 9
  485. },
  486. "_enabled": true,
  487. "_type": 2,
  488. "_segements": 64,
  489. "_N$spriteFrame": {
  490. "__uuid__": "8a754d23-4613-4163-88e3-21fd5d34d8c2"
  491. },
  492. "_N$alphaThreshold": 0.7,
  493. "_N$inverted": false
  494. },
  495. {
  496. "__type__": "cc.PrefabInfo",
  497. "root": {
  498. "__id__": 1
  499. },
  500. "asset": {
  501. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  502. },
  503. "fileId": "3fCX3pz5hCeLk/4GtfgwjZ",
  504. "sync": false
  505. },
  506. {
  507. "__type__": "cc.Node",
  508. "_name": "nickLabel",
  509. "_objFlags": 0,
  510. "_parent": {
  511. "__id__": 8
  512. },
  513. "_children": [],
  514. "_tag": -1,
  515. "_active": true,
  516. "_components": [
  517. {
  518. "__id__": 16
  519. }
  520. ],
  521. "_prefab": {
  522. "__id__": 17
  523. },
  524. "_id": "",
  525. "_opacity": 255,
  526. "_color": {
  527. "__type__": "cc.Color",
  528. "r": 88,
  529. "g": 74,
  530. "b": 71,
  531. "a": 255
  532. },
  533. "_cascadeOpacityEnabled": true,
  534. "_anchorPoint": {
  535. "__type__": "cc.Vec2",
  536. "x": 0.5,
  537. "y": 0.5
  538. },
  539. "_contentSize": {
  540. "__type__": "cc.Size",
  541. "width": 100,
  542. "height": 20
  543. },
  544. "_rotationX": 0,
  545. "_rotationY": 0,
  546. "_scaleX": 1,
  547. "_scaleY": 1,
  548. "_position": {
  549. "__type__": "cc.Vec2",
  550. "x": 0,
  551. "y": -56.6
  552. },
  553. "_skewX": 0,
  554. "_skewY": 0,
  555. "_localZOrder": 0,
  556. "_globalZOrder": 0,
  557. "_opacityModifyRGB": false,
  558. "groupIndex": 0
  559. },
  560. {
  561. "__type__": "cc.Label",
  562. "_name": "",
  563. "_objFlags": 0,
  564. "node": {
  565. "__id__": 15
  566. },
  567. "_enabled": true,
  568. "_useOriginalSize": false,
  569. "_actualFontSize": 20,
  570. "_fontSize": 20,
  571. "_lineHeight": 20,
  572. "_enableWrapText": false,
  573. "_N$file": null,
  574. "_isSystemFontUsed": true,
  575. "_spacingX": 0,
  576. "_N$string": "樱木花道",
  577. "_N$horizontalAlign": 1,
  578. "_N$verticalAlign": 1,
  579. "_N$fontFamily": "Arial",
  580. "_N$overflow": 2
  581. },
  582. {
  583. "__type__": "cc.PrefabInfo",
  584. "root": {
  585. "__id__": 1
  586. },
  587. "asset": {
  588. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  589. },
  590. "fileId": "20ZGenqpxBfY7C/PG9xf74",
  591. "sync": false
  592. },
  593. {
  594. "__type__": "cc.Node",
  595. "_name": "friend_star_bg",
  596. "_objFlags": 0,
  597. "_parent": {
  598. "__id__": 8
  599. },
  600. "_children": [],
  601. "_tag": -1,
  602. "_active": true,
  603. "_components": [
  604. {
  605. "__id__": 19
  606. }
  607. ],
  608. "_prefab": {
  609. "__id__": 20
  610. },
  611. "_id": "",
  612. "_opacity": 255,
  613. "_color": {
  614. "__type__": "cc.Color",
  615. "r": 255,
  616. "g": 255,
  617. "b": 255,
  618. "a": 255
  619. },
  620. "_cascadeOpacityEnabled": true,
  621. "_anchorPoint": {
  622. "__type__": "cc.Vec2",
  623. "x": 0.5,
  624. "y": 0.5
  625. },
  626. "_contentSize": {
  627. "__type__": "cc.Size",
  628. "width": 74,
  629. "height": 27
  630. },
  631. "_rotationX": 0,
  632. "_rotationY": 0,
  633. "_scaleX": 1,
  634. "_scaleY": 1,
  635. "_position": {
  636. "__type__": "cc.Vec2",
  637. "x": -0.2,
  638. "y": -25.4
  639. },
  640. "_skewX": 0,
  641. "_skewY": 0,
  642. "_localZOrder": 0,
  643. "_globalZOrder": 0,
  644. "_opacityModifyRGB": false,
  645. "groupIndex": 0
  646. },
  647. {
  648. "__type__": "cc.Sprite",
  649. "_name": "",
  650. "_objFlags": 0,
  651. "node": {
  652. "__id__": 18
  653. },
  654. "_enabled": true,
  655. "_spriteFrame": {
  656. "__uuid__": "f758df3c-5b32-403e-af48-00cf63ffaf6f"
  657. },
  658. "_type": 0,
  659. "_sizeMode": 1,
  660. "_fillType": 0,
  661. "_fillCenter": {
  662. "__type__": "cc.Vec2",
  663. "x": 0,
  664. "y": 0
  665. },
  666. "_fillStart": 0,
  667. "_fillRange": 0,
  668. "_isTrimmedMode": true,
  669. "_srcBlendFactor": 770,
  670. "_dstBlendFactor": 771,
  671. "_atlas": null
  672. },
  673. {
  674. "__type__": "cc.PrefabInfo",
  675. "root": {
  676. "__id__": 1
  677. },
  678. "asset": {
  679. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  680. },
  681. "fileId": "3bEW+u5rVMKqH+Qu+YnQ/a",
  682. "sync": false
  683. },
  684. {
  685. "__type__": "cc.Node",
  686. "_name": "level_home_tag_star",
  687. "_objFlags": 0,
  688. "_parent": {
  689. "__id__": 8
  690. },
  691. "_children": [],
  692. "_tag": -1,
  693. "_active": true,
  694. "_components": [
  695. {
  696. "__id__": 22
  697. }
  698. ],
  699. "_prefab": {
  700. "__id__": 23
  701. },
  702. "_id": "",
  703. "_opacity": 255,
  704. "_color": {
  705. "__type__": "cc.Color",
  706. "r": 255,
  707. "g": 255,
  708. "b": 255,
  709. "a": 255
  710. },
  711. "_cascadeOpacityEnabled": true,
  712. "_anchorPoint": {
  713. "__type__": "cc.Vec2",
  714. "x": 0.5,
  715. "y": 0.5
  716. },
  717. "_contentSize": {
  718. "__type__": "cc.Size",
  719. "width": 52,
  720. "height": 58
  721. },
  722. "_rotationX": 0,
  723. "_rotationY": 0,
  724. "_scaleX": 0.6,
  725. "_scaleY": 0.6,
  726. "_position": {
  727. "__type__": "cc.Vec2",
  728. "x": -26.9,
  729. "y": -24.2
  730. },
  731. "_skewX": 0,
  732. "_skewY": 0,
  733. "_localZOrder": 0,
  734. "_globalZOrder": 0,
  735. "_opacityModifyRGB": false,
  736. "groupIndex": 0
  737. },
  738. {
  739. "__type__": "cc.Sprite",
  740. "_name": "",
  741. "_objFlags": 0,
  742. "node": {
  743. "__id__": 21
  744. },
  745. "_enabled": true,
  746. "_spriteFrame": {
  747. "__uuid__": "d70fee61-65c6-4d34-a71b-0557eba384b1"
  748. },
  749. "_type": 0,
  750. "_sizeMode": 1,
  751. "_fillType": 0,
  752. "_fillCenter": {
  753. "__type__": "cc.Vec2",
  754. "x": 0,
  755. "y": 0
  756. },
  757. "_fillStart": 0,
  758. "_fillRange": 0,
  759. "_isTrimmedMode": true,
  760. "_srcBlendFactor": 770,
  761. "_dstBlendFactor": 771,
  762. "_atlas": null
  763. },
  764. {
  765. "__type__": "cc.PrefabInfo",
  766. "root": {
  767. "__id__": 1
  768. },
  769. "asset": {
  770. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  771. },
  772. "fileId": "2brJJK+1lAkIVdnElZOxWA",
  773. "sync": false
  774. },
  775. {
  776. "__type__": "cc.Node",
  777. "_name": "starsLabel",
  778. "_objFlags": 0,
  779. "_parent": {
  780. "__id__": 8
  781. },
  782. "_children": [],
  783. "_tag": -1,
  784. "_active": true,
  785. "_components": [
  786. {
  787. "__id__": 25
  788. }
  789. ],
  790. "_prefab": {
  791. "__id__": 26
  792. },
  793. "_id": "",
  794. "_opacity": 255,
  795. "_color": {
  796. "__type__": "cc.Color",
  797. "r": 88,
  798. "g": 74,
  799. "b": 71,
  800. "a": 255
  801. },
  802. "_cascadeOpacityEnabled": true,
  803. "_anchorPoint": {
  804. "__type__": "cc.Vec2",
  805. "x": 0,
  806. "y": 0.5
  807. },
  808. "_contentSize": {
  809. "__type__": "cc.Size",
  810. "width": 45,
  811. "height": 20
  812. },
  813. "_rotationX": 0,
  814. "_rotationY": 0,
  815. "_scaleX": 1,
  816. "_scaleY": 1,
  817. "_position": {
  818. "__type__": "cc.Vec2",
  819. "x": -12,
  820. "y": -25
  821. },
  822. "_skewX": 0,
  823. "_skewY": 0,
  824. "_localZOrder": 0,
  825. "_globalZOrder": 0,
  826. "_opacityModifyRGB": false,
  827. "groupIndex": 0
  828. },
  829. {
  830. "__type__": "cc.Label",
  831. "_name": "",
  832. "_objFlags": 0,
  833. "node": {
  834. "__id__": 24
  835. },
  836. "_enabled": true,
  837. "_useOriginalSize": false,
  838. "_actualFontSize": 20,
  839. "_fontSize": 20,
  840. "_lineHeight": 20,
  841. "_enableWrapText": false,
  842. "_N$file": null,
  843. "_isSystemFontUsed": true,
  844. "_spacingX": 0,
  845. "_N$string": "0",
  846. "_N$horizontalAlign": 1,
  847. "_N$verticalAlign": 1,
  848. "_N$fontFamily": "Arial",
  849. "_N$overflow": 2
  850. },
  851. {
  852. "__type__": "cc.PrefabInfo",
  853. "root": {
  854. "__id__": 1
  855. },
  856. "asset": {
  857. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  858. },
  859. "fileId": "e5l+VzIoRFTYXrJo7rHHXr",
  860. "sync": false
  861. },
  862. {
  863. "__type__": "cc.Node",
  864. "_name": "identityNode",
  865. "_objFlags": 0,
  866. "_parent": {
  867. "__id__": 8
  868. },
  869. "_children": [],
  870. "_tag": -1,
  871. "_active": true,
  872. "_components": [
  873. {
  874. "__id__": 28
  875. }
  876. ],
  877. "_prefab": {
  878. "__id__": 29
  879. },
  880. "_id": "",
  881. "_opacity": 255,
  882. "_color": {
  883. "__type__": "cc.Color",
  884. "r": 255,
  885. "g": 255,
  886. "b": 255,
  887. "a": 255
  888. },
  889. "_cascadeOpacityEnabled": true,
  890. "_anchorPoint": {
  891. "__type__": "cc.Vec2",
  892. "x": 0.5,
  893. "y": 0.5
  894. },
  895. "_contentSize": {
  896. "__type__": "cc.Size",
  897. "width": 64,
  898. "height": 30
  899. },
  900. "_rotationX": 0,
  901. "_rotationY": 0,
  902. "_scaleX": 1,
  903. "_scaleY": 1,
  904. "_position": {
  905. "__type__": "cc.Vec2",
  906. "x": -25,
  907. "y": 57
  908. },
  909. "_skewX": 0,
  910. "_skewY": 0,
  911. "_localZOrder": 0,
  912. "_globalZOrder": 0,
  913. "_opacityModifyRGB": false,
  914. "groupIndex": 0
  915. },
  916. {
  917. "__type__": "cc.Sprite",
  918. "_name": "",
  919. "_objFlags": 0,
  920. "node": {
  921. "__id__": 27
  922. },
  923. "_enabled": true,
  924. "_spriteFrame": {
  925. "__uuid__": "136478d5-223b-4f06-8d25-5dcb3bc3081a"
  926. },
  927. "_type": 0,
  928. "_sizeMode": 1,
  929. "_fillType": 0,
  930. "_fillCenter": {
  931. "__type__": "cc.Vec2",
  932. "x": 0,
  933. "y": 0
  934. },
  935. "_fillStart": 0,
  936. "_fillRange": 0,
  937. "_isTrimmedMode": true,
  938. "_srcBlendFactor": 770,
  939. "_dstBlendFactor": 771,
  940. "_atlas": null
  941. },
  942. {
  943. "__type__": "cc.PrefabInfo",
  944. "root": {
  945. "__id__": 1
  946. },
  947. "asset": {
  948. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  949. },
  950. "fileId": "2es8/YVOFBLoecZfTaIi9C",
  951. "sync": false
  952. },
  953. {
  954. "__type__": "cc.Node",
  955. "_name": "noticeNode",
  956. "_objFlags": 0,
  957. "_parent": {
  958. "__id__": 8
  959. },
  960. "_children": [],
  961. "_tag": -1,
  962. "_active": false,
  963. "_components": [
  964. {
  965. "__id__": 31
  966. }
  967. ],
  968. "_prefab": {
  969. "__id__": 32
  970. },
  971. "_id": "",
  972. "_opacity": 255,
  973. "_color": {
  974. "__type__": "cc.Color",
  975. "r": 255,
  976. "g": 255,
  977. "b": 255,
  978. "a": 255
  979. },
  980. "_cascadeOpacityEnabled": true,
  981. "_anchorPoint": {
  982. "__type__": "cc.Vec2",
  983. "x": 0.5,
  984. "y": 0.5
  985. },
  986. "_contentSize": {
  987. "__type__": "cc.Size",
  988. "width": 18,
  989. "height": 26
  990. },
  991. "_rotationX": 0,
  992. "_rotationY": 0,
  993. "_scaleX": 1,
  994. "_scaleY": 1,
  995. "_position": {
  996. "__type__": "cc.Vec2",
  997. "x": 46.2,
  998. "y": 56.7
  999. },
  1000. "_skewX": 0,
  1001. "_skewY": 0,
  1002. "_localZOrder": 0,
  1003. "_globalZOrder": 0,
  1004. "_opacityModifyRGB": false,
  1005. "groupIndex": 0
  1006. },
  1007. {
  1008. "__type__": "cc.Sprite",
  1009. "_name": "",
  1010. "_objFlags": 0,
  1011. "node": {
  1012. "__id__": 30
  1013. },
  1014. "_enabled": true,
  1015. "_spriteFrame": {
  1016. "__uuid__": "c8378645-dbbc-4b7b-8d34-8ea4f7667289"
  1017. },
  1018. "_type": 0,
  1019. "_sizeMode": 1,
  1020. "_fillType": 0,
  1021. "_fillCenter": {
  1022. "__type__": "cc.Vec2",
  1023. "x": 0,
  1024. "y": 0
  1025. },
  1026. "_fillStart": 0,
  1027. "_fillRange": 0,
  1028. "_isTrimmedMode": true,
  1029. "_srcBlendFactor": 770,
  1030. "_dstBlendFactor": 771,
  1031. "_atlas": null
  1032. },
  1033. {
  1034. "__type__": "cc.PrefabInfo",
  1035. "root": {
  1036. "__id__": 1
  1037. },
  1038. "asset": {
  1039. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  1040. },
  1041. "fileId": "b0LruoE1VCVZcRgI6PsDne",
  1042. "sync": false
  1043. },
  1044. {
  1045. "__type__": "cc.PrefabInfo",
  1046. "root": {
  1047. "__id__": 1
  1048. },
  1049. "asset": {
  1050. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  1051. },
  1052. "fileId": "1cmYbnVWFLWYhREhh0TQTo",
  1053. "sync": false
  1054. },
  1055. {
  1056. "__type__": "cc.Node",
  1057. "_name": "levelHome_talent",
  1058. "_objFlags": 0,
  1059. "_parent": {
  1060. "__id__": 1
  1061. },
  1062. "_children": [],
  1063. "_tag": -1,
  1064. "_active": false,
  1065. "_components": [
  1066. {
  1067. "__id__": 35
  1068. }
  1069. ],
  1070. "_prefab": {
  1071. "__id__": 36
  1072. },
  1073. "_id": "",
  1074. "_opacity": 255,
  1075. "_color": {
  1076. "__type__": "cc.Color",
  1077. "r": 255,
  1078. "g": 255,
  1079. "b": 255,
  1080. "a": 255
  1081. },
  1082. "_cascadeOpacityEnabled": true,
  1083. "_anchorPoint": {
  1084. "__type__": "cc.Vec2",
  1085. "x": 0.5,
  1086. "y": 0.5
  1087. },
  1088. "_contentSize": {
  1089. "__type__": "cc.Size",
  1090. "width": 113,
  1091. "height": 121
  1092. },
  1093. "_rotationX": 0,
  1094. "_rotationY": 0,
  1095. "_scaleX": 1,
  1096. "_scaleY": 1,
  1097. "_position": {
  1098. "__type__": "cc.Vec2",
  1099. "x": 0,
  1100. "y": 0
  1101. },
  1102. "_skewX": 0,
  1103. "_skewY": 0,
  1104. "_localZOrder": 0,
  1105. "_globalZOrder": 0,
  1106. "_opacityModifyRGB": false,
  1107. "groupIndex": 0
  1108. },
  1109. {
  1110. "__type__": "cc.Sprite",
  1111. "_name": "",
  1112. "_objFlags": 0,
  1113. "node": {
  1114. "__id__": 34
  1115. },
  1116. "_enabled": true,
  1117. "_spriteFrame": {
  1118. "__uuid__": "3ce51695-3b21-4018-a634-f2bfd965dec6"
  1119. },
  1120. "_type": 0,
  1121. "_sizeMode": 1,
  1122. "_fillType": 0,
  1123. "_fillCenter": {
  1124. "__type__": "cc.Vec2",
  1125. "x": 0,
  1126. "y": 0
  1127. },
  1128. "_fillStart": 0,
  1129. "_fillRange": 0,
  1130. "_isTrimmedMode": true,
  1131. "_srcBlendFactor": 770,
  1132. "_dstBlendFactor": 771,
  1133. "_atlas": null
  1134. },
  1135. {
  1136. "__type__": "cc.PrefabInfo",
  1137. "root": {
  1138. "__id__": 1
  1139. },
  1140. "asset": {
  1141. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  1142. },
  1143. "fileId": "be/p2qyWlPt6tby1+40inB",
  1144. "sync": false
  1145. },
  1146. {
  1147. "__type__": "70598S6yTZFbaWw3pvL5KSJ",
  1148. "_name": "",
  1149. "_objFlags": 0,
  1150. "node": {
  1151. "__id__": 1
  1152. },
  1153. "_enabled": true,
  1154. "itemBg": {
  1155. "__id__": 2
  1156. },
  1157. "allFriendNode": {
  1158. "__id__": 5
  1159. },
  1160. "friendInfoNode": {
  1161. "__id__": 8
  1162. },
  1163. "talentNode": {
  1164. "__id__": 34
  1165. },
  1166. "identityNode": {
  1167. "__id__": 27
  1168. },
  1169. "identitySpriteFrames": [
  1170. {
  1171. "__uuid__": "998254f7-ce0a-45f9-a40d-bd79af271aeb"
  1172. },
  1173. {
  1174. "__uuid__": "136478d5-223b-4f06-8d25-5dcb3bc3081a"
  1175. }
  1176. ],
  1177. "headSprite": {
  1178. "__id__": 11
  1179. },
  1180. "nickLabel": {
  1181. "__id__": 16
  1182. },
  1183. "starsLabel": {
  1184. "__id__": 25
  1185. },
  1186. "noticeNode": {
  1187. "__id__": 30
  1188. }
  1189. },
  1190. {
  1191. "__type__": "cc.PrefabInfo",
  1192. "root": {
  1193. "__id__": 1
  1194. },
  1195. "asset": {
  1196. "__uuid__": "fef6ec75-cb93-4a6c-b391-d8d05306aa48"
  1197. },
  1198. "fileId": "f25cGT6qRI2JL/VGn72QdS",
  1199. "sync": false
  1200. }
  1201. ]