SingleNativeAd.prefab 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449
  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": "SingleNativeAd",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. }
  22. ],
  23. "_active": true,
  24. "_level": 1,
  25. "_components": [
  26. {
  27. "__id__": 41
  28. }
  29. ],
  30. "_prefab": {
  31. "__id__": 42
  32. },
  33. "_opacity": 255,
  34. "_color": {
  35. "__type__": "cc.Color",
  36. "r": 255,
  37. "g": 255,
  38. "b": 255,
  39. "a": 255
  40. },
  41. "_contentSize": {
  42. "__type__": "cc.Size",
  43. "width": 1080,
  44. "height": 311
  45. },
  46. "_anchorPoint": {
  47. "__type__": "cc.Vec2",
  48. "x": 0.5,
  49. "y": 0.5
  50. },
  51. "_quat": {
  52. "__type__": "cc.Quat",
  53. "x": 0,
  54. "y": 0,
  55. "z": 0,
  56. "w": 1
  57. },
  58. "_skewX": 0,
  59. "_skewY": 0,
  60. "groupIndex": 0,
  61. "_id": "",
  62. "_trs": {
  63. "__type__": "TypedArray",
  64. "ctor": "Float64Array",
  65. "array": [
  66. 0,
  67. 0,
  68. 0,
  69. 0,
  70. 0,
  71. 0,
  72. 1,
  73. 1,
  74. 1,
  75. 1
  76. ]
  77. }
  78. },
  79. {
  80. "__type__": "cc.Node",
  81. "_name": "nativeAdNode",
  82. "_objFlags": 0,
  83. "_parent": {
  84. "__id__": 1
  85. },
  86. "_children": [
  87. {
  88. "__id__": 3
  89. },
  90. {
  91. "__id__": 7
  92. },
  93. {
  94. "__id__": 23
  95. },
  96. {
  97. "__id__": 27
  98. },
  99. {
  100. "__id__": 31
  101. }
  102. ],
  103. "_active": true,
  104. "_level": 0,
  105. "_components": [
  106. {
  107. "__id__": 37
  108. },
  109. {
  110. "__id__": 38
  111. }
  112. ],
  113. "_prefab": {
  114. "__id__": 40
  115. },
  116. "_opacity": 255,
  117. "_color": {
  118. "__type__": "cc.Color",
  119. "r": 255,
  120. "g": 255,
  121. "b": 255,
  122. "a": 255
  123. },
  124. "_contentSize": {
  125. "__type__": "cc.Size",
  126. "width": 1080,
  127. "height": 311
  128. },
  129. "_anchorPoint": {
  130. "__type__": "cc.Vec2",
  131. "x": 0.5,
  132. "y": 0.5
  133. },
  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. "groupIndex": 0,
  144. "_id": "",
  145. "_trs": {
  146. "__type__": "TypedArray",
  147. "ctor": "Float64Array",
  148. "array": [
  149. 0,
  150. 0,
  151. 0,
  152. 0,
  153. 0,
  154. 0,
  155. 1,
  156. 1,
  157. 1,
  158. 1
  159. ]
  160. }
  161. },
  162. {
  163. "__type__": "cc.Node",
  164. "_name": "Mask",
  165. "_objFlags": 0,
  166. "_parent": {
  167. "__id__": 2
  168. },
  169. "_children": [],
  170. "_active": true,
  171. "_level": 1,
  172. "_components": [
  173. {
  174. "__id__": 4
  175. },
  176. {
  177. "__id__": 5
  178. }
  179. ],
  180. "_prefab": {
  181. "__id__": 6
  182. },
  183. "_opacity": 120,
  184. "_color": {
  185. "__type__": "cc.Color",
  186. "r": 0,
  187. "g": 0,
  188. "b": 0,
  189. "a": 255
  190. },
  191. "_contentSize": {
  192. "__type__": "cc.Size",
  193. "width": 1080,
  194. "height": 311
  195. },
  196. "_anchorPoint": {
  197. "__type__": "cc.Vec2",
  198. "x": 0.5,
  199. "y": 0.5
  200. },
  201. "_quat": {
  202. "__type__": "cc.Quat",
  203. "x": 0,
  204. "y": 0,
  205. "z": 0,
  206. "w": 1
  207. },
  208. "_skewX": 0,
  209. "_skewY": 0,
  210. "groupIndex": 0,
  211. "_id": "",
  212. "_trs": {
  213. "__type__": "TypedArray",
  214. "ctor": "Float64Array",
  215. "array": [
  216. 0,
  217. 0,
  218. 0,
  219. 0,
  220. 0,
  221. 0,
  222. 1,
  223. 1,
  224. 1,
  225. 1
  226. ]
  227. }
  228. },
  229. {
  230. "__type__": "cc.Widget",
  231. "_name": "",
  232. "_objFlags": 0,
  233. "node": {
  234. "__id__": 3
  235. },
  236. "_enabled": true,
  237. "alignMode": 1,
  238. "_target": null,
  239. "_alignFlags": 45,
  240. "_left": 0,
  241. "_right": 0,
  242. "_top": 0,
  243. "_bottom": 0,
  244. "_verticalCenter": 0,
  245. "_horizontalCenter": 0,
  246. "_isAbsLeft": true,
  247. "_isAbsRight": true,
  248. "_isAbsTop": true,
  249. "_isAbsBottom": true,
  250. "_isAbsHorizontalCenter": true,
  251. "_isAbsVerticalCenter": true,
  252. "_originalWidth": 1080,
  253. "_originalHeight": 311,
  254. "_id": ""
  255. },
  256. {
  257. "__type__": "cc.BlockInputEvents",
  258. "_name": "",
  259. "_objFlags": 0,
  260. "node": {
  261. "__id__": 3
  262. },
  263. "_enabled": true,
  264. "_id": ""
  265. },
  266. {
  267. "__type__": "cc.PrefabInfo",
  268. "root": {
  269. "__id__": 1
  270. },
  271. "asset": {
  272. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  273. },
  274. "fileId": "3a7oB1mLlFSJgdbo1EUAtb",
  275. "sync": false
  276. },
  277. {
  278. "__type__": "cc.Node",
  279. "_name": "NoImageView",
  280. "_objFlags": 0,
  281. "_parent": {
  282. "__id__": 2
  283. },
  284. "_children": [
  285. {
  286. "__id__": 8
  287. },
  288. {
  289. "__id__": 12
  290. },
  291. {
  292. "__id__": 15
  293. },
  294. {
  295. "__id__": 18
  296. }
  297. ],
  298. "_active": false,
  299. "_level": 1,
  300. "_components": [
  301. {
  302. "__id__": 21
  303. }
  304. ],
  305. "_prefab": {
  306. "__id__": 22
  307. },
  308. "_opacity": 255,
  309. "_color": {
  310. "__type__": "cc.Color",
  311. "r": 255,
  312. "g": 255,
  313. "b": 255,
  314. "a": 255
  315. },
  316. "_contentSize": {
  317. "__type__": "cc.Size",
  318. "width": 1080,
  319. "height": 311
  320. },
  321. "_anchorPoint": {
  322. "__type__": "cc.Vec2",
  323. "x": 0.5,
  324. "y": 0.5
  325. },
  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. "groupIndex": 0,
  336. "_id": "",
  337. "_trs": {
  338. "__type__": "TypedArray",
  339. "ctor": "Float64Array",
  340. "array": [
  341. 0,
  342. 0,
  343. 0,
  344. 0,
  345. 0,
  346. 0,
  347. 1,
  348. 1,
  349. 1,
  350. 1
  351. ]
  352. }
  353. },
  354. {
  355. "__type__": "cc.Node",
  356. "_name": "Mask",
  357. "_objFlags": 0,
  358. "_parent": {
  359. "__id__": 7
  360. },
  361. "_children": [],
  362. "_active": true,
  363. "_level": 2,
  364. "_components": [
  365. {
  366. "__id__": 9
  367. },
  368. {
  369. "__id__": 10
  370. }
  371. ],
  372. "_prefab": {
  373. "__id__": 11
  374. },
  375. "_opacity": 120,
  376. "_color": {
  377. "__type__": "cc.Color",
  378. "r": 0,
  379. "g": 0,
  380. "b": 0,
  381. "a": 255
  382. },
  383. "_contentSize": {
  384. "__type__": "cc.Size",
  385. "width": 1080,
  386. "height": 311
  387. },
  388. "_anchorPoint": {
  389. "__type__": "cc.Vec2",
  390. "x": 0.5,
  391. "y": 0.5
  392. },
  393. "_quat": {
  394. "__type__": "cc.Quat",
  395. "x": 0,
  396. "y": 0,
  397. "z": 0,
  398. "w": 1
  399. },
  400. "_skewX": 0,
  401. "_skewY": 0,
  402. "groupIndex": 0,
  403. "_id": "",
  404. "_trs": {
  405. "__type__": "TypedArray",
  406. "ctor": "Float64Array",
  407. "array": [
  408. 0,
  409. 0,
  410. 0,
  411. 0,
  412. 0,
  413. 0,
  414. 1,
  415. 1,
  416. 1,
  417. 1
  418. ]
  419. }
  420. },
  421. {
  422. "__type__": "cc.Sprite",
  423. "_name": "",
  424. "_objFlags": 0,
  425. "node": {
  426. "__id__": 8
  427. },
  428. "_enabled": true,
  429. "_spriteFrame": {
  430. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  431. },
  432. "_type": 0,
  433. "_sizeMode": 0,
  434. "_fillType": 0,
  435. "_fillCenter": {
  436. "__type__": "cc.Vec2",
  437. "x": 0,
  438. "y": 0
  439. },
  440. "_fillStart": 0,
  441. "_fillRange": 0,
  442. "_isTrimmedMode": true,
  443. "_state": 0,
  444. "_atlas": null,
  445. "_srcBlendFactor": 770,
  446. "_dstBlendFactor": 771,
  447. "_id": ""
  448. },
  449. {
  450. "__type__": "cc.Widget",
  451. "_name": "",
  452. "_objFlags": 0,
  453. "node": {
  454. "__id__": 8
  455. },
  456. "_enabled": true,
  457. "alignMode": 1,
  458. "_target": null,
  459. "_alignFlags": 45,
  460. "_left": 0,
  461. "_right": 0,
  462. "_top": 0,
  463. "_bottom": 0,
  464. "_verticalCenter": 0,
  465. "_horizontalCenter": 0,
  466. "_isAbsLeft": true,
  467. "_isAbsRight": true,
  468. "_isAbsTop": true,
  469. "_isAbsBottom": true,
  470. "_isAbsHorizontalCenter": true,
  471. "_isAbsVerticalCenter": true,
  472. "_originalWidth": 1080,
  473. "_originalHeight": 311,
  474. "_id": ""
  475. },
  476. {
  477. "__type__": "cc.PrefabInfo",
  478. "root": {
  479. "__id__": 1
  480. },
  481. "asset": {
  482. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  483. },
  484. "fileId": "aaK/jy5lhMdYHLyL39zEcP",
  485. "sync": false
  486. },
  487. {
  488. "__type__": "cc.Node",
  489. "_name": "icon",
  490. "_objFlags": 0,
  491. "_parent": {
  492. "__id__": 7
  493. },
  494. "_children": [],
  495. "_active": true,
  496. "_level": 2,
  497. "_components": [
  498. {
  499. "__id__": 13
  500. }
  501. ],
  502. "_prefab": {
  503. "__id__": 14
  504. },
  505. "_opacity": 255,
  506. "_color": {
  507. "__type__": "cc.Color",
  508. "r": 255,
  509. "g": 255,
  510. "b": 255,
  511. "a": 255
  512. },
  513. "_contentSize": {
  514. "__type__": "cc.Size",
  515. "width": 263,
  516. "height": 263
  517. },
  518. "_anchorPoint": {
  519. "__type__": "cc.Vec2",
  520. "x": 0.5,
  521. "y": 0.5
  522. },
  523. "_quat": {
  524. "__type__": "cc.Quat",
  525. "x": 0,
  526. "y": 0,
  527. "z": 0,
  528. "w": 1
  529. },
  530. "_skewX": 0,
  531. "_skewY": 0,
  532. "groupIndex": 0,
  533. "_id": "",
  534. "_trs": {
  535. "__type__": "TypedArray",
  536. "ctor": "Float64Array",
  537. "array": [
  538. -311,
  539. 0,
  540. 0,
  541. 0,
  542. 0,
  543. 0,
  544. 1,
  545. 1,
  546. 1,
  547. 1
  548. ]
  549. }
  550. },
  551. {
  552. "__type__": "cc.Sprite",
  553. "_name": "",
  554. "_objFlags": 0,
  555. "node": {
  556. "__id__": 12
  557. },
  558. "_enabled": true,
  559. "_spriteFrame": null,
  560. "_type": 0,
  561. "_sizeMode": 0,
  562. "_fillType": 0,
  563. "_fillCenter": {
  564. "__type__": "cc.Vec2",
  565. "x": 0,
  566. "y": 0
  567. },
  568. "_fillStart": 0,
  569. "_fillRange": 0,
  570. "_isTrimmedMode": true,
  571. "_state": 0,
  572. "_atlas": null,
  573. "_srcBlendFactor": 770,
  574. "_dstBlendFactor": 771,
  575. "_id": ""
  576. },
  577. {
  578. "__type__": "cc.PrefabInfo",
  579. "root": {
  580. "__id__": 1
  581. },
  582. "asset": {
  583. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  584. },
  585. "fileId": "c21Nn31rpGLLaMpgoHArV4",
  586. "sync": false
  587. },
  588. {
  589. "__type__": "cc.Node",
  590. "_name": "title",
  591. "_objFlags": 0,
  592. "_parent": {
  593. "__id__": 7
  594. },
  595. "_children": [],
  596. "_active": true,
  597. "_level": 2,
  598. "_components": [
  599. {
  600. "__id__": 16
  601. }
  602. ],
  603. "_prefab": {
  604. "__id__": 17
  605. },
  606. "_opacity": 255,
  607. "_color": {
  608. "__type__": "cc.Color",
  609. "r": 255,
  610. "g": 255,
  611. "b": 255,
  612. "a": 255
  613. },
  614. "_contentSize": {
  615. "__type__": "cc.Size",
  616. "width": 300,
  617. "height": 50
  618. },
  619. "_anchorPoint": {
  620. "__type__": "cc.Vec2",
  621. "x": 0.5,
  622. "y": 0.5
  623. },
  624. "_quat": {
  625. "__type__": "cc.Quat",
  626. "x": 0,
  627. "y": 0,
  628. "z": 0,
  629. "w": 1
  630. },
  631. "_skewX": 0,
  632. "_skewY": 0,
  633. "groupIndex": 0,
  634. "_id": "",
  635. "_trs": {
  636. "__type__": "TypedArray",
  637. "ctor": "Float64Array",
  638. "array": [
  639. 149,
  640. 77,
  641. 0,
  642. 0,
  643. 0,
  644. 0,
  645. 1,
  646. 1,
  647. 1,
  648. 1
  649. ]
  650. }
  651. },
  652. {
  653. "__type__": "cc.Label",
  654. "_name": "",
  655. "_objFlags": 0,
  656. "node": {
  657. "__id__": 15
  658. },
  659. "_enabled": true,
  660. "_useOriginalSize": false,
  661. "_string": "爱奇艺挤塑板",
  662. "_N$string": "爱奇艺挤塑板",
  663. "_fontSize": 50,
  664. "_lineHeight": 50,
  665. "_enableWrapText": true,
  666. "_N$file": null,
  667. "_isSystemFontUsed": true,
  668. "_spacingX": 0,
  669. "_batchAsBitmap": false,
  670. "_N$horizontalAlign": 1,
  671. "_N$verticalAlign": 1,
  672. "_N$fontFamily": "Arial",
  673. "_N$overflow": 0,
  674. "_N$cacheMode": 0,
  675. "_id": ""
  676. },
  677. {
  678. "__type__": "cc.PrefabInfo",
  679. "root": {
  680. "__id__": 1
  681. },
  682. "asset": {
  683. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  684. },
  685. "fileId": "85/TADyJtLspEtWcHlHsTi",
  686. "sync": false
  687. },
  688. {
  689. "__type__": "cc.Node",
  690. "_name": "desc",
  691. "_objFlags": 0,
  692. "_parent": {
  693. "__id__": 7
  694. },
  695. "_children": [],
  696. "_active": true,
  697. "_level": 2,
  698. "_components": [
  699. {
  700. "__id__": 19
  701. }
  702. ],
  703. "_prefab": {
  704. "__id__": 20
  705. },
  706. "_opacity": 255,
  707. "_color": {
  708. "__type__": "cc.Color",
  709. "r": 255,
  710. "g": 255,
  711. "b": 255,
  712. "a": 255
  713. },
  714. "_contentSize": {
  715. "__type__": "cc.Size",
  716. "width": 630,
  717. "height": 120
  718. },
  719. "_anchorPoint": {
  720. "__type__": "cc.Vec2",
  721. "x": 0,
  722. "y": 0.5
  723. },
  724. "_quat": {
  725. "__type__": "cc.Quat",
  726. "x": 0,
  727. "y": 0,
  728. "z": 0,
  729. "w": 1
  730. },
  731. "_skewX": 0,
  732. "_skewY": 0,
  733. "groupIndex": 0,
  734. "_id": "",
  735. "_trs": {
  736. "__type__": "TypedArray",
  737. "ctor": "Float64Array",
  738. "array": [
  739. -136,
  740. -58,
  741. 0,
  742. 0,
  743. 0,
  744. 0,
  745. 1,
  746. 1,
  747. 1,
  748. 1
  749. ]
  750. }
  751. },
  752. {
  753. "__type__": "cc.Label",
  754. "_name": "",
  755. "_objFlags": 0,
  756. "node": {
  757. "__id__": 18
  758. },
  759. "_enabled": true,
  760. "_useOriginalSize": false,
  761. "_string": "精彩视频,热播视频点击查看",
  762. "_N$string": "精彩视频,热播视频点击查看",
  763. "_fontSize": 40,
  764. "_lineHeight": 50,
  765. "_enableWrapText": true,
  766. "_N$file": null,
  767. "_isSystemFontUsed": true,
  768. "_spacingX": 0,
  769. "_batchAsBitmap": false,
  770. "_N$horizontalAlign": 1,
  771. "_N$verticalAlign": 1,
  772. "_N$fontFamily": "Arial",
  773. "_N$overflow": 1,
  774. "_N$cacheMode": 0,
  775. "_id": ""
  776. },
  777. {
  778. "__type__": "cc.PrefabInfo",
  779. "root": {
  780. "__id__": 1
  781. },
  782. "asset": {
  783. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  784. },
  785. "fileId": "b4m69hO0dKSK3CwjaN6eSn",
  786. "sync": false
  787. },
  788. {
  789. "__type__": "cc.Widget",
  790. "_name": "",
  791. "_objFlags": 0,
  792. "node": {
  793. "__id__": 7
  794. },
  795. "_enabled": true,
  796. "alignMode": 1,
  797. "_target": null,
  798. "_alignFlags": 45,
  799. "_left": 0,
  800. "_right": 0,
  801. "_top": 0,
  802. "_bottom": 0,
  803. "_verticalCenter": 0,
  804. "_horizontalCenter": 0,
  805. "_isAbsLeft": true,
  806. "_isAbsRight": true,
  807. "_isAbsTop": true,
  808. "_isAbsBottom": true,
  809. "_isAbsHorizontalCenter": true,
  810. "_isAbsVerticalCenter": true,
  811. "_originalWidth": 1080,
  812. "_originalHeight": 311,
  813. "_id": ""
  814. },
  815. {
  816. "__type__": "cc.PrefabInfo",
  817. "root": {
  818. "__id__": 1
  819. },
  820. "asset": {
  821. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  822. },
  823. "fileId": "ffFnjI6LRPRLh6CQaFn8BU",
  824. "sync": false
  825. },
  826. {
  827. "__type__": "cc.Node",
  828. "_name": "image",
  829. "_objFlags": 0,
  830. "_parent": {
  831. "__id__": 2
  832. },
  833. "_children": [],
  834. "_active": true,
  835. "_level": 0,
  836. "_components": [
  837. {
  838. "__id__": 24
  839. },
  840. {
  841. "__id__": 25
  842. }
  843. ],
  844. "_prefab": {
  845. "__id__": 26
  846. },
  847. "_opacity": 255,
  848. "_color": {
  849. "__type__": "cc.Color",
  850. "r": 255,
  851. "g": 255,
  852. "b": 255,
  853. "a": 255
  854. },
  855. "_contentSize": {
  856. "__type__": "cc.Size",
  857. "width": 1080,
  858. "height": 311
  859. },
  860. "_anchorPoint": {
  861. "__type__": "cc.Vec2",
  862. "x": 0.5,
  863. "y": 0.5
  864. },
  865. "_quat": {
  866. "__type__": "cc.Quat",
  867. "x": 0,
  868. "y": 0,
  869. "z": 0,
  870. "w": 1
  871. },
  872. "_skewX": 0,
  873. "_skewY": 0,
  874. "groupIndex": 0,
  875. "_id": "",
  876. "_trs": {
  877. "__type__": "TypedArray",
  878. "ctor": "Float64Array",
  879. "array": [
  880. 0,
  881. 0,
  882. 0,
  883. 0,
  884. 0,
  885. 0,
  886. 1,
  887. 1,
  888. 1,
  889. 1
  890. ]
  891. }
  892. },
  893. {
  894. "__type__": "cc.Sprite",
  895. "_name": "",
  896. "_objFlags": 0,
  897. "node": {
  898. "__id__": 23
  899. },
  900. "_enabled": true,
  901. "_spriteFrame": null,
  902. "_type": 0,
  903. "_sizeMode": 0,
  904. "_fillType": 0,
  905. "_fillCenter": {
  906. "__type__": "cc.Vec2",
  907. "x": 0,
  908. "y": 0
  909. },
  910. "_fillStart": 0,
  911. "_fillRange": 0,
  912. "_isTrimmedMode": true,
  913. "_state": 0,
  914. "_atlas": null,
  915. "_srcBlendFactor": 770,
  916. "_dstBlendFactor": 771,
  917. "_id": ""
  918. },
  919. {
  920. "__type__": "cc.Widget",
  921. "_name": "",
  922. "_objFlags": 0,
  923. "node": {
  924. "__id__": 23
  925. },
  926. "_enabled": true,
  927. "alignMode": 1,
  928. "_target": null,
  929. "_alignFlags": 45,
  930. "_left": 0,
  931. "_right": 0,
  932. "_top": 0,
  933. "_bottom": 0,
  934. "_verticalCenter": 0,
  935. "_horizontalCenter": 0,
  936. "_isAbsLeft": true,
  937. "_isAbsRight": true,
  938. "_isAbsTop": true,
  939. "_isAbsBottom": true,
  940. "_isAbsHorizontalCenter": true,
  941. "_isAbsVerticalCenter": true,
  942. "_originalWidth": 843,
  943. "_originalHeight": 311,
  944. "_id": ""
  945. },
  946. {
  947. "__type__": "cc.PrefabInfo",
  948. "root": {
  949. "__id__": 1
  950. },
  951. "asset": {
  952. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  953. },
  954. "fileId": "f5kyMXmCpMRphR0klAwtG5",
  955. "sync": false
  956. },
  957. {
  958. "__type__": "cc.Node",
  959. "_name": "markIcon",
  960. "_objFlags": 0,
  961. "_parent": {
  962. "__id__": 2
  963. },
  964. "_children": [],
  965. "_active": true,
  966. "_level": 1,
  967. "_components": [
  968. {
  969. "__id__": 28
  970. },
  971. {
  972. "__id__": 29
  973. }
  974. ],
  975. "_prefab": {
  976. "__id__": 30
  977. },
  978. "_opacity": 255,
  979. "_color": {
  980. "__type__": "cc.Color",
  981. "r": 255,
  982. "g": 255,
  983. "b": 255,
  984. "a": 255
  985. },
  986. "_contentSize": {
  987. "__type__": "cc.Size",
  988. "width": 65,
  989. "height": 34
  990. },
  991. "_anchorPoint": {
  992. "__type__": "cc.Vec2",
  993. "x": 0.5,
  994. "y": 0.5
  995. },
  996. "_quat": {
  997. "__type__": "cc.Quat",
  998. "x": 0,
  999. "y": 0,
  1000. "z": 0,
  1001. "w": 1
  1002. },
  1003. "_skewX": 0,
  1004. "_skewY": 0,
  1005. "groupIndex": 0,
  1006. "_id": "",
  1007. "_trs": {
  1008. "__type__": "TypedArray",
  1009. "ctor": "Float64Array",
  1010. "array": [
  1011. 507.5,
  1012. -139,
  1013. 0,
  1014. 0,
  1015. 0,
  1016. 0,
  1017. 1,
  1018. 1,
  1019. 1,
  1020. 1
  1021. ]
  1022. }
  1023. },
  1024. {
  1025. "__type__": "cc.Sprite",
  1026. "_name": "",
  1027. "_objFlags": 0,
  1028. "node": {
  1029. "__id__": 27
  1030. },
  1031. "_enabled": true,
  1032. "_spriteFrame": {
  1033. "__uuid__": "a93501a7-e6cb-49f4-ab5d-fc2671f190c7"
  1034. },
  1035. "_type": 0,
  1036. "_sizeMode": 1,
  1037. "_fillType": 0,
  1038. "_fillCenter": {
  1039. "__type__": "cc.Vec2",
  1040. "x": 0,
  1041. "y": 0
  1042. },
  1043. "_fillStart": 0,
  1044. "_fillRange": 0,
  1045. "_isTrimmedMode": true,
  1046. "_state": 0,
  1047. "_atlas": {
  1048. "__uuid__": "eaa6c9f5-9685-45dc-94b4-02b40ba68ee0"
  1049. },
  1050. "_srcBlendFactor": 770,
  1051. "_dstBlendFactor": 771,
  1052. "_id": ""
  1053. },
  1054. {
  1055. "__type__": "cc.Widget",
  1056. "_name": "",
  1057. "_objFlags": 0,
  1058. "node": {
  1059. "__id__": 27
  1060. },
  1061. "_enabled": true,
  1062. "alignMode": 1,
  1063. "_target": null,
  1064. "_alignFlags": 36,
  1065. "_left": 0,
  1066. "_right": 0,
  1067. "_top": 0,
  1068. "_bottom": -0.5,
  1069. "_verticalCenter": 0,
  1070. "_horizontalCenter": 0,
  1071. "_isAbsLeft": true,
  1072. "_isAbsRight": true,
  1073. "_isAbsTop": true,
  1074. "_isAbsBottom": true,
  1075. "_isAbsHorizontalCenter": true,
  1076. "_isAbsVerticalCenter": true,
  1077. "_originalWidth": 0,
  1078. "_originalHeight": 0,
  1079. "_id": ""
  1080. },
  1081. {
  1082. "__type__": "cc.PrefabInfo",
  1083. "root": {
  1084. "__id__": 1
  1085. },
  1086. "asset": {
  1087. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  1088. },
  1089. "fileId": "57giMvrLxAuJhyYaRrGpF+",
  1090. "sync": false
  1091. },
  1092. {
  1093. "__type__": "cc.Node",
  1094. "_name": "closeBtn",
  1095. "_objFlags": 0,
  1096. "_parent": {
  1097. "__id__": 2
  1098. },
  1099. "_children": [],
  1100. "_active": true,
  1101. "_level": 1,
  1102. "_components": [
  1103. {
  1104. "__id__": 32
  1105. },
  1106. {
  1107. "__id__": 33
  1108. },
  1109. {
  1110. "__id__": 34
  1111. }
  1112. ],
  1113. "_prefab": {
  1114. "__id__": 36
  1115. },
  1116. "_opacity": 255,
  1117. "_color": {
  1118. "__type__": "cc.Color",
  1119. "r": 255,
  1120. "g": 255,
  1121. "b": 255,
  1122. "a": 255
  1123. },
  1124. "_contentSize": {
  1125. "__type__": "cc.Size",
  1126. "width": 40,
  1127. "height": 40
  1128. },
  1129. "_anchorPoint": {
  1130. "__type__": "cc.Vec2",
  1131. "x": 0.5,
  1132. "y": 0.5
  1133. },
  1134. "_quat": {
  1135. "__type__": "cc.Quat",
  1136. "x": 0,
  1137. "y": 0,
  1138. "z": 0,
  1139. "w": 1
  1140. },
  1141. "_skewX": 0,
  1142. "_skewY": 0,
  1143. "groupIndex": 0,
  1144. "_id": "",
  1145. "_trs": {
  1146. "__type__": "TypedArray",
  1147. "ctor": "Float64Array",
  1148. "array": [
  1149. 490.5,
  1150. 118,
  1151. 0,
  1152. 0,
  1153. 0,
  1154. 0,
  1155. 1,
  1156. 1,
  1157. 1,
  1158. 1
  1159. ]
  1160. }
  1161. },
  1162. {
  1163. "__type__": "cc.Sprite",
  1164. "_name": "",
  1165. "_objFlags": 0,
  1166. "node": {
  1167. "__id__": 31
  1168. },
  1169. "_enabled": true,
  1170. "_spriteFrame": {
  1171. "__uuid__": "0a63b758-b853-453e-89d8-07e8e25c96cc"
  1172. },
  1173. "_type": 0,
  1174. "_sizeMode": 0,
  1175. "_fillType": 0,
  1176. "_fillCenter": {
  1177. "__type__": "cc.Vec2",
  1178. "x": 0,
  1179. "y": 0
  1180. },
  1181. "_fillStart": 0,
  1182. "_fillRange": 0,
  1183. "_isTrimmedMode": true,
  1184. "_state": 0,
  1185. "_atlas": {
  1186. "__uuid__": "eaa6c9f5-9685-45dc-94b4-02b40ba68ee0"
  1187. },
  1188. "_srcBlendFactor": 770,
  1189. "_dstBlendFactor": 771,
  1190. "_id": ""
  1191. },
  1192. {
  1193. "__type__": "cc.Widget",
  1194. "_name": "",
  1195. "_objFlags": 0,
  1196. "node": {
  1197. "__id__": 31
  1198. },
  1199. "_enabled": true,
  1200. "alignMode": 1,
  1201. "_target": null,
  1202. "_alignFlags": 33,
  1203. "_left": 0,
  1204. "_right": 29.5,
  1205. "_top": 17.5,
  1206. "_bottom": 0,
  1207. "_verticalCenter": 0,
  1208. "_horizontalCenter": 0,
  1209. "_isAbsLeft": true,
  1210. "_isAbsRight": true,
  1211. "_isAbsTop": true,
  1212. "_isAbsBottom": true,
  1213. "_isAbsHorizontalCenter": true,
  1214. "_isAbsVerticalCenter": true,
  1215. "_originalWidth": 0,
  1216. "_originalHeight": 0,
  1217. "_id": ""
  1218. },
  1219. {
  1220. "__type__": "cc.Button",
  1221. "_name": "",
  1222. "_objFlags": 0,
  1223. "node": {
  1224. "__id__": 31
  1225. },
  1226. "_enabled": true,
  1227. "duration": 0.1,
  1228. "zoomScale": 1.2,
  1229. "clickEvents": [
  1230. {
  1231. "__id__": 35
  1232. }
  1233. ],
  1234. "_N$interactable": true,
  1235. "_N$enableAutoGrayEffect": false,
  1236. "_N$transition": 0,
  1237. "transition": 0,
  1238. "_N$normalColor": {
  1239. "__type__": "cc.Color",
  1240. "r": 214,
  1241. "g": 214,
  1242. "b": 214,
  1243. "a": 255
  1244. },
  1245. "_N$pressedColor": {
  1246. "__type__": "cc.Color",
  1247. "r": 211,
  1248. "g": 211,
  1249. "b": 211,
  1250. "a": 255
  1251. },
  1252. "pressedColor": {
  1253. "__type__": "cc.Color",
  1254. "r": 211,
  1255. "g": 211,
  1256. "b": 211,
  1257. "a": 255
  1258. },
  1259. "_N$hoverColor": {
  1260. "__type__": "cc.Color",
  1261. "r": 255,
  1262. "g": 255,
  1263. "b": 255,
  1264. "a": 255
  1265. },
  1266. "hoverColor": {
  1267. "__type__": "cc.Color",
  1268. "r": 255,
  1269. "g": 255,
  1270. "b": 255,
  1271. "a": 255
  1272. },
  1273. "_N$disabledColor": {
  1274. "__type__": "cc.Color",
  1275. "r": 124,
  1276. "g": 124,
  1277. "b": 124,
  1278. "a": 255
  1279. },
  1280. "_N$normalSprite": null,
  1281. "_N$pressedSprite": null,
  1282. "pressedSprite": null,
  1283. "_N$hoverSprite": null,
  1284. "hoverSprite": null,
  1285. "_N$disabledSprite": null,
  1286. "_N$target": null,
  1287. "_id": ""
  1288. },
  1289. {
  1290. "__type__": "cc.ClickEvent",
  1291. "target": {
  1292. "__id__": 1
  1293. },
  1294. "component": "",
  1295. "_componentId": "4d6dayccIRMgY+T3fKuAWmH",
  1296. "handler": "onBtnClickHandler",
  1297. "customEventData": ""
  1298. },
  1299. {
  1300. "__type__": "cc.PrefabInfo",
  1301. "root": {
  1302. "__id__": 1
  1303. },
  1304. "asset": {
  1305. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  1306. },
  1307. "fileId": "4cCpfAAQ1EFZ3HYI2Nt5yo",
  1308. "sync": false
  1309. },
  1310. {
  1311. "__type__": "cc.Widget",
  1312. "_name": "",
  1313. "_objFlags": 0,
  1314. "node": {
  1315. "__id__": 2
  1316. },
  1317. "_enabled": true,
  1318. "alignMode": 1,
  1319. "_target": null,
  1320. "_alignFlags": 45,
  1321. "_left": 0,
  1322. "_right": 0,
  1323. "_top": 0,
  1324. "_bottom": 0,
  1325. "_verticalCenter": 0,
  1326. "_horizontalCenter": 0,
  1327. "_isAbsLeft": true,
  1328. "_isAbsRight": true,
  1329. "_isAbsTop": true,
  1330. "_isAbsBottom": true,
  1331. "_isAbsHorizontalCenter": true,
  1332. "_isAbsVerticalCenter": true,
  1333. "_originalWidth": 1080,
  1334. "_originalHeight": 311,
  1335. "_id": ""
  1336. },
  1337. {
  1338. "__type__": "cc.Button",
  1339. "_name": "",
  1340. "_objFlags": 0,
  1341. "node": {
  1342. "__id__": 2
  1343. },
  1344. "_enabled": true,
  1345. "duration": 0.1,
  1346. "zoomScale": 1.2,
  1347. "clickEvents": [
  1348. {
  1349. "__id__": 39
  1350. }
  1351. ],
  1352. "_N$interactable": true,
  1353. "_N$enableAutoGrayEffect": false,
  1354. "_N$transition": 0,
  1355. "transition": 0,
  1356. "_N$normalColor": {
  1357. "__type__": "cc.Color",
  1358. "r": 214,
  1359. "g": 214,
  1360. "b": 214,
  1361. "a": 255
  1362. },
  1363. "_N$pressedColor": {
  1364. "__type__": "cc.Color",
  1365. "r": 211,
  1366. "g": 211,
  1367. "b": 211,
  1368. "a": 255
  1369. },
  1370. "pressedColor": {
  1371. "__type__": "cc.Color",
  1372. "r": 211,
  1373. "g": 211,
  1374. "b": 211,
  1375. "a": 255
  1376. },
  1377. "_N$hoverColor": {
  1378. "__type__": "cc.Color",
  1379. "r": 255,
  1380. "g": 255,
  1381. "b": 255,
  1382. "a": 255
  1383. },
  1384. "hoverColor": {
  1385. "__type__": "cc.Color",
  1386. "r": 255,
  1387. "g": 255,
  1388. "b": 255,
  1389. "a": 255
  1390. },
  1391. "_N$disabledColor": {
  1392. "__type__": "cc.Color",
  1393. "r": 124,
  1394. "g": 124,
  1395. "b": 124,
  1396. "a": 255
  1397. },
  1398. "_N$normalSprite": null,
  1399. "_N$pressedSprite": null,
  1400. "pressedSprite": null,
  1401. "_N$hoverSprite": null,
  1402. "hoverSprite": null,
  1403. "_N$disabledSprite": null,
  1404. "_N$target": null,
  1405. "_id": ""
  1406. },
  1407. {
  1408. "__type__": "cc.ClickEvent",
  1409. "target": {
  1410. "__id__": 1
  1411. },
  1412. "component": "",
  1413. "_componentId": "4d6dayccIRMgY+T3fKuAWmH",
  1414. "handler": "reportAdClick",
  1415. "customEventData": ""
  1416. },
  1417. {
  1418. "__type__": "cc.PrefabInfo",
  1419. "root": {
  1420. "__id__": 1
  1421. },
  1422. "asset": {
  1423. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  1424. },
  1425. "fileId": "c2kRjK8OlKAokbgwb8k6wd",
  1426. "sync": false
  1427. },
  1428. {
  1429. "__type__": "4d6dayccIRMgY+T3fKuAWmH",
  1430. "_name": "",
  1431. "_objFlags": 0,
  1432. "node": {
  1433. "__id__": 1
  1434. },
  1435. "_enabled": true,
  1436. "_id": ""
  1437. },
  1438. {
  1439. "__type__": "cc.PrefabInfo",
  1440. "root": {
  1441. "__id__": 1
  1442. },
  1443. "asset": {
  1444. "__uuid__": "df06086d-e07a-4169-a754-c0a6d8e2e325"
  1445. },
  1446. "fileId": "10GNhDIvVAlKqXGqmuuphw",
  1447. "sync": false
  1448. }
  1449. ]