main.fire 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  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. "_is3DNode": true,
  58. "_groupIndex": 0,
  59. "groupIndex": 0,
  60. "autoReleaseAssets": false,
  61. "_id": "edd863f1-28fa-4071-918e-0f844fad49fe"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Canvas",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 5
  76. },
  77. {
  78. "__id__": 7
  79. },
  80. {
  81. "__id__": 12
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 14
  88. },
  89. {
  90. "__id__": 15
  91. }
  92. ],
  93. "_prefab": null,
  94. "_opacity": 255,
  95. "_color": {
  96. "__type__": "cc.Color",
  97. "r": 255,
  98. "g": 255,
  99. "b": 255,
  100. "a": 255
  101. },
  102. "_contentSize": {
  103. "__type__": "cc.Size",
  104. "width": 1080,
  105. "height": 1920
  106. },
  107. "_anchorPoint": {
  108. "__type__": "cc.Vec2",
  109. "x": 0.5,
  110. "y": 0.5
  111. },
  112. "_trs": {
  113. "__type__": "TypedArray",
  114. "ctor": "Float64Array",
  115. "array": [
  116. 540,
  117. 960,
  118. 0,
  119. 0,
  120. 0,
  121. 0,
  122. 1,
  123. 1,
  124. 1,
  125. 1
  126. ]
  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. "groupIndex": 0,
  139. "_id": "a5esZu+45LA5mBpvttspPD"
  140. },
  141. {
  142. "__type__": "cc.Node",
  143. "_name": "Main Camera",
  144. "_objFlags": 0,
  145. "_parent": {
  146. "__id__": 2
  147. },
  148. "_children": [],
  149. "_active": true,
  150. "_components": [
  151. {
  152. "__id__": 4
  153. }
  154. ],
  155. "_prefab": null,
  156. "_opacity": 255,
  157. "_color": {
  158. "__type__": "cc.Color",
  159. "r": 255,
  160. "g": 255,
  161. "b": 255,
  162. "a": 255
  163. },
  164. "_contentSize": {
  165. "__type__": "cc.Size",
  166. "width": 960,
  167. "height": 640
  168. },
  169. "_anchorPoint": {
  170. "__type__": "cc.Vec2",
  171. "x": 0.5,
  172. "y": 0.5
  173. },
  174. "_trs": {
  175. "__type__": "TypedArray",
  176. "ctor": "Float64Array",
  177. "array": [
  178. 0,
  179. 0,
  180. 252.00546954501846,
  181. 0,
  182. 0,
  183. 0,
  184. 1,
  185. 1,
  186. 1,
  187. 1
  188. ]
  189. },
  190. "_eulerAngles": {
  191. "__type__": "cc.Vec3",
  192. "x": 0,
  193. "y": 0,
  194. "z": 0
  195. },
  196. "_skewX": 0,
  197. "_skewY": 0,
  198. "_is3DNode": false,
  199. "_groupIndex": 0,
  200. "groupIndex": 0,
  201. "_id": "e1WoFrQ79G7r4ZuQE3HlNb"
  202. },
  203. {
  204. "__type__": "cc.Camera",
  205. "_name": "",
  206. "_objFlags": 0,
  207. "node": {
  208. "__id__": 3
  209. },
  210. "_enabled": true,
  211. "_cullingMask": 4294967295,
  212. "_clearFlags": 7,
  213. "_backgroundColor": {
  214. "__type__": "cc.Color",
  215. "r": 0,
  216. "g": 0,
  217. "b": 0,
  218. "a": 255
  219. },
  220. "_depth": -1,
  221. "_zoomRatio": 1,
  222. "_targetTexture": null,
  223. "_fov": 60,
  224. "_orthoSize": 10,
  225. "_nearClip": 1,
  226. "_farClip": 4096,
  227. "_ortho": true,
  228. "_rect": {
  229. "__type__": "cc.Rect",
  230. "x": 0,
  231. "y": 0,
  232. "width": 1,
  233. "height": 1
  234. },
  235. "_renderStages": 1,
  236. "_alignWithScreen": true,
  237. "_id": "81GN3uXINKVLeW4+iKSlim"
  238. },
  239. {
  240. "__type__": "cc.Node",
  241. "_name": "Background",
  242. "_objFlags": 0,
  243. "_parent": {
  244. "__id__": 2
  245. },
  246. "_children": [],
  247. "_active": true,
  248. "_components": [
  249. {
  250. "__id__": 6
  251. }
  252. ],
  253. "_prefab": null,
  254. "_opacity": 255,
  255. "_color": {
  256. "__type__": "cc.Color",
  257. "r": 255,
  258. "g": 255,
  259. "b": 255,
  260. "a": 255
  261. },
  262. "_contentSize": {
  263. "__type__": "cc.Size",
  264. "width": 1260,
  265. "height": 2200
  266. },
  267. "_anchorPoint": {
  268. "__type__": "cc.Vec2",
  269. "x": 0.5,
  270. "y": 0.5
  271. },
  272. "_trs": {
  273. "__type__": "TypedArray",
  274. "ctor": "Float64Array",
  275. "array": [
  276. 0,
  277. 0,
  278. 0,
  279. 0,
  280. 0,
  281. 0,
  282. 1,
  283. 1,
  284. 1,
  285. 1
  286. ]
  287. },
  288. "_eulerAngles": {
  289. "__type__": "cc.Vec3",
  290. "x": 0,
  291. "y": 0,
  292. "z": 0
  293. },
  294. "_skewX": 0,
  295. "_skewY": 0,
  296. "_is3DNode": false,
  297. "_groupIndex": 0,
  298. "groupIndex": 0,
  299. "_id": "4dwBgzKLFPlIVifqLE7uyE"
  300. },
  301. {
  302. "__type__": "cc.Sprite",
  303. "_name": "",
  304. "_objFlags": 0,
  305. "node": {
  306. "__id__": 5
  307. },
  308. "_enabled": true,
  309. "_materials": [
  310. {
  311. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  312. }
  313. ],
  314. "_srcBlendFactor": 770,
  315. "_dstBlendFactor": 771,
  316. "_spriteFrame": {
  317. "__uuid__": "c95e6de9-667d-4405-9907-857b35033dbd"
  318. },
  319. "_type": 0,
  320. "_sizeMode": 0,
  321. "_fillType": 0,
  322. "_fillCenter": {
  323. "__type__": "cc.Vec2",
  324. "x": 0,
  325. "y": 0
  326. },
  327. "_fillStart": 0,
  328. "_fillRange": 0,
  329. "_isTrimmedMode": true,
  330. "_atlas": null,
  331. "_id": "b4qrs6oyxPWLEhd/IV8gqT"
  332. },
  333. {
  334. "__type__": "cc.Node",
  335. "_name": "Play Button",
  336. "_objFlags": 0,
  337. "_parent": {
  338. "__id__": 2
  339. },
  340. "_children": [],
  341. "_active": true,
  342. "_components": [
  343. {
  344. "__id__": 8
  345. },
  346. {
  347. "__id__": 9
  348. },
  349. {
  350. "__id__": 11
  351. }
  352. ],
  353. "_prefab": null,
  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": 742,
  365. "height": 281
  366. },
  367. "_anchorPoint": {
  368. "__type__": "cc.Vec2",
  369. "x": 0.5,
  370. "y": 0.5
  371. },
  372. "_trs": {
  373. "__type__": "TypedArray",
  374. "ctor": "Float64Array",
  375. "array": [
  376. 0,
  377. -521.028,
  378. 0,
  379. 0,
  380. 0,
  381. 0,
  382. 1,
  383. 1,
  384. 1,
  385. 1
  386. ]
  387. },
  388. "_eulerAngles": {
  389. "__type__": "cc.Vec3",
  390. "x": 0,
  391. "y": 0,
  392. "z": 0
  393. },
  394. "_skewX": 0,
  395. "_skewY": 0,
  396. "_is3DNode": false,
  397. "_groupIndex": 0,
  398. "groupIndex": 0,
  399. "_id": "94RQP4+JpHoLoZkeiY1Z7B"
  400. },
  401. {
  402. "__type__": "cc.Sprite",
  403. "_name": "",
  404. "_objFlags": 0,
  405. "node": {
  406. "__id__": 7
  407. },
  408. "_enabled": true,
  409. "_materials": [
  410. {
  411. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  412. }
  413. ],
  414. "_srcBlendFactor": 770,
  415. "_dstBlendFactor": 771,
  416. "_spriteFrame": {
  417. "__uuid__": "9db400a3-62d0-44b8-a577-e44e750d9c81"
  418. },
  419. "_type": 0,
  420. "_sizeMode": 0,
  421. "_fillType": 0,
  422. "_fillCenter": {
  423. "__type__": "cc.Vec2",
  424. "x": 0,
  425. "y": 0
  426. },
  427. "_fillStart": 0,
  428. "_fillRange": 0,
  429. "_isTrimmedMode": true,
  430. "_atlas": null,
  431. "_id": "32SyZi0FhLNrPbOKzT9DBN"
  432. },
  433. {
  434. "__type__": "cc.Button",
  435. "_name": "",
  436. "_objFlags": 0,
  437. "node": {
  438. "__id__": 7
  439. },
  440. "_enabled": true,
  441. "_normalMaterial": {
  442. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  443. },
  444. "_grayMaterial": null,
  445. "duration": 0.1,
  446. "zoomScale": 1.2,
  447. "clickEvents": [
  448. {
  449. "__id__": 10
  450. }
  451. ],
  452. "_N$interactable": true,
  453. "_N$enableAutoGrayEffect": false,
  454. "_N$transition": 1,
  455. "transition": 1,
  456. "_N$normalColor": {
  457. "__type__": "cc.Color",
  458. "r": 255,
  459. "g": 255,
  460. "b": 255,
  461. "a": 255
  462. },
  463. "_N$pressedColor": {
  464. "__type__": "cc.Color",
  465. "r": 44,
  466. "g": 44,
  467. "b": 44,
  468. "a": 255
  469. },
  470. "pressedColor": {
  471. "__type__": "cc.Color",
  472. "r": 44,
  473. "g": 44,
  474. "b": 44,
  475. "a": 255
  476. },
  477. "_N$hoverColor": {
  478. "__type__": "cc.Color",
  479. "r": 255,
  480. "g": 255,
  481. "b": 255,
  482. "a": 255
  483. },
  484. "hoverColor": {
  485. "__type__": "cc.Color",
  486. "r": 255,
  487. "g": 255,
  488. "b": 255,
  489. "a": 255
  490. },
  491. "_N$disabledColor": {
  492. "__type__": "cc.Color",
  493. "r": 255,
  494. "g": 255,
  495. "b": 255,
  496. "a": 255
  497. },
  498. "_N$normalSprite": null,
  499. "_N$pressedSprite": null,
  500. "pressedSprite": null,
  501. "_N$hoverSprite": null,
  502. "hoverSprite": null,
  503. "_N$disabledSprite": null,
  504. "_N$target": {
  505. "__id__": 7
  506. },
  507. "_id": "ecC3p93S5OKbuhbzBTIcrs"
  508. },
  509. {
  510. "__type__": "cc.ClickEvent",
  511. "target": {
  512. "__id__": 7
  513. },
  514. "component": "",
  515. "_componentId": "9f2e0CutzRCq4xO9S4n7JWr",
  516. "handler": "onPlay",
  517. "customEventData": ""
  518. },
  519. {
  520. "__type__": "9f2e0CutzRCq4xO9S4n7JWr",
  521. "_name": "",
  522. "_objFlags": 0,
  523. "node": {
  524. "__id__": 7
  525. },
  526. "_enabled": true,
  527. "_id": "d8aFqcm5dEDqumMlRFuGqs"
  528. },
  529. {
  530. "__type__": "cc.Node",
  531. "_name": "Logo",
  532. "_objFlags": 0,
  533. "_parent": {
  534. "__id__": 2
  535. },
  536. "_children": [],
  537. "_active": true,
  538. "_components": [
  539. {
  540. "__id__": 13
  541. }
  542. ],
  543. "_prefab": null,
  544. "_opacity": 255,
  545. "_color": {
  546. "__type__": "cc.Color",
  547. "r": 255,
  548. "g": 255,
  549. "b": 255,
  550. "a": 255
  551. },
  552. "_contentSize": {
  553. "__type__": "cc.Size",
  554. "width": 600,
  555. "height": 460
  556. },
  557. "_anchorPoint": {
  558. "__type__": "cc.Vec2",
  559. "x": 0.5,
  560. "y": 0.5
  561. },
  562. "_trs": {
  563. "__type__": "TypedArray",
  564. "ctor": "Float64Array",
  565. "array": [
  566. 0,
  567. 606.286,
  568. 0,
  569. 0,
  570. 0,
  571. 0,
  572. 1,
  573. 1,
  574. 1,
  575. 1
  576. ]
  577. },
  578. "_eulerAngles": {
  579. "__type__": "cc.Vec3",
  580. "x": 0,
  581. "y": 0,
  582. "z": 0
  583. },
  584. "_skewX": 0,
  585. "_skewY": 0,
  586. "_is3DNode": false,
  587. "_groupIndex": 0,
  588. "groupIndex": 0,
  589. "_id": "b6JwKT6D5OiqC4U8VF/XfN"
  590. },
  591. {
  592. "__type__": "cc.Sprite",
  593. "_name": "",
  594. "_objFlags": 0,
  595. "node": {
  596. "__id__": 12
  597. },
  598. "_enabled": true,
  599. "_materials": [
  600. {
  601. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  602. }
  603. ],
  604. "_srcBlendFactor": 770,
  605. "_dstBlendFactor": 771,
  606. "_spriteFrame": {
  607. "__uuid__": "aca2ca4b-5864-4637-98d5-cd4a906b2456"
  608. },
  609. "_type": 0,
  610. "_sizeMode": 0,
  611. "_fillType": 0,
  612. "_fillCenter": {
  613. "__type__": "cc.Vec2",
  614. "x": 0,
  615. "y": 0
  616. },
  617. "_fillStart": 0,
  618. "_fillRange": 0,
  619. "_isTrimmedMode": true,
  620. "_atlas": null,
  621. "_id": "9cpo4MJHBFY4Nel3wpnXv+"
  622. },
  623. {
  624. "__type__": "cc.Canvas",
  625. "_name": "",
  626. "_objFlags": 0,
  627. "node": {
  628. "__id__": 2
  629. },
  630. "_enabled": true,
  631. "_designResolution": {
  632. "__type__": "cc.Size",
  633. "width": 1080,
  634. "height": 1920
  635. },
  636. "_fitWidth": false,
  637. "_fitHeight": true,
  638. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  639. },
  640. {
  641. "__type__": "cc.Widget",
  642. "_name": "",
  643. "_objFlags": 0,
  644. "node": {
  645. "__id__": 2
  646. },
  647. "_enabled": true,
  648. "alignMode": 1,
  649. "_target": null,
  650. "_alignFlags": 45,
  651. "_left": 0,
  652. "_right": 0,
  653. "_top": 0,
  654. "_bottom": 0,
  655. "_verticalCenter": 0,
  656. "_horizontalCenter": 0,
  657. "_isAbsLeft": true,
  658. "_isAbsRight": true,
  659. "_isAbsTop": true,
  660. "_isAbsBottom": true,
  661. "_isAbsHorizontalCenter": true,
  662. "_isAbsVerticalCenter": true,
  663. "_originalWidth": 0,
  664. "_originalHeight": 0,
  665. "_id": "29zXboiXFBKoIV4PQ2liTe"
  666. }
  667. ]