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