select_widget_list.prefab 25 KB

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