end_fail.fire 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  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": "bbc2b5d3-bef8-4d86-b4d9-540c608d8b38"
  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. "_active": true,
  79. "_components": [
  80. {
  81. "__id__": 21
  82. },
  83. {
  84. "__id__": 22
  85. }
  86. ],
  87. "_prefab": null,
  88. "_opacity": 255,
  89. "_color": {
  90. "__type__": "cc.Color",
  91. "r": 255,
  92. "g": 255,
  93. "b": 255,
  94. "a": 255
  95. },
  96. "_contentSize": {
  97. "__type__": "cc.Size",
  98. "width": 720,
  99. "height": 1280
  100. },
  101. "_anchorPoint": {
  102. "__type__": "cc.Vec2",
  103. "x": 0.5,
  104. "y": 0.5
  105. },
  106. "_trs": {
  107. "__type__": "TypedArray",
  108. "ctor": "Float64Array",
  109. "array": [
  110. 360,
  111. 640,
  112. 0,
  113. 0,
  114. 0,
  115. 0,
  116. 1,
  117. 1,
  118. 1,
  119. 1
  120. ]
  121. },
  122. "_eulerAngles": {
  123. "__type__": "cc.Vec3",
  124. "x": 0,
  125. "y": 0,
  126. "z": 0
  127. },
  128. "_skewX": 0,
  129. "_skewY": 0,
  130. "_is3DNode": false,
  131. "_groupIndex": 0,
  132. "groupIndex": 0,
  133. "_id": "a5esZu+45LA5mBpvttspPD"
  134. },
  135. {
  136. "__type__": "cc.Node",
  137. "_name": "Main Camera",
  138. "_objFlags": 0,
  139. "_parent": {
  140. "__id__": 2
  141. },
  142. "_children": [],
  143. "_active": true,
  144. "_components": [
  145. {
  146. "__id__": 4
  147. }
  148. ],
  149. "_prefab": null,
  150. "_opacity": 255,
  151. "_color": {
  152. "__type__": "cc.Color",
  153. "r": 255,
  154. "g": 255,
  155. "b": 255,
  156. "a": 255
  157. },
  158. "_contentSize": {
  159. "__type__": "cc.Size",
  160. "width": 960,
  161. "height": 640
  162. },
  163. "_anchorPoint": {
  164. "__type__": "cc.Vec2",
  165. "x": 0.5,
  166. "y": 0.5
  167. },
  168. "_trs": {
  169. "__type__": "TypedArray",
  170. "ctor": "Float64Array",
  171. "array": [
  172. 0,
  173. 0,
  174. 484.9742261192857,
  175. 0,
  176. 0,
  177. 0,
  178. 1,
  179. 1,
  180. 1,
  181. 1
  182. ]
  183. },
  184. "_eulerAngles": {
  185. "__type__": "cc.Vec3",
  186. "x": 0,
  187. "y": 0,
  188. "z": 0
  189. },
  190. "_skewX": 0,
  191. "_skewY": 0,
  192. "_is3DNode": false,
  193. "_groupIndex": 0,
  194. "groupIndex": 0,
  195. "_id": "e1WoFrQ79G7r4ZuQE3HlNb"
  196. },
  197. {
  198. "__type__": "cc.Camera",
  199. "_name": "",
  200. "_objFlags": 0,
  201. "node": {
  202. "__id__": 3
  203. },
  204. "_enabled": true,
  205. "_cullingMask": 4294967295,
  206. "_clearFlags": 7,
  207. "_backgroundColor": {
  208. "__type__": "cc.Color",
  209. "r": 0,
  210. "g": 0,
  211. "b": 0,
  212. "a": 255
  213. },
  214. "_depth": -1,
  215. "_zoomRatio": 1,
  216. "_targetTexture": null,
  217. "_fov": 60,
  218. "_orthoSize": 10,
  219. "_nearClip": 1,
  220. "_farClip": 4096,
  221. "_ortho": true,
  222. "_rect": {
  223. "__type__": "cc.Rect",
  224. "x": 0,
  225. "y": 0,
  226. "width": 1,
  227. "height": 1
  228. },
  229. "_renderStages": 1,
  230. "_alignWithScreen": true,
  231. "_id": "81GN3uXINKVLeW4+iKSlim"
  232. },
  233. {
  234. "__type__": "cc.Node",
  235. "_name": "bg_start",
  236. "_objFlags": 0,
  237. "_parent": {
  238. "__id__": 2
  239. },
  240. "_children": [
  241. {
  242. "__id__": 6
  243. },
  244. {
  245. "__id__": 14
  246. },
  247. {
  248. "__id__": 9
  249. }
  250. ],
  251. "_active": true,
  252. "_components": [
  253. {
  254. "__id__": 20
  255. }
  256. ],
  257. "_prefab": null,
  258. "_opacity": 255,
  259. "_color": {
  260. "__type__": "cc.Color",
  261. "r": 255,
  262. "g": 255,
  263. "b": 255,
  264. "a": 255
  265. },
  266. "_contentSize": {
  267. "__type__": "cc.Size",
  268. "width": 720,
  269. "height": 1280
  270. },
  271. "_anchorPoint": {
  272. "__type__": "cc.Vec2",
  273. "x": 0.5,
  274. "y": 0.5
  275. },
  276. "_trs": {
  277. "__type__": "TypedArray",
  278. "ctor": "Float64Array",
  279. "array": [
  280. 0,
  281. 0,
  282. 0,
  283. 0,
  284. 0,
  285. 0,
  286. 1,
  287. 1,
  288. 1,
  289. 1
  290. ]
  291. },
  292. "_eulerAngles": {
  293. "__type__": "cc.Vec3",
  294. "x": 0,
  295. "y": 0,
  296. "z": 0
  297. },
  298. "_skewX": 0,
  299. "_skewY": 0,
  300. "_is3DNode": false,
  301. "_groupIndex": 0,
  302. "groupIndex": 0,
  303. "_id": "39jXhVmOZHKoXRksbpzhKK"
  304. },
  305. {
  306. "__type__": "cc.Node",
  307. "_name": "fail_baozupo",
  308. "_objFlags": 0,
  309. "_parent": {
  310. "__id__": 5
  311. },
  312. "_children": [],
  313. "_active": true,
  314. "_components": [
  315. {
  316. "__id__": 7
  317. },
  318. {
  319. "__id__": 8
  320. },
  321. {
  322. "__id__": 19
  323. }
  324. ],
  325. "_prefab": null,
  326. "_opacity": 255,
  327. "_color": {
  328. "__type__": "cc.Color",
  329. "r": 255,
  330. "g": 255,
  331. "b": 255,
  332. "a": 255
  333. },
  334. "_contentSize": {
  335. "__type__": "cc.Size",
  336. "width": 450,
  337. "height": 299
  338. },
  339. "_anchorPoint": {
  340. "__type__": "cc.Vec2",
  341. "x": 0.5,
  342. "y": 0.5
  343. },
  344. "_trs": {
  345. "__type__": "TypedArray",
  346. "ctor": "Float64Array",
  347. "array": [
  348. 2.46,
  349. 121.598,
  350. 0,
  351. 0,
  352. 0,
  353. 0,
  354. 1,
  355. 1.4,
  356. 1.4,
  357. 1
  358. ]
  359. },
  360. "_eulerAngles": {
  361. "__type__": "cc.Vec3",
  362. "x": 0,
  363. "y": 0,
  364. "z": 0
  365. },
  366. "_skewX": 0,
  367. "_skewY": 0,
  368. "_is3DNode": false,
  369. "_groupIndex": 0,
  370. "groupIndex": 0,
  371. "_id": "37oTeaVuhCaYfulF6ZOxfL"
  372. },
  373. {
  374. "__type__": "cc.Sprite",
  375. "_name": "",
  376. "_objFlags": 0,
  377. "node": {
  378. "__id__": 6
  379. },
  380. "_enabled": true,
  381. "_materials": [
  382. {
  383. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  384. }
  385. ],
  386. "_srcBlendFactor": 770,
  387. "_dstBlendFactor": 771,
  388. "_spriteFrame": {
  389. "__uuid__": "66c53d39-52ce-4315-876f-1a06c77e0b8b"
  390. },
  391. "_type": 0,
  392. "_sizeMode": 1,
  393. "_fillType": 0,
  394. "_fillCenter": {
  395. "__type__": "cc.Vec2",
  396. "x": 0,
  397. "y": 0
  398. },
  399. "_fillStart": 0,
  400. "_fillRange": 0,
  401. "_isTrimmedMode": true,
  402. "_atlas": null,
  403. "_id": "8bDssNzU5PorHxXb0I2fOb"
  404. },
  405. {
  406. "__type__": "dd53d7e3aRL7JYCSG7TbrqR",
  407. "_name": "",
  408. "_objFlags": 0,
  409. "node": {
  410. "__id__": 6
  411. },
  412. "_enabled": true,
  413. "downLoad": {
  414. "__id__": 9
  415. },
  416. "downLoadElse": {
  417. "__id__": 14
  418. },
  419. "audio": {
  420. "__uuid__": "125efd41-7ec8-47fb-8b9c-7640f7884cb5"
  421. },
  422. "_id": "08UnnTMk5Pt6hMdKr+2Kd8"
  423. },
  424. {
  425. "__type__": "cc.Node",
  426. "_name": "come_back",
  427. "_objFlags": 0,
  428. "_parent": {
  429. "__id__": 5
  430. },
  431. "_children": [],
  432. "_active": true,
  433. "_components": [
  434. {
  435. "__id__": 10
  436. },
  437. {
  438. "__id__": 11
  439. },
  440. {
  441. "__id__": 12
  442. }
  443. ],
  444. "_prefab": null,
  445. "_opacity": 255,
  446. "_color": {
  447. "__type__": "cc.Color",
  448. "r": 255,
  449. "g": 255,
  450. "b": 255,
  451. "a": 255
  452. },
  453. "_contentSize": {
  454. "__type__": "cc.Size",
  455. "width": 434,
  456. "height": 193
  457. },
  458. "_anchorPoint": {
  459. "__type__": "cc.Vec2",
  460. "x": 0.5,
  461. "y": 0.5
  462. },
  463. "_trs": {
  464. "__type__": "TypedArray",
  465. "ctor": "Float64Array",
  466. "array": [
  467. -160.0562,
  468. -281.9814,
  469. 0,
  470. 0,
  471. 0,
  472. 0,
  473. 1,
  474. 0.56,
  475. 0.7,
  476. 0.56
  477. ]
  478. },
  479. "_eulerAngles": {
  480. "__type__": "cc.Vec3",
  481. "x": 0,
  482. "y": 0,
  483. "z": 0
  484. },
  485. "_skewX": 0,
  486. "_skewY": 0,
  487. "_is3DNode": false,
  488. "_groupIndex": 0,
  489. "groupIndex": 0,
  490. "_id": "20fSCgd4tISZna8hfGmQZB"
  491. },
  492. {
  493. "__type__": "cc.Sprite",
  494. "_name": "",
  495. "_objFlags": 0,
  496. "node": {
  497. "__id__": 9
  498. },
  499. "_enabled": true,
  500. "_materials": [
  501. {
  502. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  503. }
  504. ],
  505. "_srcBlendFactor": 770,
  506. "_dstBlendFactor": 771,
  507. "_spriteFrame": {
  508. "__uuid__": "ba761663-2995-4613-892a-1494a1e1ea4d"
  509. },
  510. "_type": 0,
  511. "_sizeMode": 1,
  512. "_fillType": 0,
  513. "_fillCenter": {
  514. "__type__": "cc.Vec2",
  515. "x": 0,
  516. "y": 0
  517. },
  518. "_fillStart": 0,
  519. "_fillRange": 0,
  520. "_isTrimmedMode": true,
  521. "_atlas": null,
  522. "_id": "a8OsNnI7ZIE7xqqF7/AY4s"
  523. },
  524. {
  525. "__type__": "cc.Animation",
  526. "_name": "",
  527. "_objFlags": 0,
  528. "node": {
  529. "__id__": 9
  530. },
  531. "_enabled": true,
  532. "_defaultClip": {
  533. "__uuid__": "6b87eec2-2117-45cc-8a00-4e44800c499c"
  534. },
  535. "_clips": [
  536. {
  537. "__uuid__": "6b87eec2-2117-45cc-8a00-4e44800c499c"
  538. }
  539. ],
  540. "playOnLoad": true,
  541. "_id": "e9x+gZldVIboqMuaAs0STj"
  542. },
  543. {
  544. "__type__": "cc.Button",
  545. "_name": "",
  546. "_objFlags": 0,
  547. "node": {
  548. "__id__": 9
  549. },
  550. "_enabled": true,
  551. "_normalMaterial": null,
  552. "_grayMaterial": null,
  553. "duration": 0.1,
  554. "zoomScale": 1.2,
  555. "clickEvents": [
  556. {
  557. "__id__": 13
  558. }
  559. ],
  560. "_N$interactable": true,
  561. "_N$enableAutoGrayEffect": false,
  562. "_N$transition": 0,
  563. "transition": 0,
  564. "_N$normalColor": {
  565. "__type__": "cc.Color",
  566. "r": 255,
  567. "g": 255,
  568. "b": 255,
  569. "a": 255
  570. },
  571. "_N$pressedColor": {
  572. "__type__": "cc.Color",
  573. "r": 211,
  574. "g": 211,
  575. "b": 211,
  576. "a": 255
  577. },
  578. "pressedColor": {
  579. "__type__": "cc.Color",
  580. "r": 211,
  581. "g": 211,
  582. "b": 211,
  583. "a": 255
  584. },
  585. "_N$hoverColor": {
  586. "__type__": "cc.Color",
  587. "r": 255,
  588. "g": 255,
  589. "b": 255,
  590. "a": 255
  591. },
  592. "hoverColor": {
  593. "__type__": "cc.Color",
  594. "r": 255,
  595. "g": 255,
  596. "b": 255,
  597. "a": 255
  598. },
  599. "_N$disabledColor": {
  600. "__type__": "cc.Color",
  601. "r": 124,
  602. "g": 124,
  603. "b": 124,
  604. "a": 255
  605. },
  606. "_N$normalSprite": null,
  607. "_N$pressedSprite": null,
  608. "pressedSprite": null,
  609. "_N$hoverSprite": null,
  610. "hoverSprite": null,
  611. "_N$disabledSprite": null,
  612. "_N$target": null,
  613. "_id": "e1G7knFt1AY4QwkXeqD+VP"
  614. },
  615. {
  616. "__type__": "cc.ClickEvent",
  617. "target": {
  618. "__id__": 6
  619. },
  620. "component": "",
  621. "_componentId": "dd53d7e3aRL7JYCSG7TbrqR",
  622. "handler": "agin",
  623. "customEventData": ""
  624. },
  625. {
  626. "__type__": "cc.Node",
  627. "_name": "down_load",
  628. "_objFlags": 0,
  629. "_parent": {
  630. "__id__": 5
  631. },
  632. "_children": [],
  633. "_active": true,
  634. "_components": [
  635. {
  636. "__id__": 15
  637. },
  638. {
  639. "__id__": 16
  640. },
  641. {
  642. "__id__": 17
  643. }
  644. ],
  645. "_prefab": null,
  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": 444,
  657. "height": 201
  658. },
  659. "_anchorPoint": {
  660. "__type__": "cc.Vec2",
  661. "x": 0.5,
  662. "y": 0.5
  663. },
  664. "_trs": {
  665. "__type__": "TypedArray",
  666. "ctor": "Float64Array",
  667. "array": [
  668. 155.6914,
  669. -281.9814,
  670. 0,
  671. 0,
  672. 0,
  673. 0,
  674. 1,
  675. 0.7,
  676. 0.7,
  677. 1
  678. ]
  679. },
  680. "_eulerAngles": {
  681. "__type__": "cc.Vec3",
  682. "x": 0,
  683. "y": 0,
  684. "z": 0
  685. },
  686. "_skewX": 0,
  687. "_skewY": 0,
  688. "_is3DNode": false,
  689. "_groupIndex": 0,
  690. "groupIndex": 0,
  691. "_id": "93k/yXGJRDa4rLfRXDcK0z"
  692. },
  693. {
  694. "__type__": "cc.Sprite",
  695. "_name": "",
  696. "_objFlags": 0,
  697. "node": {
  698. "__id__": 14
  699. },
  700. "_enabled": true,
  701. "_materials": [
  702. {
  703. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  704. }
  705. ],
  706. "_srcBlendFactor": 770,
  707. "_dstBlendFactor": 771,
  708. "_spriteFrame": {
  709. "__uuid__": "9b49c8c5-ffb3-4c7f-8be6-d8d02934b4d0"
  710. },
  711. "_type": 0,
  712. "_sizeMode": 1,
  713. "_fillType": 0,
  714. "_fillCenter": {
  715. "__type__": "cc.Vec2",
  716. "x": 0,
  717. "y": 0
  718. },
  719. "_fillStart": 0,
  720. "_fillRange": 0,
  721. "_isTrimmedMode": true,
  722. "_atlas": null,
  723. "_id": "f992dlbFVOUY4jyGZSiMKx"
  724. },
  725. {
  726. "__type__": "cc.Animation",
  727. "_name": "",
  728. "_objFlags": 0,
  729. "node": {
  730. "__id__": 14
  731. },
  732. "_enabled": true,
  733. "_defaultClip": {
  734. "__uuid__": "6b87eec2-2117-45cc-8a00-4e44800c499c"
  735. },
  736. "_clips": [
  737. {
  738. "__uuid__": "6b87eec2-2117-45cc-8a00-4e44800c499c"
  739. }
  740. ],
  741. "playOnLoad": true,
  742. "_id": "07MXQoG+lFHLbEiu9oJ/9U"
  743. },
  744. {
  745. "__type__": "cc.Button",
  746. "_name": "",
  747. "_objFlags": 0,
  748. "node": {
  749. "__id__": 14
  750. },
  751. "_enabled": true,
  752. "_normalMaterial": null,
  753. "_grayMaterial": null,
  754. "duration": 0.1,
  755. "zoomScale": 1.2,
  756. "clickEvents": [
  757. {
  758. "__id__": 18
  759. }
  760. ],
  761. "_N$interactable": true,
  762. "_N$enableAutoGrayEffect": false,
  763. "_N$transition": 0,
  764. "transition": 0,
  765. "_N$normalColor": {
  766. "__type__": "cc.Color",
  767. "r": 255,
  768. "g": 255,
  769. "b": 255,
  770. "a": 255
  771. },
  772. "_N$pressedColor": {
  773. "__type__": "cc.Color",
  774. "r": 211,
  775. "g": 211,
  776. "b": 211,
  777. "a": 255
  778. },
  779. "pressedColor": {
  780. "__type__": "cc.Color",
  781. "r": 211,
  782. "g": 211,
  783. "b": 211,
  784. "a": 255
  785. },
  786. "_N$hoverColor": {
  787. "__type__": "cc.Color",
  788. "r": 255,
  789. "g": 255,
  790. "b": 255,
  791. "a": 255
  792. },
  793. "hoverColor": {
  794. "__type__": "cc.Color",
  795. "r": 255,
  796. "g": 255,
  797. "b": 255,
  798. "a": 255
  799. },
  800. "_N$disabledColor": {
  801. "__type__": "cc.Color",
  802. "r": 124,
  803. "g": 124,
  804. "b": 124,
  805. "a": 255
  806. },
  807. "_N$normalSprite": null,
  808. "_N$pressedSprite": null,
  809. "pressedSprite": null,
  810. "_N$hoverSprite": null,
  811. "hoverSprite": null,
  812. "_N$disabledSprite": null,
  813. "_N$target": null,
  814. "_id": "c2x4j2Yw9F+Jeya4ioC/GC"
  815. },
  816. {
  817. "__type__": "cc.ClickEvent",
  818. "target": {
  819. "__id__": 6
  820. },
  821. "component": "",
  822. "_componentId": "dd53d7e3aRL7JYCSG7TbrqR",
  823. "handler": "onDownLoad",
  824. "customEventData": ""
  825. },
  826. {
  827. "__type__": "cc.Animation",
  828. "_name": "",
  829. "_objFlags": 0,
  830. "node": {
  831. "__id__": 6
  832. },
  833. "_enabled": true,
  834. "_defaultClip": {
  835. "__uuid__": "306fa619-5459-4647-b6ad-6ea54efc73a6"
  836. },
  837. "_clips": [
  838. {
  839. "__uuid__": "306fa619-5459-4647-b6ad-6ea54efc73a6"
  840. }
  841. ],
  842. "playOnLoad": true,
  843. "_id": "3cWRhsVZ9D9Inx1Eit/npb"
  844. },
  845. {
  846. "__type__": "cc.Sprite",
  847. "_name": "",
  848. "_objFlags": 0,
  849. "node": {
  850. "__id__": 5
  851. },
  852. "_enabled": true,
  853. "_materials": [
  854. {
  855. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  856. }
  857. ],
  858. "_srcBlendFactor": 770,
  859. "_dstBlendFactor": 771,
  860. "_spriteFrame": {
  861. "__uuid__": "de07f387-83d2-4c35-9925-4bf7d0dd9864"
  862. },
  863. "_type": 0,
  864. "_sizeMode": 0,
  865. "_fillType": 0,
  866. "_fillCenter": {
  867. "__type__": "cc.Vec2",
  868. "x": 0,
  869. "y": 0
  870. },
  871. "_fillStart": 0,
  872. "_fillRange": 0,
  873. "_isTrimmedMode": true,
  874. "_atlas": null,
  875. "_id": "6dr9UpOMRDeavHCD+cu0yY"
  876. },
  877. {
  878. "__type__": "cc.Canvas",
  879. "_name": "",
  880. "_objFlags": 0,
  881. "node": {
  882. "__id__": 2
  883. },
  884. "_enabled": true,
  885. "_designResolution": {
  886. "__type__": "cc.Size",
  887. "width": 720,
  888. "height": 1280
  889. },
  890. "_fitWidth": true,
  891. "_fitHeight": true,
  892. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  893. },
  894. {
  895. "__type__": "cc.Widget",
  896. "_name": "",
  897. "_objFlags": 0,
  898. "node": {
  899. "__id__": 2
  900. },
  901. "_enabled": true,
  902. "alignMode": 1,
  903. "_target": null,
  904. "_alignFlags": 45,
  905. "_left": 0,
  906. "_right": 0,
  907. "_top": 0,
  908. "_bottom": 0,
  909. "_verticalCenter": 0,
  910. "_horizontalCenter": 0,
  911. "_isAbsLeft": true,
  912. "_isAbsRight": true,
  913. "_isAbsTop": true,
  914. "_isAbsBottom": true,
  915. "_isAbsHorizontalCenter": true,
  916. "_isAbsVerticalCenter": true,
  917. "_originalWidth": 0,
  918. "_originalHeight": 0,
  919. "_id": "29zXboiXFBKoIV4PQ2liTe"
  920. }
  921. ]