friend_help_click.prefab 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722
  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": "friend_help_click",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 6
  24. }
  25. ],
  26. "_active": true,
  27. "_level": 1,
  28. "_components": [
  29. {
  30. "__id__": 50
  31. }
  32. ],
  33. "_prefab": {
  34. "__id__": 51
  35. },
  36. "_opacity": 255,
  37. "_color": {
  38. "__type__": "cc.Color",
  39. "r": 255,
  40. "g": 255,
  41. "b": 255,
  42. "a": 255
  43. },
  44. "_contentSize": {
  45. "__type__": "cc.Size",
  46. "width": 0,
  47. "height": 0
  48. },
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_position": {
  55. "__type__": "cc.Vec3",
  56. "x": 0,
  57. "y": 0,
  58. "z": 0
  59. },
  60. "_scale": {
  61. "__type__": "cc.Vec3",
  62. "x": 1,
  63. "y": 1,
  64. "z": 1
  65. },
  66. "_rotationX": 0,
  67. "_rotationY": 0,
  68. "_quat": {
  69. "__type__": "cc.Quat",
  70. "x": 0,
  71. "y": 0,
  72. "z": 0,
  73. "w": 1
  74. },
  75. "_skewX": 0,
  76. "_skewY": 0,
  77. "_zIndex": 0,
  78. "groupIndex": 0,
  79. "_id": ""
  80. },
  81. {
  82. "__type__": "cc.Node",
  83. "_name": "blackMask",
  84. "_objFlags": 0,
  85. "_parent": {
  86. "__id__": 1
  87. },
  88. "_children": [],
  89. "_active": true,
  90. "_level": 2,
  91. "_components": [
  92. {
  93. "__id__": 3
  94. },
  95. {
  96. "__id__": 4
  97. }
  98. ],
  99. "_prefab": {
  100. "__id__": 5
  101. },
  102. "_opacity": 153,
  103. "_color": {
  104. "__type__": "cc.Color",
  105. "r": 0,
  106. "g": 0,
  107. "b": 0,
  108. "a": 255
  109. },
  110. "_contentSize": {
  111. "__type__": "cc.Size",
  112. "width": 1500,
  113. "height": 2500
  114. },
  115. "_anchorPoint": {
  116. "__type__": "cc.Vec2",
  117. "x": 0.5,
  118. "y": 0.5
  119. },
  120. "_position": {
  121. "__type__": "cc.Vec3",
  122. "x": 0,
  123. "y": 0,
  124. "z": 0
  125. },
  126. "_scale": {
  127. "__type__": "cc.Vec3",
  128. "x": 1,
  129. "y": 1,
  130. "z": 1
  131. },
  132. "_rotationX": 0,
  133. "_rotationY": 0,
  134. "_quat": {
  135. "__type__": "cc.Quat",
  136. "x": 0,
  137. "y": 0,
  138. "z": 0,
  139. "w": 1
  140. },
  141. "_skewX": 0,
  142. "_skewY": 0,
  143. "_zIndex": 0,
  144. "groupIndex": 0,
  145. "_id": ""
  146. },
  147. {
  148. "__type__": "cc.Sprite",
  149. "_name": "",
  150. "_objFlags": 0,
  151. "node": {
  152. "__id__": 2
  153. },
  154. "_enabled": true,
  155. "_srcBlendFactor": 770,
  156. "_dstBlendFactor": 771,
  157. "_spriteFrame": {
  158. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  159. },
  160. "_type": 0,
  161. "_sizeMode": 0,
  162. "_fillType": 0,
  163. "_fillCenter": {
  164. "__type__": "cc.Vec2",
  165. "x": 0,
  166. "y": 0
  167. },
  168. "_fillStart": 0,
  169. "_fillRange": 0,
  170. "_isTrimmedMode": true,
  171. "_state": 0,
  172. "_atlas": null,
  173. "_id": ""
  174. },
  175. {
  176. "__type__": "cc.BlockInputEvents",
  177. "_name": "",
  178. "_objFlags": 0,
  179. "node": {
  180. "__id__": 2
  181. },
  182. "_enabled": true,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.PrefabInfo",
  187. "root": {
  188. "__id__": 1
  189. },
  190. "asset": {
  191. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  192. },
  193. "fileId": "2byrNwIw5HnqdsEV5Yo3F+",
  194. "sync": false
  195. },
  196. {
  197. "__type__": "cc.Node",
  198. "_name": "content",
  199. "_objFlags": 0,
  200. "_parent": {
  201. "__id__": 1
  202. },
  203. "_children": [
  204. {
  205. "__id__": 7
  206. },
  207. {
  208. "__id__": 30
  209. },
  210. {
  211. "__id__": 42
  212. }
  213. ],
  214. "_active": true,
  215. "_level": 2,
  216. "_components": [
  217. {
  218. "__id__": 48
  219. }
  220. ],
  221. "_prefab": {
  222. "__id__": 49
  223. },
  224. "_opacity": 255,
  225. "_color": {
  226. "__type__": "cc.Color",
  227. "r": 255,
  228. "g": 255,
  229. "b": 255,
  230. "a": 255
  231. },
  232. "_contentSize": {
  233. "__type__": "cc.Size",
  234. "width": 700,
  235. "height": 890
  236. },
  237. "_anchorPoint": {
  238. "__type__": "cc.Vec2",
  239. "x": 0.5,
  240. "y": 0.5
  241. },
  242. "_position": {
  243. "__type__": "cc.Vec3",
  244. "x": 0,
  245. "y": 0,
  246. "z": 0
  247. },
  248. "_scale": {
  249. "__type__": "cc.Vec3",
  250. "x": 1,
  251. "y": 1,
  252. "z": 1
  253. },
  254. "_rotationX": 0,
  255. "_rotationY": 0,
  256. "_quat": {
  257. "__type__": "cc.Quat",
  258. "x": 0,
  259. "y": 0,
  260. "z": 0,
  261. "w": 1
  262. },
  263. "_skewX": 0,
  264. "_skewY": 0,
  265. "_zIndex": 0,
  266. "groupIndex": 0,
  267. "_id": ""
  268. },
  269. {
  270. "__type__": "cc.Node",
  271. "_name": "explainNode",
  272. "_objFlags": 0,
  273. "_parent": {
  274. "__id__": 6
  275. },
  276. "_children": [
  277. {
  278. "__id__": 8
  279. },
  280. {
  281. "__id__": 18
  282. }
  283. ],
  284. "_active": true,
  285. "_level": 0,
  286. "_components": [
  287. {
  288. "__id__": 28
  289. }
  290. ],
  291. "_prefab": {
  292. "__id__": 29
  293. },
  294. "_opacity": 255,
  295. "_color": {
  296. "__type__": "cc.Color",
  297. "r": 255,
  298. "g": 255,
  299. "b": 255,
  300. "a": 255
  301. },
  302. "_contentSize": {
  303. "__type__": "cc.Size",
  304. "width": 620,
  305. "height": 330
  306. },
  307. "_anchorPoint": {
  308. "__type__": "cc.Vec2",
  309. "x": 0.5,
  310. "y": 0.5
  311. },
  312. "_position": {
  313. "__type__": "cc.Vec3",
  314. "x": 0,
  315. "y": 230,
  316. "z": 0
  317. },
  318. "_scale": {
  319. "__type__": "cc.Vec3",
  320. "x": 1,
  321. "y": 1,
  322. "z": 1
  323. },
  324. "_rotationX": 0,
  325. "_rotationY": 0,
  326. "_quat": {
  327. "__type__": "cc.Quat",
  328. "x": 0,
  329. "y": 0,
  330. "z": 0,
  331. "w": 1
  332. },
  333. "_skewX": 0,
  334. "_skewY": 0,
  335. "_zIndex": 0,
  336. "groupIndex": 0,
  337. "_id": ""
  338. },
  339. {
  340. "__type__": "cc.Node",
  341. "_name": "friend_help_pic",
  342. "_objFlags": 0,
  343. "_parent": {
  344. "__id__": 7
  345. },
  346. "_children": [
  347. {
  348. "__id__": 9
  349. }
  350. ],
  351. "_active": true,
  352. "_level": 1,
  353. "_components": [
  354. {
  355. "__id__": 15
  356. },
  357. {
  358. "__id__": 16
  359. }
  360. ],
  361. "_prefab": {
  362. "__id__": 17
  363. },
  364. "_opacity": 255,
  365. "_color": {
  366. "__type__": "cc.Color",
  367. "r": 255,
  368. "g": 255,
  369. "b": 255,
  370. "a": 255
  371. },
  372. "_contentSize": {
  373. "__type__": "cc.Size",
  374. "width": 620,
  375. "height": 330
  376. },
  377. "_anchorPoint": {
  378. "__type__": "cc.Vec2",
  379. "x": 0.5,
  380. "y": 0.5
  381. },
  382. "_position": {
  383. "__type__": "cc.Vec3",
  384. "x": 0,
  385. "y": 0,
  386. "z": 0
  387. },
  388. "_scale": {
  389. "__type__": "cc.Vec3",
  390. "x": 1,
  391. "y": 1,
  392. "z": 1
  393. },
  394. "_rotationX": 0,
  395. "_rotationY": 0,
  396. "_quat": {
  397. "__type__": "cc.Quat",
  398. "x": 0,
  399. "y": 0,
  400. "z": 0,
  401. "w": 1
  402. },
  403. "_skewX": 0,
  404. "_skewY": 0,
  405. "_zIndex": 0,
  406. "groupIndex": 0,
  407. "_id": ""
  408. },
  409. {
  410. "__type__": "cc.Node",
  411. "_name": "button",
  412. "_objFlags": 0,
  413. "_parent": {
  414. "__id__": 8
  415. },
  416. "_children": [],
  417. "_active": true,
  418. "_level": 2,
  419. "_components": [
  420. {
  421. "__id__": 10
  422. },
  423. {
  424. "__id__": 11
  425. },
  426. {
  427. "__id__": 13
  428. }
  429. ],
  430. "_prefab": {
  431. "__id__": 14
  432. },
  433. "_opacity": 255,
  434. "_color": {
  435. "__type__": "cc.Color",
  436. "r": 255,
  437. "g": 255,
  438. "b": 255,
  439. "a": 255
  440. },
  441. "_contentSize": {
  442. "__type__": "cc.Size",
  443. "width": 210,
  444. "height": 80
  445. },
  446. "_anchorPoint": {
  447. "__type__": "cc.Vec2",
  448. "x": 0.5,
  449. "y": 0.5
  450. },
  451. "_position": {
  452. "__type__": "cc.Vec3",
  453. "x": 175,
  454. "y": -45,
  455. "z": 0
  456. },
  457. "_scale": {
  458. "__type__": "cc.Vec3",
  459. "x": 1,
  460. "y": 1,
  461. "z": 1
  462. },
  463. "_rotationX": 0,
  464. "_rotationY": 0,
  465. "_quat": {
  466. "__type__": "cc.Quat",
  467. "x": 0,
  468. "y": 0,
  469. "z": 0,
  470. "w": 1
  471. },
  472. "_skewX": 0,
  473. "_skewY": 0,
  474. "_zIndex": 0,
  475. "groupIndex": 0,
  476. "_id": ""
  477. },
  478. {
  479. "__type__": "cc.Sprite",
  480. "_name": "",
  481. "_objFlags": 0,
  482. "node": {
  483. "__id__": 9
  484. },
  485. "_enabled": true,
  486. "_srcBlendFactor": 770,
  487. "_dstBlendFactor": 771,
  488. "_spriteFrame": {
  489. "__uuid__": "34b384e8-f2ba-4aec-b3c4-74723cbebaa6"
  490. },
  491. "_type": 1,
  492. "_sizeMode": 0,
  493. "_fillType": 0,
  494. "_fillCenter": {
  495. "__type__": "cc.Vec2",
  496. "x": 0,
  497. "y": 0
  498. },
  499. "_fillStart": 0,
  500. "_fillRange": 0,
  501. "_isTrimmedMode": true,
  502. "_state": 0,
  503. "_atlas": null,
  504. "_id": ""
  505. },
  506. {
  507. "__type__": "cc.Button",
  508. "_name": "",
  509. "_objFlags": 0,
  510. "node": {
  511. "__id__": 9
  512. },
  513. "_enabled": true,
  514. "transition": 1,
  515. "pressedColor": {
  516. "__type__": "cc.Color",
  517. "r": 120,
  518. "g": 120,
  519. "b": 120,
  520. "a": 255
  521. },
  522. "hoverColor": {
  523. "__type__": "cc.Color",
  524. "r": 255,
  525. "g": 255,
  526. "b": 255,
  527. "a": 255
  528. },
  529. "duration": 0.1,
  530. "zoomScale": 1.2,
  531. "clickEvents": [
  532. {
  533. "__id__": 12
  534. }
  535. ],
  536. "_N$interactable": true,
  537. "_N$enableAutoGrayEffect": false,
  538. "_N$normalColor": {
  539. "__type__": "cc.Color",
  540. "r": 255,
  541. "g": 255,
  542. "b": 255,
  543. "a": 255
  544. },
  545. "_N$disabledColor": {
  546. "__type__": "cc.Color",
  547. "r": 255,
  548. "g": 255,
  549. "b": 255,
  550. "a": 255
  551. },
  552. "_N$normalSprite": {
  553. "__uuid__": "34b384e8-f2ba-4aec-b3c4-74723cbebaa6"
  554. },
  555. "_N$pressedSprite": {
  556. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  557. },
  558. "pressedSprite": {
  559. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  560. },
  561. "_N$hoverSprite": {
  562. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  563. },
  564. "hoverSprite": {
  565. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  566. },
  567. "_N$disabledSprite": {
  568. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  569. },
  570. "_N$target": {
  571. "__id__": 9
  572. },
  573. "_id": ""
  574. },
  575. {
  576. "__type__": "cc.ClickEvent",
  577. "target": {
  578. "__id__": 1
  579. },
  580. "component": "FriendHelpClick",
  581. "handler": "inviteFriend",
  582. "customEventData": ""
  583. },
  584. {
  585. "__type__": "cc.Widget",
  586. "_name": "",
  587. "_objFlags": 0,
  588. "node": {
  589. "__id__": 9
  590. },
  591. "_enabled": true,
  592. "alignMode": 1,
  593. "_target": null,
  594. "_alignFlags": 33,
  595. "_left": 0,
  596. "_right": 30,
  597. "_top": 170,
  598. "_bottom": 0,
  599. "_verticalCenter": 0,
  600. "_horizontalCenter": 0,
  601. "_isAbsLeft": true,
  602. "_isAbsRight": true,
  603. "_isAbsTop": true,
  604. "_isAbsBottom": true,
  605. "_isAbsHorizontalCenter": true,
  606. "_isAbsVerticalCenter": true,
  607. "_originalWidth": 0,
  608. "_originalHeight": 0,
  609. "_id": ""
  610. },
  611. {
  612. "__type__": "cc.PrefabInfo",
  613. "root": {
  614. "__id__": 1
  615. },
  616. "asset": {
  617. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  618. },
  619. "fileId": "4cjt7TBmFLOoXdwcAEAKSf",
  620. "sync": false
  621. },
  622. {
  623. "__type__": "cc.Sprite",
  624. "_name": "",
  625. "_objFlags": 0,
  626. "node": {
  627. "__id__": 8
  628. },
  629. "_enabled": true,
  630. "_srcBlendFactor": 770,
  631. "_dstBlendFactor": 771,
  632. "_spriteFrame": {
  633. "__uuid__": "479b0cbb-dac6-420c-b36d-7c68a10d0e76"
  634. },
  635. "_type": 0,
  636. "_sizeMode": 1,
  637. "_fillType": 0,
  638. "_fillCenter": {
  639. "__type__": "cc.Vec2",
  640. "x": 0,
  641. "y": 0
  642. },
  643. "_fillStart": 0,
  644. "_fillRange": 0,
  645. "_isTrimmedMode": true,
  646. "_state": 0,
  647. "_atlas": null,
  648. "_id": ""
  649. },
  650. {
  651. "__type__": "cc.Widget",
  652. "_name": "",
  653. "_objFlags": 0,
  654. "node": {
  655. "__id__": 8
  656. },
  657. "_enabled": true,
  658. "alignMode": 1,
  659. "_target": null,
  660. "_alignFlags": 1,
  661. "_left": 0,
  662. "_right": 0,
  663. "_top": 0,
  664. "_bottom": 0,
  665. "_verticalCenter": 0,
  666. "_horizontalCenter": 0,
  667. "_isAbsLeft": true,
  668. "_isAbsRight": true,
  669. "_isAbsTop": true,
  670. "_isAbsBottom": true,
  671. "_isAbsHorizontalCenter": true,
  672. "_isAbsVerticalCenter": true,
  673. "_originalWidth": 0,
  674. "_originalHeight": 0,
  675. "_id": ""
  676. },
  677. {
  678. "__type__": "cc.PrefabInfo",
  679. "root": {
  680. "__id__": 1
  681. },
  682. "asset": {
  683. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  684. },
  685. "fileId": "3cKJSUSgtIKKoLgrcpbNys",
  686. "sync": false
  687. },
  688. {
  689. "__type__": "cc.Node",
  690. "_name": "friend_help_bottom",
  691. "_objFlags": 0,
  692. "_parent": {
  693. "__id__": 7
  694. },
  695. "_children": [
  696. {
  697. "__id__": 19
  698. }
  699. ],
  700. "_active": true,
  701. "_level": 1,
  702. "_components": [
  703. {
  704. "__id__": 25
  705. },
  706. {
  707. "__id__": 26
  708. }
  709. ],
  710. "_prefab": {
  711. "__id__": 27
  712. },
  713. "_opacity": 255,
  714. "_color": {
  715. "__type__": "cc.Color",
  716. "r": 255,
  717. "g": 255,
  718. "b": 255,
  719. "a": 255
  720. },
  721. "_contentSize": {
  722. "__type__": "cc.Size",
  723. "width": 620,
  724. "height": 50
  725. },
  726. "_anchorPoint": {
  727. "__type__": "cc.Vec2",
  728. "x": 0.5,
  729. "y": 0.5
  730. },
  731. "_position": {
  732. "__type__": "cc.Vec3",
  733. "x": 0,
  734. "y": -140,
  735. "z": 0
  736. },
  737. "_scale": {
  738. "__type__": "cc.Vec3",
  739. "x": 1,
  740. "y": 1,
  741. "z": 1
  742. },
  743. "_rotationX": 0,
  744. "_rotationY": 0,
  745. "_quat": {
  746. "__type__": "cc.Quat",
  747. "x": 0,
  748. "y": 0,
  749. "z": 0,
  750. "w": 1
  751. },
  752. "_skewX": 0,
  753. "_skewY": 0,
  754. "_zIndex": 0,
  755. "groupIndex": 0,
  756. "_id": ""
  757. },
  758. {
  759. "__type__": "cc.Node",
  760. "_name": "richtext",
  761. "_objFlags": 0,
  762. "_parent": {
  763. "__id__": 18
  764. },
  765. "_children": [
  766. {
  767. "__id__": 20
  768. }
  769. ],
  770. "_active": true,
  771. "_level": 2,
  772. "_components": [
  773. {
  774. "__id__": 23
  775. }
  776. ],
  777. "_prefab": {
  778. "__id__": 24
  779. },
  780. "_opacity": 255,
  781. "_color": {
  782. "__type__": "cc.Color",
  783. "r": 255,
  784. "g": 255,
  785. "b": 255,
  786. "a": 255
  787. },
  788. "_contentSize": {
  789. "__type__": "cc.Size",
  790. "width": 576,
  791. "height": 30
  792. },
  793. "_anchorPoint": {
  794. "__type__": "cc.Vec2",
  795. "x": 0.5,
  796. "y": 0.5
  797. },
  798. "_position": {
  799. "__type__": "cc.Vec3",
  800. "x": 0,
  801. "y": 0,
  802. "z": 0
  803. },
  804. "_scale": {
  805. "__type__": "cc.Vec3",
  806. "x": 1,
  807. "y": 1,
  808. "z": 1
  809. },
  810. "_rotationX": 0,
  811. "_rotationY": 0,
  812. "_quat": {
  813. "__type__": "cc.Quat",
  814. "x": 0,
  815. "y": 0,
  816. "z": 0,
  817. "w": 1
  818. },
  819. "_skewX": 0,
  820. "_skewY": 0,
  821. "_zIndex": 0,
  822. "groupIndex": 0,
  823. "_id": ""
  824. },
  825. {
  826. "__type__": "cc.PrivateNode",
  827. "_name": "RICHTEXT_CHILD",
  828. "_objFlags": 0,
  829. "_parent": {
  830. "__id__": 19
  831. },
  832. "_children": [],
  833. "_active": true,
  834. "_level": 3,
  835. "_components": [
  836. {
  837. "__id__": 21
  838. }
  839. ],
  840. "_prefab": {
  841. "__id__": 22
  842. },
  843. "_opacity": 255,
  844. "_color": {
  845. "__type__": "cc.Color",
  846. "r": 255,
  847. "g": 255,
  848. "b": 255,
  849. "a": 255
  850. },
  851. "_contentSize": {
  852. "__type__": "cc.Size",
  853. "width": 576,
  854. "height": 30
  855. },
  856. "_anchorPoint": {
  857. "__type__": "cc.Vec2",
  858. "x": 0,
  859. "y": 0
  860. },
  861. "_position": {
  862. "__type__": "cc.Vec3",
  863. "x": -288,
  864. "y": -15,
  865. "z": 0
  866. },
  867. "_scale": {
  868. "__type__": "cc.Vec3",
  869. "x": 1,
  870. "y": 1,
  871. "z": 1
  872. },
  873. "_rotationX": 0,
  874. "_rotationY": 0,
  875. "_quat": {
  876. "__type__": "cc.Quat",
  877. "x": 0,
  878. "y": 0,
  879. "z": 0,
  880. "w": 1
  881. },
  882. "_skewX": 0,
  883. "_skewY": 0,
  884. "_zIndex": -32768,
  885. "groupIndex": 0,
  886. "_id": ""
  887. },
  888. {
  889. "__type__": "cc.Label",
  890. "_name": "",
  891. "_objFlags": 0,
  892. "node": {
  893. "__id__": 20
  894. },
  895. "_enabled": true,
  896. "_srcBlendFactor": 1,
  897. "_dstBlendFactor": 771,
  898. "_useOriginalSize": true,
  899. "_string": "每日成功邀请好友点击分享卡片,即可领取自动点击!",
  900. "_N$string": "每日成功邀请好友点击分享卡片,即可领取自动点击!",
  901. "_fontSize": 24,
  902. "_lineHeight": 30,
  903. "_enableWrapText": true,
  904. "_N$file": null,
  905. "_isSystemFontUsed": true,
  906. "_spacingX": 0,
  907. "_N$horizontalAlign": 0,
  908. "_N$verticalAlign": 1,
  909. "_N$fontFamily": "Arial",
  910. "_N$overflow": 0,
  911. "_id": ""
  912. },
  913. {
  914. "__type__": "cc.PrefabInfo",
  915. "root": {
  916. "__id__": 1
  917. },
  918. "asset": {
  919. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  920. },
  921. "fileId": "bfI1au/JxK1JmwfkbBvWhw",
  922. "sync": false
  923. },
  924. {
  925. "__type__": "cc.RichText",
  926. "_name": "",
  927. "_objFlags": 0,
  928. "node": {
  929. "__id__": 19
  930. },
  931. "_enabled": true,
  932. "_N$string": "<b>每日成功邀请好友点击分享卡片,即可领取自动点击!</b>",
  933. "_N$horizontalAlign": 0,
  934. "_N$fontSize": 24,
  935. "_N$font": null,
  936. "_N$maxWidth": 0,
  937. "_N$lineHeight": 30,
  938. "_N$imageAtlas": null,
  939. "_N$handleTouchEvent": true,
  940. "_id": ""
  941. },
  942. {
  943. "__type__": "cc.PrefabInfo",
  944. "root": {
  945. "__id__": 1
  946. },
  947. "asset": {
  948. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  949. },
  950. "fileId": "e5QtDgwzFBMK15MXirLck2",
  951. "sync": false
  952. },
  953. {
  954. "__type__": "cc.Sprite",
  955. "_name": "",
  956. "_objFlags": 0,
  957. "node": {
  958. "__id__": 18
  959. },
  960. "_enabled": true,
  961. "_srcBlendFactor": 770,
  962. "_dstBlendFactor": 771,
  963. "_spriteFrame": {
  964. "__uuid__": "c24df2ee-252d-4e2e-a8e4-ff31e401b999"
  965. },
  966. "_type": 0,
  967. "_sizeMode": 1,
  968. "_fillType": 0,
  969. "_fillCenter": {
  970. "__type__": "cc.Vec2",
  971. "x": 0,
  972. "y": 0
  973. },
  974. "_fillStart": 0,
  975. "_fillRange": 0,
  976. "_isTrimmedMode": true,
  977. "_state": 0,
  978. "_atlas": null,
  979. "_id": ""
  980. },
  981. {
  982. "__type__": "cc.Widget",
  983. "_name": "",
  984. "_objFlags": 0,
  985. "node": {
  986. "__id__": 18
  987. },
  988. "_enabled": true,
  989. "alignMode": 1,
  990. "_target": null,
  991. "_alignFlags": 4,
  992. "_left": 0,
  993. "_right": 0,
  994. "_top": 0,
  995. "_bottom": 0,
  996. "_verticalCenter": 0,
  997. "_horizontalCenter": 0,
  998. "_isAbsLeft": true,
  999. "_isAbsRight": true,
  1000. "_isAbsTop": true,
  1001. "_isAbsBottom": true,
  1002. "_isAbsHorizontalCenter": true,
  1003. "_isAbsVerticalCenter": true,
  1004. "_originalWidth": 0,
  1005. "_originalHeight": 0,
  1006. "_id": ""
  1007. },
  1008. {
  1009. "__type__": "cc.PrefabInfo",
  1010. "root": {
  1011. "__id__": 1
  1012. },
  1013. "asset": {
  1014. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1015. },
  1016. "fileId": "76/Zu2WC9C9JiGXKzDCgKB",
  1017. "sync": false
  1018. },
  1019. {
  1020. "__type__": "cc.Widget",
  1021. "_name": "",
  1022. "_objFlags": 0,
  1023. "node": {
  1024. "__id__": 7
  1025. },
  1026. "_enabled": true,
  1027. "alignMode": 1,
  1028. "_target": null,
  1029. "_alignFlags": 1,
  1030. "_left": 0,
  1031. "_right": 0,
  1032. "_top": 50,
  1033. "_bottom": 0,
  1034. "_verticalCenter": 0,
  1035. "_horizontalCenter": 0,
  1036. "_isAbsLeft": true,
  1037. "_isAbsRight": true,
  1038. "_isAbsTop": true,
  1039. "_isAbsBottom": true,
  1040. "_isAbsHorizontalCenter": true,
  1041. "_isAbsVerticalCenter": true,
  1042. "_originalWidth": 0,
  1043. "_originalHeight": 0,
  1044. "_id": ""
  1045. },
  1046. {
  1047. "__type__": "cc.PrefabInfo",
  1048. "root": {
  1049. "__id__": 1
  1050. },
  1051. "asset": {
  1052. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1053. },
  1054. "fileId": "90c1OlSR5HmpbSHsdxHVHZ",
  1055. "sync": false
  1056. },
  1057. {
  1058. "__type__": "cc.Node",
  1059. "_name": "listNode",
  1060. "_objFlags": 0,
  1061. "_parent": {
  1062. "__id__": 6
  1063. },
  1064. "_children": [
  1065. {
  1066. "__id__": 31
  1067. }
  1068. ],
  1069. "_active": true,
  1070. "_level": 3,
  1071. "_components": [
  1072. {
  1073. "__id__": 40
  1074. }
  1075. ],
  1076. "_prefab": {
  1077. "__id__": 41
  1078. },
  1079. "_opacity": 255,
  1080. "_color": {
  1081. "__type__": "cc.Color",
  1082. "r": 255,
  1083. "g": 255,
  1084. "b": 255,
  1085. "a": 255
  1086. },
  1087. "_contentSize": {
  1088. "__type__": "cc.Size",
  1089. "width": 620,
  1090. "height": 465
  1091. },
  1092. "_anchorPoint": {
  1093. "__type__": "cc.Vec2",
  1094. "x": 0.5,
  1095. "y": 0.5
  1096. },
  1097. "_position": {
  1098. "__type__": "cc.Vec3",
  1099. "x": 0,
  1100. "y": -182.5,
  1101. "z": 0
  1102. },
  1103. "_scale": {
  1104. "__type__": "cc.Vec3",
  1105. "x": 1,
  1106. "y": 1,
  1107. "z": 1
  1108. },
  1109. "_rotationX": 0,
  1110. "_rotationY": 0,
  1111. "_quat": {
  1112. "__type__": "cc.Quat",
  1113. "x": 0,
  1114. "y": 0,
  1115. "z": 0,
  1116. "w": 1
  1117. },
  1118. "_skewX": 0,
  1119. "_skewY": 0,
  1120. "_zIndex": 0,
  1121. "groupIndex": 0,
  1122. "_id": ""
  1123. },
  1124. {
  1125. "__type__": "cc.Node",
  1126. "_name": "scrollview",
  1127. "_objFlags": 0,
  1128. "_parent": {
  1129. "__id__": 30
  1130. },
  1131. "_children": [
  1132. {
  1133. "__id__": 32
  1134. }
  1135. ],
  1136. "_active": true,
  1137. "_level": 4,
  1138. "_components": [
  1139. {
  1140. "__id__": 36
  1141. },
  1142. {
  1143. "__id__": 37
  1144. },
  1145. {
  1146. "__id__": 38
  1147. }
  1148. ],
  1149. "_prefab": {
  1150. "__id__": 39
  1151. },
  1152. "_opacity": 255,
  1153. "_color": {
  1154. "__type__": "cc.Color",
  1155. "r": 184,
  1156. "g": 184,
  1157. "b": 184,
  1158. "a": 255
  1159. },
  1160. "_contentSize": {
  1161. "__type__": "cc.Size",
  1162. "width": 620,
  1163. "height": 465
  1164. },
  1165. "_anchorPoint": {
  1166. "__type__": "cc.Vec2",
  1167. "x": 0.5,
  1168. "y": 0.5
  1169. },
  1170. "_position": {
  1171. "__type__": "cc.Vec3",
  1172. "x": 0,
  1173. "y": 0,
  1174. "z": 0
  1175. },
  1176. "_scale": {
  1177. "__type__": "cc.Vec3",
  1178. "x": 1,
  1179. "y": 1,
  1180. "z": 1
  1181. },
  1182. "_rotationX": 0,
  1183. "_rotationY": 0,
  1184. "_quat": {
  1185. "__type__": "cc.Quat",
  1186. "x": 0,
  1187. "y": 0,
  1188. "z": 0,
  1189. "w": 1
  1190. },
  1191. "_skewX": 0,
  1192. "_skewY": 0,
  1193. "_zIndex": 0,
  1194. "groupIndex": 0,
  1195. "_id": ""
  1196. },
  1197. {
  1198. "__type__": "cc.Node",
  1199. "_name": "content",
  1200. "_objFlags": 0,
  1201. "_parent": {
  1202. "__id__": 31
  1203. },
  1204. "_children": [],
  1205. "_active": true,
  1206. "_level": 0,
  1207. "_components": [
  1208. {
  1209. "__id__": 33
  1210. },
  1211. {
  1212. "__id__": 34
  1213. }
  1214. ],
  1215. "_prefab": {
  1216. "__id__": 35
  1217. },
  1218. "_opacity": 255,
  1219. "_color": {
  1220. "__type__": "cc.Color",
  1221. "r": 255,
  1222. "g": 255,
  1223. "b": 255,
  1224. "a": 255
  1225. },
  1226. "_contentSize": {
  1227. "__type__": "cc.Size",
  1228. "width": 620,
  1229. "height": 465
  1230. },
  1231. "_anchorPoint": {
  1232. "__type__": "cc.Vec2",
  1233. "x": 0.5,
  1234. "y": 1
  1235. },
  1236. "_position": {
  1237. "__type__": "cc.Vec3",
  1238. "x": 0,
  1239. "y": 232.5,
  1240. "z": 0
  1241. },
  1242. "_scale": {
  1243. "__type__": "cc.Vec3",
  1244. "x": 1,
  1245. "y": 1,
  1246. "z": 1
  1247. },
  1248. "_rotationX": 0,
  1249. "_rotationY": 0,
  1250. "_quat": {
  1251. "__type__": "cc.Quat",
  1252. "x": 0,
  1253. "y": 0,
  1254. "z": 0,
  1255. "w": 1
  1256. },
  1257. "_skewX": 0,
  1258. "_skewY": 0,
  1259. "_zIndex": 0,
  1260. "groupIndex": 0,
  1261. "_id": ""
  1262. },
  1263. {
  1264. "__type__": "cc.Widget",
  1265. "_name": "",
  1266. "_objFlags": 0,
  1267. "node": {
  1268. "__id__": 32
  1269. },
  1270. "_enabled": true,
  1271. "alignMode": 1,
  1272. "_target": null,
  1273. "_alignFlags": 45,
  1274. "_left": 0,
  1275. "_right": 0,
  1276. "_top": 0,
  1277. "_bottom": 0,
  1278. "_verticalCenter": 0,
  1279. "_horizontalCenter": 0,
  1280. "_isAbsLeft": true,
  1281. "_isAbsRight": true,
  1282. "_isAbsTop": true,
  1283. "_isAbsBottom": true,
  1284. "_isAbsHorizontalCenter": true,
  1285. "_isAbsVerticalCenter": true,
  1286. "_originalWidth": 220,
  1287. "_originalHeight": 400,
  1288. "_id": ""
  1289. },
  1290. {
  1291. "__type__": "cc.Layout",
  1292. "_name": "",
  1293. "_objFlags": 0,
  1294. "node": {
  1295. "__id__": 32
  1296. },
  1297. "_enabled": true,
  1298. "_layoutSize": {
  1299. "__type__": "cc.Size",
  1300. "width": 620,
  1301. "height": 465
  1302. },
  1303. "_resize": 1,
  1304. "_N$layoutType": 2,
  1305. "_N$padding": 0,
  1306. "_N$cellSize": {
  1307. "__type__": "cc.Size",
  1308. "width": 40,
  1309. "height": 40
  1310. },
  1311. "_N$startAxis": 0,
  1312. "_N$paddingLeft": 0,
  1313. "_N$paddingRight": 0,
  1314. "_N$paddingTop": 0,
  1315. "_N$paddingBottom": 0,
  1316. "_N$spacingX": 0,
  1317. "_N$spacingY": 0,
  1318. "_N$verticalDirection": 1,
  1319. "_N$horizontalDirection": 0,
  1320. "_id": ""
  1321. },
  1322. {
  1323. "__type__": "cc.PrefabInfo",
  1324. "root": {
  1325. "__id__": 1
  1326. },
  1327. "asset": {
  1328. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1329. },
  1330. "fileId": "07OxlyfhJJb6HRxMnnTNWz",
  1331. "sync": false
  1332. },
  1333. {
  1334. "__type__": "cc.ScrollView",
  1335. "_name": "",
  1336. "_objFlags": 0,
  1337. "node": {
  1338. "__id__": 31
  1339. },
  1340. "_enabled": true,
  1341. "horizontal": false,
  1342. "vertical": true,
  1343. "inertia": true,
  1344. "brake": 0.75,
  1345. "elastic": true,
  1346. "bounceDuration": 0.23,
  1347. "scrollEvents": [],
  1348. "cancelInnerEvents": true,
  1349. "_N$content": {
  1350. "__id__": 32
  1351. },
  1352. "content": {
  1353. "__id__": 32
  1354. },
  1355. "_N$horizontalScrollBar": null,
  1356. "_N$verticalScrollBar": null,
  1357. "_id": ""
  1358. },
  1359. {
  1360. "__type__": "cc.Widget",
  1361. "_name": "",
  1362. "_objFlags": 0,
  1363. "node": {
  1364. "__id__": 31
  1365. },
  1366. "_enabled": true,
  1367. "alignMode": 1,
  1368. "_target": null,
  1369. "_alignFlags": 45,
  1370. "_left": 0,
  1371. "_right": 0,
  1372. "_top": 0,
  1373. "_bottom": 0,
  1374. "_verticalCenter": 0,
  1375. "_horizontalCenter": 0,
  1376. "_isAbsLeft": true,
  1377. "_isAbsRight": true,
  1378. "_isAbsTop": true,
  1379. "_isAbsBottom": true,
  1380. "_isAbsHorizontalCenter": true,
  1381. "_isAbsVerticalCenter": true,
  1382. "_originalWidth": 240,
  1383. "_originalHeight": 250,
  1384. "_id": ""
  1385. },
  1386. {
  1387. "__type__": "cc.Mask",
  1388. "_name": "",
  1389. "_objFlags": 0,
  1390. "node": {
  1391. "__id__": 31
  1392. },
  1393. "_enabled": true,
  1394. "_srcBlendFactor": 770,
  1395. "_dstBlendFactor": 771,
  1396. "_spriteFrame": null,
  1397. "_type": 0,
  1398. "_segments": 64,
  1399. "_N$alphaThreshold": 1,
  1400. "_N$inverted": false,
  1401. "_id": ""
  1402. },
  1403. {
  1404. "__type__": "cc.PrefabInfo",
  1405. "root": {
  1406. "__id__": 1
  1407. },
  1408. "asset": {
  1409. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1410. },
  1411. "fileId": "42AKKCJP9PFZByIbn3CO4e",
  1412. "sync": false
  1413. },
  1414. {
  1415. "__type__": "cc.Widget",
  1416. "_name": "",
  1417. "_objFlags": 0,
  1418. "node": {
  1419. "__id__": 30
  1420. },
  1421. "_enabled": true,
  1422. "alignMode": 1,
  1423. "_target": null,
  1424. "_alignFlags": 45,
  1425. "_left": 40,
  1426. "_right": 40,
  1427. "_top": 395,
  1428. "_bottom": 30,
  1429. "_verticalCenter": 0,
  1430. "_horizontalCenter": 0,
  1431. "_isAbsLeft": true,
  1432. "_isAbsRight": true,
  1433. "_isAbsTop": true,
  1434. "_isAbsBottom": true,
  1435. "_isAbsHorizontalCenter": true,
  1436. "_isAbsVerticalCenter": true,
  1437. "_originalWidth": 0,
  1438. "_originalHeight": 510,
  1439. "_id": ""
  1440. },
  1441. {
  1442. "__type__": "cc.PrefabInfo",
  1443. "root": {
  1444. "__id__": 1
  1445. },
  1446. "asset": {
  1447. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1448. },
  1449. "fileId": "1dmAq5PaZMoYufh8/VJYw9",
  1450. "sync": false
  1451. },
  1452. {
  1453. "__type__": "cc.Node",
  1454. "_name": "close_btn",
  1455. "_objFlags": 0,
  1456. "_parent": {
  1457. "__id__": 6
  1458. },
  1459. "_children": [],
  1460. "_active": true,
  1461. "_level": 1,
  1462. "_components": [
  1463. {
  1464. "__id__": 43
  1465. },
  1466. {
  1467. "__id__": 45
  1468. },
  1469. {
  1470. "__id__": 46
  1471. }
  1472. ],
  1473. "_prefab": {
  1474. "__id__": 47
  1475. },
  1476. "_opacity": 255,
  1477. "_color": {
  1478. "__type__": "cc.Color",
  1479. "r": 255,
  1480. "g": 255,
  1481. "b": 255,
  1482. "a": 255
  1483. },
  1484. "_contentSize": {
  1485. "__type__": "cc.Size",
  1486. "width": 70,
  1487. "height": 72
  1488. },
  1489. "_anchorPoint": {
  1490. "__type__": "cc.Vec2",
  1491. "x": 0.5,
  1492. "y": 0.5
  1493. },
  1494. "_position": {
  1495. "__type__": "cc.Vec3",
  1496. "x": 330,
  1497. "y": 419,
  1498. "z": 0
  1499. },
  1500. "_scale": {
  1501. "__type__": "cc.Vec3",
  1502. "x": 1,
  1503. "y": 1,
  1504. "z": 1
  1505. },
  1506. "_rotationX": 0,
  1507. "_rotationY": 0,
  1508. "_quat": {
  1509. "__type__": "cc.Quat",
  1510. "x": 0,
  1511. "y": 0,
  1512. "z": 0,
  1513. "w": 1
  1514. },
  1515. "_skewX": 0,
  1516. "_skewY": 0,
  1517. "_zIndex": 0,
  1518. "groupIndex": 0,
  1519. "_id": ""
  1520. },
  1521. {
  1522. "__type__": "cc.Button",
  1523. "_name": "",
  1524. "_objFlags": 0,
  1525. "node": {
  1526. "__id__": 42
  1527. },
  1528. "_enabled": true,
  1529. "transition": 1,
  1530. "pressedColor": {
  1531. "__type__": "cc.Color",
  1532. "r": 120,
  1533. "g": 120,
  1534. "b": 120,
  1535. "a": 255
  1536. },
  1537. "hoverColor": {
  1538. "__type__": "cc.Color",
  1539. "r": 255,
  1540. "g": 255,
  1541. "b": 255,
  1542. "a": 255
  1543. },
  1544. "duration": 0.1,
  1545. "zoomScale": 1.2,
  1546. "clickEvents": [
  1547. {
  1548. "__id__": 44
  1549. }
  1550. ],
  1551. "_N$interactable": true,
  1552. "_N$enableAutoGrayEffect": false,
  1553. "_N$normalColor": {
  1554. "__type__": "cc.Color",
  1555. "r": 255,
  1556. "g": 255,
  1557. "b": 255,
  1558. "a": 255
  1559. },
  1560. "_N$disabledColor": {
  1561. "__type__": "cc.Color",
  1562. "r": 255,
  1563. "g": 255,
  1564. "b": 255,
  1565. "a": 255
  1566. },
  1567. "_N$normalSprite": null,
  1568. "_N$pressedSprite": null,
  1569. "pressedSprite": null,
  1570. "_N$hoverSprite": null,
  1571. "hoverSprite": null,
  1572. "_N$disabledSprite": null,
  1573. "_N$target": {
  1574. "__id__": 42
  1575. },
  1576. "_id": ""
  1577. },
  1578. {
  1579. "__type__": "cc.ClickEvent",
  1580. "target": {
  1581. "__id__": 1
  1582. },
  1583. "component": "FriendHelpClick",
  1584. "handler": "closeNode",
  1585. "customEventData": ""
  1586. },
  1587. {
  1588. "__type__": "cc.Sprite",
  1589. "_name": "",
  1590. "_objFlags": 0,
  1591. "node": {
  1592. "__id__": 42
  1593. },
  1594. "_enabled": true,
  1595. "_srcBlendFactor": 770,
  1596. "_dstBlendFactor": 771,
  1597. "_spriteFrame": {
  1598. "__uuid__": "5e4122b9-5634-44c1-af70-c2aae5fab4eb"
  1599. },
  1600. "_type": 0,
  1601. "_sizeMode": 1,
  1602. "_fillType": 0,
  1603. "_fillCenter": {
  1604. "__type__": "cc.Vec2",
  1605. "x": 0,
  1606. "y": 0
  1607. },
  1608. "_fillStart": 0,
  1609. "_fillRange": 0,
  1610. "_isTrimmedMode": true,
  1611. "_state": 0,
  1612. "_atlas": null,
  1613. "_id": ""
  1614. },
  1615. {
  1616. "__type__": "cc.Widget",
  1617. "_name": "",
  1618. "_objFlags": 0,
  1619. "node": {
  1620. "__id__": 42
  1621. },
  1622. "_enabled": true,
  1623. "alignMode": 1,
  1624. "_target": null,
  1625. "_alignFlags": 33,
  1626. "_left": 0,
  1627. "_right": -15,
  1628. "_top": -10,
  1629. "_bottom": 0,
  1630. "_verticalCenter": 0,
  1631. "_horizontalCenter": 0,
  1632. "_isAbsLeft": true,
  1633. "_isAbsRight": true,
  1634. "_isAbsTop": true,
  1635. "_isAbsBottom": true,
  1636. "_isAbsHorizontalCenter": true,
  1637. "_isAbsVerticalCenter": true,
  1638. "_originalWidth": 0,
  1639. "_originalHeight": 0,
  1640. "_id": ""
  1641. },
  1642. {
  1643. "__type__": "cc.PrefabInfo",
  1644. "root": {
  1645. "__id__": 1
  1646. },
  1647. "asset": {
  1648. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1649. },
  1650. "fileId": "52Pfnnu8FBSaBI8beU84O0",
  1651. "sync": false
  1652. },
  1653. {
  1654. "__type__": "cc.Sprite",
  1655. "_name": "",
  1656. "_objFlags": 0,
  1657. "node": {
  1658. "__id__": 6
  1659. },
  1660. "_enabled": true,
  1661. "_srcBlendFactor": 770,
  1662. "_dstBlendFactor": 771,
  1663. "_spriteFrame": {
  1664. "__uuid__": "47ce8a87-06e6-4fa9-b7f8-bf15f9c21c54"
  1665. },
  1666. "_type": 1,
  1667. "_sizeMode": 0,
  1668. "_fillType": 0,
  1669. "_fillCenter": {
  1670. "__type__": "cc.Vec2",
  1671. "x": 0,
  1672. "y": 0
  1673. },
  1674. "_fillStart": 0,
  1675. "_fillRange": 0,
  1676. "_isTrimmedMode": true,
  1677. "_state": 0,
  1678. "_atlas": null,
  1679. "_id": ""
  1680. },
  1681. {
  1682. "__type__": "cc.PrefabInfo",
  1683. "root": {
  1684. "__id__": 1
  1685. },
  1686. "asset": {
  1687. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1688. },
  1689. "fileId": "11jwpt/RVKJZuQ1fOqBEgx",
  1690. "sync": false
  1691. },
  1692. {
  1693. "__type__": "e9dd7MPiOZJyZ2N7k1qyaKJ",
  1694. "_name": "",
  1695. "_objFlags": 0,
  1696. "node": {
  1697. "__id__": 1
  1698. },
  1699. "_enabled": true,
  1700. "itemPrefab": {
  1701. "__uuid__": "5c862e72-cfeb-427a-b61f-38b01c98a927"
  1702. },
  1703. "listScrollViewNode": {
  1704. "__id__": 36
  1705. },
  1706. "shareButtonNode": {
  1707. "__id__": 9
  1708. },
  1709. "_id": ""
  1710. },
  1711. {
  1712. "__type__": "cc.PrefabInfo",
  1713. "root": {
  1714. "__id__": 1
  1715. },
  1716. "asset": {
  1717. "__uuid__": "a3eb7e7d-a520-4e16-af1a-c3689e91153f"
  1718. },
  1719. "fileId": "46VJ+aMkdGxqNwm2HIr1Wy",
  1720. "sync": false
  1721. }
  1722. ]