pauseNode.prefab 25 KB

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