Game.fire 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_objFlags": 0,
  14. "_parent": null,
  15. "_children": [
  16. {
  17. "__id__": 2
  18. }
  19. ],
  20. "_active": true,
  21. "_components": [],
  22. "_prefab": null,
  23. "_opacity": 255,
  24. "_color": {
  25. "__type__": "cc.Color",
  26. "r": 255,
  27. "g": 255,
  28. "b": 255,
  29. "a": 255
  30. },
  31. "_contentSize": {
  32. "__type__": "cc.Size",
  33. "width": 0,
  34. "height": 0
  35. },
  36. "_anchorPoint": {
  37. "__type__": "cc.Vec2",
  38. "x": 0,
  39. "y": 0
  40. },
  41. "_trs": {
  42. "__type__": "TypedArray",
  43. "ctor": "Float64Array",
  44. "array": [
  45. 0,
  46. 0,
  47. 0,
  48. 0,
  49. 0,
  50. 0,
  51. 1,
  52. 1,
  53. 1,
  54. 1
  55. ]
  56. },
  57. "_zIndex": 0,
  58. "_is3DNode": true,
  59. "_groupIndex": 0,
  60. "groupIndex": 0,
  61. "autoReleaseAssets": false,
  62. "_id": "2d2f792f-a40c-49bb-a189-ed176a246e49"
  63. },
  64. {
  65. "__type__": "cc.Node",
  66. "_name": "Canvas",
  67. "_objFlags": 0,
  68. "_parent": {
  69. "__id__": 1
  70. },
  71. "_children": [
  72. {
  73. "__id__": 3
  74. },
  75. {
  76. "__id__": 5
  77. },
  78. {
  79. "__id__": 15
  80. },
  81. {
  82. "__id__": 19
  83. }
  84. ],
  85. "_active": true,
  86. "_components": [
  87. {
  88. "__id__": 26
  89. },
  90. {
  91. "__id__": 27
  92. }
  93. ],
  94. "_prefab": null,
  95. "_opacity": 255,
  96. "_color": {
  97. "__type__": "cc.Color",
  98. "r": 252,
  99. "g": 252,
  100. "b": 252,
  101. "a": 255
  102. },
  103. "_contentSize": {
  104. "__type__": "cc.Size",
  105. "width": 640,
  106. "height": 1136
  107. },
  108. "_anchorPoint": {
  109. "__type__": "cc.Vec2",
  110. "x": 0.5,
  111. "y": 0.5
  112. },
  113. "_trs": {
  114. "__type__": "TypedArray",
  115. "ctor": "Float64Array",
  116. "array": [
  117. 320,
  118. 568,
  119. 0,
  120. 0,
  121. 0,
  122. 0,
  123. 1,
  124. 1,
  125. 1,
  126. 1
  127. ]
  128. },
  129. "_eulerAngles": {
  130. "__type__": "cc.Vec3",
  131. "x": 0,
  132. "y": 0,
  133. "z": 0
  134. },
  135. "_skewX": 0,
  136. "_skewY": 0,
  137. "_zIndex": 0,
  138. "_is3DNode": false,
  139. "_groupIndex": 0,
  140. "groupIndex": 0,
  141. "_id": "a286bbGknJLZpRpxROV6M94"
  142. },
  143. {
  144. "__type__": "cc.Node",
  145. "_name": "Main Camera",
  146. "_objFlags": 0,
  147. "_parent": {
  148. "__id__": 2
  149. },
  150. "_children": [],
  151. "_active": true,
  152. "_components": [
  153. {
  154. "__id__": 4
  155. }
  156. ],
  157. "_prefab": null,
  158. "_opacity": 255,
  159. "_color": {
  160. "__type__": "cc.Color",
  161. "r": 255,
  162. "g": 255,
  163. "b": 255,
  164. "a": 255
  165. },
  166. "_contentSize": {
  167. "__type__": "cc.Size",
  168. "width": 0,
  169. "height": 0
  170. },
  171. "_anchorPoint": {
  172. "__type__": "cc.Vec2",
  173. "x": 0.5,
  174. "y": 0.5
  175. },
  176. "_trs": {
  177. "__type__": "TypedArray",
  178. "ctor": "Float64Array",
  179. "array": [
  180. 0,
  181. 0,
  182. 515.285115251741,
  183. 0,
  184. 0,
  185. 0,
  186. 1,
  187. 1,
  188. 1,
  189. 1
  190. ]
  191. },
  192. "_eulerAngles": {
  193. "__type__": "cc.Vec3",
  194. "x": 0,
  195. "y": 0,
  196. "z": 0
  197. },
  198. "_skewX": 0,
  199. "_skewY": 0,
  200. "_zIndex": 0,
  201. "_is3DNode": false,
  202. "_groupIndex": 0,
  203. "groupIndex": 0,
  204. "_id": "17dZdek0NKW6iCNOBaTcUH"
  205. },
  206. {
  207. "__type__": "cc.Camera",
  208. "_name": "",
  209. "_objFlags": 0,
  210. "node": {
  211. "__id__": 3
  212. },
  213. "_enabled": true,
  214. "_cullingMask": 4294967295,
  215. "_clearFlags": 7,
  216. "_backgroundColor": {
  217. "__type__": "cc.Color",
  218. "r": 0,
  219. "g": 0,
  220. "b": 0,
  221. "a": 255
  222. },
  223. "_depth": -1,
  224. "_zoomRatio": 1,
  225. "_targetTexture": null,
  226. "_fov": 60,
  227. "_orthoSize": 10,
  228. "_nearClip": 1,
  229. "_farClip": 4096,
  230. "_ortho": true,
  231. "_rect": {
  232. "__type__": "cc.Rect",
  233. "x": 0,
  234. "y": 0,
  235. "width": 1,
  236. "height": 1
  237. },
  238. "_renderStages": 1,
  239. "_alignWithScreen": true,
  240. "_id": "12iGWacahAMY3Z+zOv4gwJ"
  241. },
  242. {
  243. "__type__": "cc.Node",
  244. "_name": "GameScene",
  245. "_objFlags": 0,
  246. "_parent": {
  247. "__id__": 2
  248. },
  249. "_children": [
  250. {
  251. "__id__": 6
  252. },
  253. {
  254. "__id__": 8
  255. },
  256. {
  257. "__id__": 12
  258. }
  259. ],
  260. "_active": true,
  261. "_components": [
  262. {
  263. "__id__": 17
  264. },
  265. {
  266. "__id__": 18
  267. }
  268. ],
  269. "_prefab": null,
  270. "_opacity": 255,
  271. "_color": {
  272. "__type__": "cc.Color",
  273. "r": 255,
  274. "g": 255,
  275. "b": 255,
  276. "a": 255
  277. },
  278. "_contentSize": {
  279. "__type__": "cc.Size",
  280. "width": 0,
  281. "height": 0
  282. },
  283. "_anchorPoint": {
  284. "__type__": "cc.Vec2",
  285. "x": 0.5,
  286. "y": 0.5
  287. },
  288. "_trs": {
  289. "__type__": "TypedArray",
  290. "ctor": "Float64Array",
  291. "array": [
  292. 0,
  293. 0.35201983210322396,
  294. 1000,
  295. 0,
  296. 0,
  297. 0,
  298. 1,
  299. 1,
  300. 1,
  301. 1
  302. ]
  303. },
  304. "_eulerAngles": {
  305. "__type__": "cc.Vec3",
  306. "x": 0,
  307. "y": 0,
  308. "z": 0
  309. },
  310. "_skewX": 0,
  311. "_skewY": 0,
  312. "_zIndex": 0,
  313. "_is3DNode": false,
  314. "_groupIndex": 0,
  315. "groupIndex": 0,
  316. "_id": "00e90OPRItCuJvVyP46LAgj"
  317. },
  318. {
  319. "__type__": "cc.Node",
  320. "_name": "MainBackground",
  321. "_objFlags": 0,
  322. "_parent": {
  323. "__id__": 5
  324. },
  325. "_children": [],
  326. "_active": true,
  327. "_components": [
  328. {
  329. "__id__": 7
  330. }
  331. ],
  332. "_prefab": null,
  333. "_opacity": 255,
  334. "_color": {
  335. "__type__": "cc.Color",
  336. "r": 255,
  337. "g": 255,
  338. "b": 255,
  339. "a": 255
  340. },
  341. "_contentSize": {
  342. "__type__": "cc.Size",
  343. "width": 640,
  344. "height": 1136
  345. },
  346. "_anchorPoint": {
  347. "__type__": "cc.Vec2",
  348. "x": 0.5,
  349. "y": 0.5
  350. },
  351. "_trs": {
  352. "__type__": "TypedArray",
  353. "ctor": "Float64Array",
  354. "array": [
  355. 0,
  356. 0,
  357. 0,
  358. 0,
  359. 0,
  360. 0,
  361. 1,
  362. 1,
  363. 1,
  364. 1
  365. ]
  366. },
  367. "_eulerAngles": {
  368. "__type__": "cc.Vec3",
  369. "x": 0,
  370. "y": 0,
  371. "z": 0
  372. },
  373. "_skewX": 0,
  374. "_skewY": 0,
  375. "_zIndex": 0,
  376. "_is3DNode": false,
  377. "_groupIndex": 0,
  378. "groupIndex": 0,
  379. "_id": "4dPN98b9tIi6ETpW/QEueP"
  380. },
  381. {
  382. "__type__": "cc.Sprite",
  383. "_name": "",
  384. "_objFlags": 0,
  385. "node": {
  386. "__id__": 6
  387. },
  388. "_enabled": true,
  389. "_materials": [
  390. {
  391. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  392. }
  393. ],
  394. "_srcBlendFactor": 770,
  395. "_dstBlendFactor": 771,
  396. "_spriteFrame": {
  397. "__uuid__": "c3577759-474e-496d-99a6-7a71cc093631"
  398. },
  399. "_type": 0,
  400. "_sizeMode": 0,
  401. "_fillType": 0,
  402. "_fillCenter": {
  403. "__type__": "cc.Vec2",
  404. "x": 0,
  405. "y": 0
  406. },
  407. "_fillStart": 0,
  408. "_fillRange": 0,
  409. "_isTrimmedMode": true,
  410. "_atlas": null,
  411. "_id": "3aOjD1xgVHxoyJtCppqqQz"
  412. },
  413. {
  414. "__type__": "cc.Node",
  415. "_name": "Grid",
  416. "_objFlags": 0,
  417. "_parent": {
  418. "__id__": 5
  419. },
  420. "_children": [
  421. {
  422. "__id__": 9
  423. }
  424. ],
  425. "_active": true,
  426. "_components": [
  427. {
  428. "__id__": 11
  429. },
  430. {
  431. "__id__": 16
  432. }
  433. ],
  434. "_prefab": null,
  435. "_opacity": 255,
  436. "_color": {
  437. "__type__": "cc.Color",
  438. "r": 74,
  439. "g": 166,
  440. "b": 179,
  441. "a": 255
  442. },
  443. "_contentSize": {
  444. "__type__": "cc.Size",
  445. "width": 630,
  446. "height": 630
  447. },
  448. "_anchorPoint": {
  449. "__type__": "cc.Vec2",
  450. "x": 0,
  451. "y": 0
  452. },
  453. "_trs": {
  454. "__type__": "TypedArray",
  455. "ctor": "Float64Array",
  456. "array": [
  457. -316,
  458. -279,
  459. 0,
  460. 0,
  461. 0,
  462. 0,
  463. 1,
  464. 1,
  465. 1,
  466. 1
  467. ]
  468. },
  469. "_eulerAngles": {
  470. "__type__": "cc.Vec3",
  471. "x": 0,
  472. "y": 0,
  473. "z": 0
  474. },
  475. "_skewX": 0,
  476. "_skewY": 0,
  477. "_zIndex": 0,
  478. "_is3DNode": false,
  479. "_groupIndex": 0,
  480. "groupIndex": 0,
  481. "_id": "719eag5N4hBXpqbqoQIMwJT"
  482. },
  483. {
  484. "__type__": "cc.Node",
  485. "_name": "bg",
  486. "_objFlags": 0,
  487. "_parent": {
  488. "__id__": 8
  489. },
  490. "_children": [],
  491. "_active": true,
  492. "_components": [
  493. {
  494. "__id__": 10
  495. }
  496. ],
  497. "_prefab": null,
  498. "_opacity": 200,
  499. "_color": {
  500. "__type__": "cc.Color",
  501. "r": 114,
  502. "g": 192,
  503. "b": 202,
  504. "a": 255
  505. },
  506. "_contentSize": {
  507. "__type__": "cc.Size",
  508. "width": 630,
  509. "height": 630
  510. },
  511. "_anchorPoint": {
  512. "__type__": "cc.Vec2",
  513. "x": 0,
  514. "y": 0
  515. },
  516. "_trs": {
  517. "__type__": "TypedArray",
  518. "ctor": "Float64Array",
  519. "array": [
  520. 0,
  521. 0,
  522. 0,
  523. 0,
  524. 0,
  525. 0,
  526. 1,
  527. 1,
  528. 1,
  529. 1
  530. ]
  531. },
  532. "_eulerAngles": {
  533. "__type__": "cc.Vec3",
  534. "x": 0,
  535. "y": 0,
  536. "z": 0
  537. },
  538. "_skewX": 0,
  539. "_skewY": 0,
  540. "_zIndex": 0,
  541. "_is3DNode": false,
  542. "_groupIndex": 0,
  543. "groupIndex": 0,
  544. "_id": "60c9dkhl2ZNi66qGufUq6o3"
  545. },
  546. {
  547. "__type__": "cc.Sprite",
  548. "_name": "",
  549. "_objFlags": 0,
  550. "node": {
  551. "__id__": 9
  552. },
  553. "_enabled": true,
  554. "_materials": [
  555. {
  556. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  557. }
  558. ],
  559. "_srcBlendFactor": 770,
  560. "_dstBlendFactor": 771,
  561. "_spriteFrame": {
  562. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  563. },
  564. "_type": 0,
  565. "_sizeMode": 0,
  566. "_fillType": 0,
  567. "_fillCenter": {
  568. "__type__": "cc.Vec2",
  569. "x": 0,
  570. "y": 0
  571. },
  572. "_fillStart": 0,
  573. "_fillRange": 0,
  574. "_isTrimmedMode": true,
  575. "_atlas": null,
  576. "_id": "31fK+EyUdMM7BxIEz+UBw5"
  577. },
  578. {
  579. "__type__": "d0d1fDj9rlDx5QUtP+2toQV",
  580. "_name": "",
  581. "_objFlags": 0,
  582. "node": {
  583. "__id__": 8
  584. },
  585. "_enabled": true,
  586. "aniPre": [
  587. null,
  588. {
  589. "__uuid__": "f771c165-d608-444d-ab35-ddb69e5e7161"
  590. },
  591. {
  592. "__uuid__": "207ca3c5-8668-45dd-984b-301bcee92775"
  593. },
  594. {
  595. "__uuid__": "57de7b14-c029-4b51-bbe8-d0b097f0cf45"
  596. },
  597. {
  598. "__uuid__": "7436af1e-4617-4e34-a0a3-8a5c78fcdbdd"
  599. },
  600. {
  601. "__uuid__": "f7e7b94c-d68d-44c1-b10f-280846f838a2"
  602. },
  603. {
  604. "__uuid__": "91a25021-24f8-4f1e-afa7-b2a98fa7d144"
  605. },
  606. {
  607. "__uuid__": "eb11d0a5-91bd-4a85-bbab-523ded3b41e4"
  608. }
  609. ],
  610. "effectLayer": {
  611. "__id__": 12
  612. },
  613. "audioUtils": {
  614. "__id__": 14
  615. },
  616. "_id": "8eNT6iVu5HgIkNF7dZE+iL"
  617. },
  618. {
  619. "__type__": "cc.Node",
  620. "_name": "EffecLayer",
  621. "_objFlags": 0,
  622. "_parent": {
  623. "__id__": 5
  624. },
  625. "_children": [],
  626. "_active": true,
  627. "_components": [
  628. {
  629. "__id__": 13
  630. }
  631. ],
  632. "_prefab": null,
  633. "_opacity": 255,
  634. "_color": {
  635. "__type__": "cc.Color",
  636. "r": 214,
  637. "g": 32,
  638. "b": 32,
  639. "a": 255
  640. },
  641. "_contentSize": {
  642. "__type__": "cc.Size",
  643. "width": 630,
  644. "height": 630
  645. },
  646. "_anchorPoint": {
  647. "__type__": "cc.Vec2",
  648. "x": 0,
  649. "y": 0
  650. },
  651. "_trs": {
  652. "__type__": "TypedArray",
  653. "ctor": "Float64Array",
  654. "array": [
  655. -309,
  656. -279,
  657. 0,
  658. 0,
  659. 0,
  660. 0,
  661. 1,
  662. 1,
  663. 1,
  664. 1
  665. ]
  666. },
  667. "_eulerAngles": {
  668. "__type__": "cc.Vec3",
  669. "x": 0,
  670. "y": 0,
  671. "z": 0
  672. },
  673. "_skewX": 0,
  674. "_skewY": 0,
  675. "_zIndex": 0,
  676. "_is3DNode": false,
  677. "_groupIndex": 0,
  678. "groupIndex": 0,
  679. "_id": "56188nPP+ZMA7AiaK4b7Lg4"
  680. },
  681. {
  682. "__type__": "0e925myn0dIjqdao1TpipF9",
  683. "_name": "",
  684. "_objFlags": 0,
  685. "node": {
  686. "__id__": 12
  687. },
  688. "_enabled": true,
  689. "bombWhite": {
  690. "__uuid__": "2e16c409-3817-4827-b6a0-5e14db230663"
  691. },
  692. "crushEffect": {
  693. "__uuid__": "3b260bf3-fddb-415d-9d29-4247d176144e"
  694. },
  695. "audioUtils": {
  696. "__id__": 14
  697. },
  698. "_id": "85EBYOF1pOvqoJlL0XFxKb"
  699. },
  700. {
  701. "__type__": "fe151y+R2lFvas76dyah2Uf",
  702. "_name": "",
  703. "_objFlags": 0,
  704. "node": {
  705. "__id__": 15
  706. },
  707. "_enabled": true,
  708. "swap": {
  709. "__uuid__": "fa4c7d39-e32c-4d24-a6f7-b4e33ebc266b"
  710. },
  711. "click": {
  712. "__uuid__": "b0c7278f-5a0b-4b77-acd9-1f92b427a817"
  713. },
  714. "eliminate": [
  715. {
  716. "__uuid__": "f2f00aed-0a7f-4a92-8a50-fbef542f8cf5"
  717. },
  718. {
  719. "__uuid__": "c5be7612-2e19-482a-a29d-e0a967fccc8c"
  720. },
  721. {
  722. "__uuid__": "6d9868f5-e611-430b-8401-9e71e10d0948"
  723. },
  724. {
  725. "__uuid__": "767a9bd6-6257-4307-a8f0-56709c6c70e6"
  726. },
  727. {
  728. "__uuid__": "f8a6668a-a02b-44bb-9b98-cea197c60bd2"
  729. },
  730. {
  731. "__uuid__": "4fe10ab8-c7d1-45bb-8f71-a142f1146a5e"
  732. },
  733. {
  734. "__uuid__": "8b46062c-dcaa-4b60-b292-d2e779c4b103"
  735. },
  736. {
  737. "__uuid__": "c01bc791-087a-41cd-8c6b-5fd4bc0f40aa"
  738. }
  739. ],
  740. "continuousMatch": [
  741. {
  742. "__uuid__": "11bc0559-f090-40a9-a942-83ae7dcfa748"
  743. },
  744. {
  745. "__uuid__": "0238574a-c0e5-456d-87db-59fe5a40fc30"
  746. },
  747. {
  748. "__uuid__": "b546d660-da8a-46bc-bb69-7e2b9058db7f"
  749. },
  750. {
  751. "__uuid__": "737d6c3e-50c5-40a9-bdcf-6787c21ffd91"
  752. },
  753. {
  754. "__uuid__": "44585ce7-7246-4d69-9a5c-16f61d1e9160"
  755. }
  756. ],
  757. "_id": "caXnr7C3VAgoYiys8i+MvL"
  758. },
  759. {
  760. "__type__": "cc.Node",
  761. "_name": "AudioUtils",
  762. "_objFlags": 0,
  763. "_parent": {
  764. "__id__": 2
  765. },
  766. "_children": [],
  767. "_active": true,
  768. "_components": [
  769. {
  770. "__id__": 14
  771. }
  772. ],
  773. "_prefab": null,
  774. "_opacity": 255,
  775. "_color": {
  776. "__type__": "cc.Color",
  777. "r": 255,
  778. "g": 255,
  779. "b": 255,
  780. "a": 255
  781. },
  782. "_contentSize": {
  783. "__type__": "cc.Size",
  784. "width": 0,
  785. "height": 0
  786. },
  787. "_anchorPoint": {
  788. "__type__": "cc.Vec2",
  789. "x": 0.5,
  790. "y": 0.5
  791. },
  792. "_trs": {
  793. "__type__": "TypedArray",
  794. "ctor": "Float64Array",
  795. "array": [
  796. 0,
  797. 0,
  798. 0,
  799. 0,
  800. 0,
  801. 0,
  802. 1,
  803. 1,
  804. 1,
  805. 1
  806. ]
  807. },
  808. "_eulerAngles": {
  809. "__type__": "cc.Vec3",
  810. "x": 0,
  811. "y": 0,
  812. "z": 0
  813. },
  814. "_skewX": 0,
  815. "_skewY": 0,
  816. "_zIndex": 0,
  817. "_is3DNode": false,
  818. "_groupIndex": 0,
  819. "groupIndex": 0,
  820. "_id": "23k9oaTKRCcIJcPuvuuQQV"
  821. },
  822. {
  823. "__type__": "cc.Mask",
  824. "_name": "",
  825. "_objFlags": 0,
  826. "node": {
  827. "__id__": 8
  828. },
  829. "_enabled": true,
  830. "_materials": [
  831. {
  832. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  833. }
  834. ],
  835. "_spriteFrame": null,
  836. "_type": 0,
  837. "_segments": 64,
  838. "_N$alphaThreshold": 1,
  839. "_N$inverted": false,
  840. "_id": "0cEHYnOu5HD6bbRuOmNLm8"
  841. },
  842. {
  843. "__type__": "5ac64Iq16lBqrHZ0246FRcZ",
  844. "_name": "",
  845. "_objFlags": 0,
  846. "node": {
  847. "__id__": 5
  848. },
  849. "_enabled": true,
  850. "grid": {
  851. "__id__": 8
  852. },
  853. "audioButton": null,
  854. "_id": "00PUwHyJVP5b7xIbIux7mE"
  855. },
  856. {
  857. "__type__": "cc.AudioSource",
  858. "_name": "",
  859. "_objFlags": 0,
  860. "node": {
  861. "__id__": 5
  862. },
  863. "_enabled": true,
  864. "_clip": {
  865. "__uuid__": "f0bbf861-9d72-4734-b012-26ba8614bf11"
  866. },
  867. "_volume": 1,
  868. "_mute": false,
  869. "_loop": true,
  870. "_firstlyEnabled": true,
  871. "playOnLoad": true,
  872. "preload": false,
  873. "_id": "4baJDi8m5I8YsfWagtEQUk"
  874. },
  875. {
  876. "__type__": "cc.Node",
  877. "_name": "audioButton",
  878. "_objFlags": 0,
  879. "_parent": {
  880. "__id__": 2
  881. },
  882. "_children": [
  883. {
  884. "__id__": 20
  885. }
  886. ],
  887. "_active": true,
  888. "_components": [
  889. {
  890. "__id__": 25
  891. }
  892. ],
  893. "_prefab": null,
  894. "_opacity": 255,
  895. "_color": {
  896. "__type__": "cc.Color",
  897. "r": 255,
  898. "g": 255,
  899. "b": 255,
  900. "a": 255
  901. },
  902. "_contentSize": {
  903. "__type__": "cc.Size",
  904. "width": 150,
  905. "height": 40
  906. },
  907. "_anchorPoint": {
  908. "__type__": "cc.Vec2",
  909. "x": 0.5,
  910. "y": 0.5
  911. },
  912. "_trs": {
  913. "__type__": "TypedArray",
  914. "ctor": "Float64Array",
  915. "array": [
  916. 224.87,
  917. 444.056,
  918. 0,
  919. 0,
  920. 0,
  921. 0,
  922. 1,
  923. 1,
  924. 1,
  925. 1
  926. ]
  927. },
  928. "_eulerAngles": {
  929. "__type__": "cc.Vec3",
  930. "x": 0,
  931. "y": 0,
  932. "z": 0
  933. },
  934. "_skewX": 0,
  935. "_skewY": 0,
  936. "_is3DNode": false,
  937. "_groupIndex": 0,
  938. "groupIndex": 0,
  939. "_id": "f1Oe0aiTdF4LvEEjiVYguE"
  940. },
  941. {
  942. "__type__": "cc.Node",
  943. "_name": "Background",
  944. "_objFlags": 512,
  945. "_parent": {
  946. "__id__": 19
  947. },
  948. "_children": [
  949. {
  950. "__id__": 21
  951. }
  952. ],
  953. "_active": true,
  954. "_components": [
  955. {
  956. "__id__": 23
  957. },
  958. {
  959. "__id__": 24
  960. }
  961. ],
  962. "_prefab": null,
  963. "_opacity": 255,
  964. "_color": {
  965. "__type__": "cc.Color",
  966. "r": 255,
  967. "g": 255,
  968. "b": 255,
  969. "a": 255
  970. },
  971. "_contentSize": {
  972. "__type__": "cc.Size",
  973. "width": 150,
  974. "height": 40
  975. },
  976. "_anchorPoint": {
  977. "__type__": "cc.Vec2",
  978. "x": 0.5,
  979. "y": 0.5
  980. },
  981. "_trs": {
  982. "__type__": "TypedArray",
  983. "ctor": "Float64Array",
  984. "array": [
  985. 0,
  986. 0,
  987. 0,
  988. 0,
  989. 0,
  990. 0,
  991. 1,
  992. 1,
  993. 1,
  994. 1
  995. ]
  996. },
  997. "_eulerAngles": {
  998. "__type__": "cc.Vec3",
  999. "x": 0,
  1000. "y": 0,
  1001. "z": 0
  1002. },
  1003. "_skewX": 0,
  1004. "_skewY": 0,
  1005. "_is3DNode": false,
  1006. "_groupIndex": 0,
  1007. "groupIndex": 0,
  1008. "_id": "70V7daydlO8ZqDdG/dHY8o"
  1009. },
  1010. {
  1011. "__type__": "cc.Node",
  1012. "_name": "Label",
  1013. "_objFlags": 512,
  1014. "_parent": {
  1015. "__id__": 20
  1016. },
  1017. "_children": [],
  1018. "_active": true,
  1019. "_components": [
  1020. {
  1021. "__id__": 22
  1022. }
  1023. ],
  1024. "_prefab": null,
  1025. "_opacity": 255,
  1026. "_color": {
  1027. "__type__": "cc.Color",
  1028. "r": 0,
  1029. "g": 0,
  1030. "b": 0,
  1031. "a": 255
  1032. },
  1033. "_contentSize": {
  1034. "__type__": "cc.Size",
  1035. "width": 150,
  1036. "height": 40
  1037. },
  1038. "_anchorPoint": {
  1039. "__type__": "cc.Vec2",
  1040. "x": 0.5,
  1041. "y": 0.5
  1042. },
  1043. "_trs": {
  1044. "__type__": "TypedArray",
  1045. "ctor": "Float64Array",
  1046. "array": [
  1047. 0,
  1048. 0,
  1049. 0,
  1050. 0,
  1051. 0,
  1052. 0,
  1053. 1,
  1054. 1,
  1055. 1,
  1056. 1
  1057. ]
  1058. },
  1059. "_eulerAngles": {
  1060. "__type__": "cc.Vec3",
  1061. "x": 0,
  1062. "y": 0,
  1063. "z": 0
  1064. },
  1065. "_skewX": 0,
  1066. "_skewY": 0,
  1067. "_is3DNode": false,
  1068. "_groupIndex": 0,
  1069. "groupIndex": 0,
  1070. "_id": "c634kl2thAjYbfJEwp66AB"
  1071. },
  1072. {
  1073. "__type__": "cc.Label",
  1074. "_name": "",
  1075. "_objFlags": 0,
  1076. "node": {
  1077. "__id__": 21
  1078. },
  1079. "_enabled": true,
  1080. "_materials": [
  1081. {
  1082. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1083. }
  1084. ],
  1085. "_srcBlendFactor": 770,
  1086. "_dstBlendFactor": 771,
  1087. "_string": "音乐播放/暂停",
  1088. "_N$string": "音乐播放/暂停",
  1089. "_fontSize": 20,
  1090. "_lineHeight": 40,
  1091. "_enableWrapText": false,
  1092. "_N$file": null,
  1093. "_isSystemFontUsed": true,
  1094. "_spacingX": 0,
  1095. "_batchAsBitmap": false,
  1096. "_styleFlags": 0,
  1097. "_underlineHeight": 0,
  1098. "_N$horizontalAlign": 1,
  1099. "_N$verticalAlign": 1,
  1100. "_N$fontFamily": "Arial",
  1101. "_N$overflow": 1,
  1102. "_N$cacheMode": 1,
  1103. "_id": "ad+baEHNhEjakvwLl0Mj+E"
  1104. },
  1105. {
  1106. "__type__": "cc.Sprite",
  1107. "_name": "",
  1108. "_objFlags": 0,
  1109. "node": {
  1110. "__id__": 20
  1111. },
  1112. "_enabled": true,
  1113. "_materials": [
  1114. {
  1115. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1116. }
  1117. ],
  1118. "_srcBlendFactor": 770,
  1119. "_dstBlendFactor": 771,
  1120. "_spriteFrame": {
  1121. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1122. },
  1123. "_type": 1,
  1124. "_sizeMode": 0,
  1125. "_fillType": 0,
  1126. "_fillCenter": {
  1127. "__type__": "cc.Vec2",
  1128. "x": 0,
  1129. "y": 0
  1130. },
  1131. "_fillStart": 0,
  1132. "_fillRange": 0,
  1133. "_isTrimmedMode": true,
  1134. "_atlas": null,
  1135. "_id": "cdjJUEgz9B+Z+YtMLmgTnr"
  1136. },
  1137. {
  1138. "__type__": "cc.Widget",
  1139. "_name": "",
  1140. "_objFlags": 0,
  1141. "node": {
  1142. "__id__": 20
  1143. },
  1144. "_enabled": true,
  1145. "alignMode": 0,
  1146. "_target": null,
  1147. "_alignFlags": 45,
  1148. "_left": 0,
  1149. "_right": 0,
  1150. "_top": 0,
  1151. "_bottom": 0,
  1152. "_verticalCenter": 0,
  1153. "_horizontalCenter": 0,
  1154. "_isAbsLeft": true,
  1155. "_isAbsRight": true,
  1156. "_isAbsTop": true,
  1157. "_isAbsBottom": true,
  1158. "_isAbsHorizontalCenter": true,
  1159. "_isAbsVerticalCenter": true,
  1160. "_originalWidth": 100,
  1161. "_originalHeight": 40,
  1162. "_id": "e7oq9RCzxKMIvBuYNdSAwl"
  1163. },
  1164. {
  1165. "__type__": "cc.Button",
  1166. "_name": "",
  1167. "_objFlags": 0,
  1168. "node": {
  1169. "__id__": 19
  1170. },
  1171. "_enabled": true,
  1172. "_normalMaterial": null,
  1173. "_grayMaterial": null,
  1174. "duration": 0.1,
  1175. "zoomScale": 1.2,
  1176. "clickEvents": [],
  1177. "_N$interactable": true,
  1178. "_N$enableAutoGrayEffect": false,
  1179. "_N$transition": 2,
  1180. "transition": 2,
  1181. "_N$normalColor": {
  1182. "__type__": "cc.Color",
  1183. "r": 230,
  1184. "g": 230,
  1185. "b": 230,
  1186. "a": 255
  1187. },
  1188. "_N$pressedColor": {
  1189. "__type__": "cc.Color",
  1190. "r": 200,
  1191. "g": 200,
  1192. "b": 200,
  1193. "a": 255
  1194. },
  1195. "pressedColor": {
  1196. "__type__": "cc.Color",
  1197. "r": 200,
  1198. "g": 200,
  1199. "b": 200,
  1200. "a": 255
  1201. },
  1202. "_N$hoverColor": {
  1203. "__type__": "cc.Color",
  1204. "r": 255,
  1205. "g": 255,
  1206. "b": 255,
  1207. "a": 255
  1208. },
  1209. "hoverColor": {
  1210. "__type__": "cc.Color",
  1211. "r": 255,
  1212. "g": 255,
  1213. "b": 255,
  1214. "a": 255
  1215. },
  1216. "_N$disabledColor": {
  1217. "__type__": "cc.Color",
  1218. "r": 120,
  1219. "g": 120,
  1220. "b": 120,
  1221. "a": 200
  1222. },
  1223. "_N$normalSprite": {
  1224. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1225. },
  1226. "_N$pressedSprite": {
  1227. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1228. },
  1229. "pressedSprite": {
  1230. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1231. },
  1232. "_N$hoverSprite": {
  1233. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1234. },
  1235. "hoverSprite": {
  1236. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1237. },
  1238. "_N$disabledSprite": {
  1239. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1240. },
  1241. "_N$target": {
  1242. "__id__": 20
  1243. },
  1244. "_id": "9b7pJXjjlBQ5onTgASDinF"
  1245. },
  1246. {
  1247. "__type__": "cc.Canvas",
  1248. "_name": "",
  1249. "_objFlags": 0,
  1250. "node": {
  1251. "__id__": 2
  1252. },
  1253. "_enabled": true,
  1254. "_designResolution": {
  1255. "__type__": "cc.Size",
  1256. "width": 640,
  1257. "height": 1136
  1258. },
  1259. "_fitWidth": true,
  1260. "_fitHeight": false,
  1261. "_id": "80E9SseaJHaJ05aPeVhinC"
  1262. },
  1263. {
  1264. "__type__": "cc.Widget",
  1265. "_name": "",
  1266. "_objFlags": 0,
  1267. "node": {
  1268. "__id__": 2
  1269. },
  1270. "_enabled": true,
  1271. "alignMode": 1,
  1272. "_target": null,
  1273. "_alignFlags": 45,
  1274. "_left": 0,
  1275. "_right": 0,
  1276. "_top": 0,
  1277. "_bottom": 0,
  1278. "_verticalCenter": 0,
  1279. "_horizontalCenter": 0,
  1280. "_isAbsLeft": true,
  1281. "_isAbsRight": true,
  1282. "_isAbsTop": true,
  1283. "_isAbsBottom": true,
  1284. "_isAbsHorizontalCenter": true,
  1285. "_isAbsVerticalCenter": true,
  1286. "_originalWidth": 0,
  1287. "_originalHeight": 0,
  1288. "_id": "2c6VdGxxJGZbPE9CG8tboH"
  1289. }
  1290. ]