RewardInsert.prefab 23 KB

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