ActivityLayer.prefab 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  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. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "ActivityLayer",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 27
  31. },
  32. {
  33. "__id__": 28
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 29
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 720,
  50. "height": 1280
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_trs": {
  58. "__type__": "TypedArray",
  59. "ctor": "Float64Array",
  60. "array": [
  61. 360,
  62. 640,
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 1,
  68. 1,
  69. 1,
  70. 1
  71. ]
  72. },
  73. "_eulerAngles": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_skewX": 0,
  80. "_skewY": 0,
  81. "_is3DNode": false,
  82. "_groupIndex": 0,
  83. "groupIndex": 0,
  84. "_id": ""
  85. },
  86. {
  87. "__type__": "cc.Node",
  88. "_name": "bg",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [],
  94. "_active": true,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. },
  99. {
  100. "__id__": 4
  101. }
  102. ],
  103. "_prefab": {
  104. "__id__": 5
  105. },
  106. "_opacity": 100,
  107. "_color": {
  108. "__type__": "cc.Color",
  109. "r": 0,
  110. "g": 0,
  111. "b": 0,
  112. "a": 255
  113. },
  114. "_contentSize": {
  115. "__type__": "cc.Size",
  116. "width": 960,
  117. "height": 1560
  118. },
  119. "_anchorPoint": {
  120. "__type__": "cc.Vec2",
  121. "x": 0.5,
  122. "y": 0.5
  123. },
  124. "_trs": {
  125. "__type__": "TypedArray",
  126. "ctor": "Float64Array",
  127. "array": [
  128. 0,
  129. 0,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 1,
  135. 1,
  136. 1,
  137. 1
  138. ]
  139. },
  140. "_eulerAngles": {
  141. "__type__": "cc.Vec3",
  142. "x": 0,
  143. "y": 0,
  144. "z": 0
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_is3DNode": false,
  149. "_groupIndex": 0,
  150. "groupIndex": 0,
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.Sprite",
  155. "_name": "",
  156. "_objFlags": 0,
  157. "node": {
  158. "__id__": 2
  159. },
  160. "_enabled": true,
  161. "_materials": [
  162. {
  163. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  164. }
  165. ],
  166. "_srcBlendFactor": 770,
  167. "_dstBlendFactor": 771,
  168. "_spriteFrame": {
  169. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  170. },
  171. "_type": 0,
  172. "_sizeMode": 0,
  173. "_fillType": 0,
  174. "_fillCenter": {
  175. "__type__": "cc.Vec2",
  176. "x": 0,
  177. "y": 0
  178. },
  179. "_fillStart": 0,
  180. "_fillRange": 0,
  181. "_isTrimmedMode": true,
  182. "_atlas": null,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.BlockInputEvents",
  187. "_name": "",
  188. "_objFlags": 0,
  189. "node": {
  190. "__id__": 2
  191. },
  192. "_enabled": true,
  193. "_id": ""
  194. },
  195. {
  196. "__type__": "cc.PrefabInfo",
  197. "root": {
  198. "__id__": 1
  199. },
  200. "asset": {
  201. "__id__": 0
  202. },
  203. "fileId": "9aC+afswdDuY7vp1FF2AAP",
  204. "sync": false
  205. },
  206. {
  207. "__type__": "cc.Node",
  208. "_name": "contentNode",
  209. "_objFlags": 0,
  210. "_parent": {
  211. "__id__": 1
  212. },
  213. "_children": [
  214. {
  215. "__id__": 7
  216. },
  217. {
  218. "__id__": 10
  219. },
  220. {
  221. "__id__": 15
  222. }
  223. ],
  224. "_active": true,
  225. "_components": [
  226. {
  227. "__id__": 25
  228. }
  229. ],
  230. "_prefab": {
  231. "__id__": 26
  232. },
  233. "_opacity": 255,
  234. "_color": {
  235. "__type__": "cc.Color",
  236. "r": 255,
  237. "g": 255,
  238. "b": 255,
  239. "a": 255
  240. },
  241. "_contentSize": {
  242. "__type__": "cc.Size",
  243. "width": 0,
  244. "height": 0
  245. },
  246. "_anchorPoint": {
  247. "__type__": "cc.Vec2",
  248. "x": 0.5,
  249. "y": 0.5
  250. },
  251. "_trs": {
  252. "__type__": "TypedArray",
  253. "ctor": "Float64Array",
  254. "array": [
  255. 0,
  256. 0,
  257. 0,
  258. 0,
  259. 0,
  260. 0,
  261. 1,
  262. 1,
  263. 1,
  264. 1
  265. ]
  266. },
  267. "_eulerAngles": {
  268. "__type__": "cc.Vec3",
  269. "x": 0,
  270. "y": 0,
  271. "z": 0
  272. },
  273. "_skewX": 0,
  274. "_skewY": 0,
  275. "_is3DNode": false,
  276. "_groupIndex": 0,
  277. "groupIndex": 0,
  278. "_id": ""
  279. },
  280. {
  281. "__type__": "cc.Node",
  282. "_name": "bulletin_di",
  283. "_objFlags": 0,
  284. "_parent": {
  285. "__id__": 6
  286. },
  287. "_children": [],
  288. "_active": true,
  289. "_components": [
  290. {
  291. "__id__": 8
  292. }
  293. ],
  294. "_prefab": {
  295. "__id__": 9
  296. },
  297. "_opacity": 255,
  298. "_color": {
  299. "__type__": "cc.Color",
  300. "r": 255,
  301. "g": 255,
  302. "b": 255,
  303. "a": 255
  304. },
  305. "_contentSize": {
  306. "__type__": "cc.Size",
  307. "width": 720,
  308. "height": 1255
  309. },
  310. "_anchorPoint": {
  311. "__type__": "cc.Vec2",
  312. "x": 0.5,
  313. "y": 0.5
  314. },
  315. "_trs": {
  316. "__type__": "TypedArray",
  317. "ctor": "Float64Array",
  318. "array": [
  319. 0,
  320. 0,
  321. 0,
  322. 0,
  323. 0,
  324. 0,
  325. 1,
  326. 1,
  327. 1,
  328. 1
  329. ]
  330. },
  331. "_eulerAngles": {
  332. "__type__": "cc.Vec3",
  333. "x": 0,
  334. "y": 0,
  335. "z": 0
  336. },
  337. "_skewX": 0,
  338. "_skewY": 0,
  339. "_is3DNode": false,
  340. "_groupIndex": 0,
  341. "groupIndex": 0,
  342. "_id": ""
  343. },
  344. {
  345. "__type__": "cc.Sprite",
  346. "_name": "",
  347. "_objFlags": 0,
  348. "node": {
  349. "__id__": 7
  350. },
  351. "_enabled": true,
  352. "_materials": [
  353. {
  354. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  355. }
  356. ],
  357. "_srcBlendFactor": 770,
  358. "_dstBlendFactor": 771,
  359. "_spriteFrame": {
  360. "__uuid__": "7828f364-c314-49cf-8e72-5987b4fb658d"
  361. },
  362. "_type": 0,
  363. "_sizeMode": 1,
  364. "_fillType": 0,
  365. "_fillCenter": {
  366. "__type__": "cc.Vec2",
  367. "x": 0,
  368. "y": 0
  369. },
  370. "_fillStart": 0,
  371. "_fillRange": 0,
  372. "_isTrimmedMode": true,
  373. "_atlas": null,
  374. "_id": ""
  375. },
  376. {
  377. "__type__": "cc.PrefabInfo",
  378. "root": {
  379. "__id__": 1
  380. },
  381. "asset": {
  382. "__id__": 0
  383. },
  384. "fileId": "00OHLT82hHzoL0Gg49o+KU",
  385. "sync": false
  386. },
  387. {
  388. "__type__": "cc.Node",
  389. "_name": "close",
  390. "_objFlags": 0,
  391. "_parent": {
  392. "__id__": 6
  393. },
  394. "_children": [],
  395. "_active": true,
  396. "_components": [
  397. {
  398. "__id__": 11
  399. },
  400. {
  401. "__id__": 12
  402. }
  403. ],
  404. "_prefab": {
  405. "__id__": 14
  406. },
  407. "_opacity": 255,
  408. "_color": {
  409. "__type__": "cc.Color",
  410. "r": 255,
  411. "g": 255,
  412. "b": 255,
  413. "a": 255
  414. },
  415. "_contentSize": {
  416. "__type__": "cc.Size",
  417. "width": 65,
  418. "height": 70
  419. },
  420. "_anchorPoint": {
  421. "__type__": "cc.Vec2",
  422. "x": 0.5,
  423. "y": 0.5
  424. },
  425. "_trs": {
  426. "__type__": "TypedArray",
  427. "ctor": "Float64Array",
  428. "array": [
  429. 330,
  430. 535,
  431. 0,
  432. 0,
  433. 0,
  434. 0,
  435. 1,
  436. 1,
  437. 1,
  438. 1
  439. ]
  440. },
  441. "_eulerAngles": {
  442. "__type__": "cc.Vec3",
  443. "x": 0,
  444. "y": 0,
  445. "z": 0
  446. },
  447. "_skewX": 0,
  448. "_skewY": 0,
  449. "_is3DNode": false,
  450. "_groupIndex": 0,
  451. "groupIndex": 0,
  452. "_id": ""
  453. },
  454. {
  455. "__type__": "cc.Sprite",
  456. "_name": "",
  457. "_objFlags": 0,
  458. "node": {
  459. "__id__": 10
  460. },
  461. "_enabled": true,
  462. "_materials": [
  463. {
  464. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  465. }
  466. ],
  467. "_srcBlendFactor": 770,
  468. "_dstBlendFactor": 771,
  469. "_spriteFrame": {
  470. "__uuid__": "67cbc635-55f5-4c4c-91fa-0da227af0f84"
  471. },
  472. "_type": 0,
  473. "_sizeMode": 1,
  474. "_fillType": 0,
  475. "_fillCenter": {
  476. "__type__": "cc.Vec2",
  477. "x": 0,
  478. "y": 0
  479. },
  480. "_fillStart": 0,
  481. "_fillRange": 0,
  482. "_isTrimmedMode": true,
  483. "_atlas": null,
  484. "_id": ""
  485. },
  486. {
  487. "__type__": "cc.Button",
  488. "_name": "",
  489. "_objFlags": 0,
  490. "node": {
  491. "__id__": 10
  492. },
  493. "_enabled": true,
  494. "_normalMaterial": null,
  495. "_grayMaterial": null,
  496. "duration": 0.1,
  497. "zoomScale": 1.2,
  498. "clickEvents": [
  499. {
  500. "__id__": 13
  501. }
  502. ],
  503. "_N$interactable": true,
  504. "_N$enableAutoGrayEffect": false,
  505. "_N$transition": 0,
  506. "transition": 0,
  507. "_N$normalColor": {
  508. "__type__": "cc.Color",
  509. "r": 255,
  510. "g": 255,
  511. "b": 255,
  512. "a": 255
  513. },
  514. "_N$pressedColor": {
  515. "__type__": "cc.Color",
  516. "r": 211,
  517. "g": 211,
  518. "b": 211,
  519. "a": 255
  520. },
  521. "pressedColor": {
  522. "__type__": "cc.Color",
  523. "r": 211,
  524. "g": 211,
  525. "b": 211,
  526. "a": 255
  527. },
  528. "_N$hoverColor": {
  529. "__type__": "cc.Color",
  530. "r": 255,
  531. "g": 255,
  532. "b": 255,
  533. "a": 255
  534. },
  535. "hoverColor": {
  536. "__type__": "cc.Color",
  537. "r": 255,
  538. "g": 255,
  539. "b": 255,
  540. "a": 255
  541. },
  542. "_N$disabledColor": {
  543. "__type__": "cc.Color",
  544. "r": 124,
  545. "g": 124,
  546. "b": 124,
  547. "a": 255
  548. },
  549. "_N$normalSprite": null,
  550. "_N$pressedSprite": null,
  551. "pressedSprite": null,
  552. "_N$hoverSprite": null,
  553. "hoverSprite": null,
  554. "_N$disabledSprite": null,
  555. "_N$target": null,
  556. "_id": ""
  557. },
  558. {
  559. "__type__": "cc.ClickEvent",
  560. "target": {
  561. "__id__": 1
  562. },
  563. "component": "",
  564. "_componentId": "32671w5q8xP1IOL39JGLrji",
  565. "handler": "onClose",
  566. "customEventData": ""
  567. },
  568. {
  569. "__type__": "cc.PrefabInfo",
  570. "root": {
  571. "__id__": 1
  572. },
  573. "asset": {
  574. "__id__": 0
  575. },
  576. "fileId": "63g4W5ecJP76oYYL+7Q1SL",
  577. "sync": false
  578. },
  579. {
  580. "__type__": "cc.Node",
  581. "_name": "scrollView",
  582. "_objFlags": 0,
  583. "_parent": {
  584. "__id__": 6
  585. },
  586. "_children": [
  587. {
  588. "__id__": 16
  589. }
  590. ],
  591. "_active": true,
  592. "_components": [
  593. {
  594. "__id__": 22
  595. },
  596. {
  597. "__id__": 23
  598. }
  599. ],
  600. "_prefab": {
  601. "__id__": 24
  602. },
  603. "_opacity": 255,
  604. "_color": {
  605. "__type__": "cc.Color",
  606. "r": 255,
  607. "g": 255,
  608. "b": 255,
  609. "a": 255
  610. },
  611. "_contentSize": {
  612. "__type__": "cc.Size",
  613. "width": 590,
  614. "height": 875
  615. },
  616. "_anchorPoint": {
  617. "__type__": "cc.Vec2",
  618. "x": 0.5,
  619. "y": 1
  620. },
  621. "_trs": {
  622. "__type__": "TypedArray",
  623. "ctor": "Float64Array",
  624. "array": [
  625. 0,
  626. 405,
  627. 0,
  628. 0,
  629. 0,
  630. 0,
  631. 1,
  632. 1,
  633. 1,
  634. 1
  635. ]
  636. },
  637. "_eulerAngles": {
  638. "__type__": "cc.Vec3",
  639. "x": 0,
  640. "y": 0,
  641. "z": 0
  642. },
  643. "_skewX": 0,
  644. "_skewY": 0,
  645. "_is3DNode": false,
  646. "_groupIndex": 0,
  647. "groupIndex": 0,
  648. "_id": ""
  649. },
  650. {
  651. "__type__": "cc.Node",
  652. "_name": "view",
  653. "_objFlags": 0,
  654. "_parent": {
  655. "__id__": 15
  656. },
  657. "_children": [
  658. {
  659. "__id__": 17
  660. }
  661. ],
  662. "_active": true,
  663. "_components": [
  664. {
  665. "__id__": 20
  666. }
  667. ],
  668. "_prefab": {
  669. "__id__": 21
  670. },
  671. "_opacity": 255,
  672. "_color": {
  673. "__type__": "cc.Color",
  674. "r": 255,
  675. "g": 255,
  676. "b": 255,
  677. "a": 255
  678. },
  679. "_contentSize": {
  680. "__type__": "cc.Size",
  681. "width": 590,
  682. "height": 875
  683. },
  684. "_anchorPoint": {
  685. "__type__": "cc.Vec2",
  686. "x": 0.5,
  687. "y": 1
  688. },
  689. "_trs": {
  690. "__type__": "TypedArray",
  691. "ctor": "Float64Array",
  692. "array": [
  693. 0,
  694. 0,
  695. 0,
  696. 0,
  697. 0,
  698. 0,
  699. 1,
  700. 1,
  701. 1,
  702. 1
  703. ]
  704. },
  705. "_eulerAngles": {
  706. "__type__": "cc.Vec3",
  707. "x": 0,
  708. "y": 0,
  709. "z": 0
  710. },
  711. "_skewX": 0,
  712. "_skewY": 0,
  713. "_is3DNode": false,
  714. "_groupIndex": 0,
  715. "groupIndex": 0,
  716. "_id": ""
  717. },
  718. {
  719. "__type__": "cc.Node",
  720. "_name": "content",
  721. "_objFlags": 0,
  722. "_parent": {
  723. "__id__": 16
  724. },
  725. "_children": [],
  726. "_active": true,
  727. "_components": [
  728. {
  729. "__id__": 18
  730. }
  731. ],
  732. "_prefab": {
  733. "__id__": 19
  734. },
  735. "_opacity": 255,
  736. "_color": {
  737. "__type__": "cc.Color",
  738. "r": 255,
  739. "g": 255,
  740. "b": 255,
  741. "a": 255
  742. },
  743. "_contentSize": {
  744. "__type__": "cc.Size",
  745. "width": 590,
  746. "height": 400
  747. },
  748. "_anchorPoint": {
  749. "__type__": "cc.Vec2",
  750. "x": 0.5,
  751. "y": 1
  752. },
  753. "_trs": {
  754. "__type__": "TypedArray",
  755. "ctor": "Float64Array",
  756. "array": [
  757. 0,
  758. 0,
  759. 0,
  760. 0,
  761. 0,
  762. 0,
  763. 1,
  764. 1,
  765. 1,
  766. 1
  767. ]
  768. },
  769. "_eulerAngles": {
  770. "__type__": "cc.Vec3",
  771. "x": 0,
  772. "y": 0,
  773. "z": 0
  774. },
  775. "_skewX": 0,
  776. "_skewY": 0,
  777. "_is3DNode": false,
  778. "_groupIndex": 0,
  779. "groupIndex": 0,
  780. "_id": ""
  781. },
  782. {
  783. "__type__": "cc.Layout",
  784. "_name": "",
  785. "_objFlags": 0,
  786. "node": {
  787. "__id__": 17
  788. },
  789. "_enabled": true,
  790. "_layoutSize": {
  791. "__type__": "cc.Size",
  792. "width": 590,
  793. "height": 400
  794. },
  795. "_resize": 1,
  796. "_N$layoutType": 2,
  797. "_N$cellSize": {
  798. "__type__": "cc.Size",
  799. "width": 40,
  800. "height": 40
  801. },
  802. "_N$startAxis": 0,
  803. "_N$paddingLeft": 0,
  804. "_N$paddingRight": 0,
  805. "_N$paddingTop": 0,
  806. "_N$paddingBottom": 0,
  807. "_N$spacingX": 0,
  808. "_N$spacingY": 0,
  809. "_N$verticalDirection": 1,
  810. "_N$horizontalDirection": 0,
  811. "_N$affectedByScale": false,
  812. "_id": ""
  813. },
  814. {
  815. "__type__": "cc.PrefabInfo",
  816. "root": {
  817. "__id__": 1
  818. },
  819. "asset": {
  820. "__id__": 0
  821. },
  822. "fileId": "7fXFHt74ZDtpkVhn5B4x/O",
  823. "sync": false
  824. },
  825. {
  826. "__type__": "cc.Mask",
  827. "_name": "",
  828. "_objFlags": 0,
  829. "node": {
  830. "__id__": 16
  831. },
  832. "_enabled": true,
  833. "_materials": [
  834. {
  835. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  836. }
  837. ],
  838. "_spriteFrame": null,
  839. "_type": 0,
  840. "_segments": 64,
  841. "_N$alphaThreshold": 0,
  842. "_N$inverted": false,
  843. "_id": ""
  844. },
  845. {
  846. "__type__": "cc.PrefabInfo",
  847. "root": {
  848. "__id__": 1
  849. },
  850. "asset": {
  851. "__id__": 0
  852. },
  853. "fileId": "94VqRMa75LdLi0C2xYFneY",
  854. "sync": false
  855. },
  856. {
  857. "__type__": "cc.Sprite",
  858. "_name": "",
  859. "_objFlags": 0,
  860. "node": {
  861. "__id__": 15
  862. },
  863. "_enabled": false,
  864. "_materials": [
  865. {
  866. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  867. }
  868. ],
  869. "_srcBlendFactor": 770,
  870. "_dstBlendFactor": 771,
  871. "_spriteFrame": {
  872. "__uuid__": "9bbda31e-ad49-43c9-aaf2-f7d9896bac69"
  873. },
  874. "_type": 1,
  875. "_sizeMode": 0,
  876. "_fillType": 0,
  877. "_fillCenter": {
  878. "__type__": "cc.Vec2",
  879. "x": 0,
  880. "y": 0
  881. },
  882. "_fillStart": 0,
  883. "_fillRange": 0,
  884. "_isTrimmedMode": true,
  885. "_atlas": null,
  886. "_id": ""
  887. },
  888. {
  889. "__type__": "cc.ScrollView",
  890. "_name": "",
  891. "_objFlags": 0,
  892. "node": {
  893. "__id__": 15
  894. },
  895. "_enabled": true,
  896. "horizontal": false,
  897. "vertical": true,
  898. "inertia": true,
  899. "brake": 0.75,
  900. "elastic": true,
  901. "bounceDuration": 0.23,
  902. "scrollEvents": [],
  903. "cancelInnerEvents": true,
  904. "_N$content": {
  905. "__id__": 17
  906. },
  907. "content": {
  908. "__id__": 17
  909. },
  910. "_N$horizontalScrollBar": null,
  911. "_N$verticalScrollBar": null,
  912. "_id": ""
  913. },
  914. {
  915. "__type__": "cc.PrefabInfo",
  916. "root": {
  917. "__id__": 1
  918. },
  919. "asset": {
  920. "__id__": 0
  921. },
  922. "fileId": "20r2Lu8rJE94R8emia9Qz7",
  923. "sync": false
  924. },
  925. {
  926. "__type__": "cc.Widget",
  927. "_name": "",
  928. "_objFlags": 0,
  929. "node": {
  930. "__id__": 6
  931. },
  932. "_enabled": true,
  933. "alignMode": 1,
  934. "_target": null,
  935. "_alignFlags": 45,
  936. "_left": 360,
  937. "_right": 360,
  938. "_top": 640,
  939. "_bottom": 640,
  940. "_verticalCenter": 0,
  941. "_horizontalCenter": 0,
  942. "_isAbsLeft": true,
  943. "_isAbsRight": true,
  944. "_isAbsTop": true,
  945. "_isAbsBottom": true,
  946. "_isAbsHorizontalCenter": true,
  947. "_isAbsVerticalCenter": true,
  948. "_originalWidth": 0,
  949. "_originalHeight": 0,
  950. "_id": ""
  951. },
  952. {
  953. "__type__": "cc.PrefabInfo",
  954. "root": {
  955. "__id__": 1
  956. },
  957. "asset": {
  958. "__id__": 0
  959. },
  960. "fileId": "135089afBHw5v4VC3+BdxP",
  961. "sync": false
  962. },
  963. {
  964. "__type__": "cc.Widget",
  965. "_name": "",
  966. "_objFlags": 0,
  967. "node": {
  968. "__id__": 1
  969. },
  970. "_enabled": true,
  971. "alignMode": 1,
  972. "_target": null,
  973. "_alignFlags": 45,
  974. "_left": 0,
  975. "_right": 0,
  976. "_top": 0,
  977. "_bottom": 0,
  978. "_verticalCenter": 0,
  979. "_horizontalCenter": 0,
  980. "_isAbsLeft": true,
  981. "_isAbsRight": true,
  982. "_isAbsTop": true,
  983. "_isAbsBottom": true,
  984. "_isAbsHorizontalCenter": true,
  985. "_isAbsVerticalCenter": true,
  986. "_originalWidth": 0,
  987. "_originalHeight": 0,
  988. "_id": ""
  989. },
  990. {
  991. "__type__": "32671w5q8xP1IOL39JGLrji",
  992. "_name": "",
  993. "_objFlags": 0,
  994. "node": {
  995. "__id__": 1
  996. },
  997. "_enabled": true,
  998. "_id": ""
  999. },
  1000. {
  1001. "__type__": "cc.PrefabInfo",
  1002. "root": {
  1003. "__id__": 1
  1004. },
  1005. "asset": {
  1006. "__id__": 0
  1007. },
  1008. "fileId": "",
  1009. "sync": false
  1010. }
  1011. ]