scene_page.prefab 18 KB

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