test.fire 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494
  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. "_level": 0,
  22. "_components": [],
  23. "_prefab": null,
  24. "_opacity": 255,
  25. "_color": {
  26. "__type__": "cc.Color",
  27. "r": 255,
  28. "g": 255,
  29. "b": 255,
  30. "a": 255
  31. },
  32. "_contentSize": {
  33. "__type__": "cc.Size",
  34. "width": 0,
  35. "height": 0
  36. },
  37. "_anchorPoint": {
  38. "__type__": "cc.Vec2",
  39. "x": 0,
  40. "y": 0
  41. },
  42. "_scale": {
  43. "__type__": "cc.Vec3",
  44. "x": 1.8714559562709665,
  45. "y": 1.8714559562709665,
  46. "z": 1
  47. },
  48. "_quat": {
  49. "__type__": "cc.Quat",
  50. "x": 0,
  51. "y": 0,
  52. "z": 0,
  53. "w": 1
  54. },
  55. "_zIndex": 0,
  56. "groupIndex": 0,
  57. "autoReleaseAssets": false,
  58. "_id": "8c6c1c83-c5c3-4b57-96b6-098735d1b625"
  59. },
  60. {
  61. "__type__": "cc.Node",
  62. "_name": "Canvas",
  63. "_objFlags": 0,
  64. "_parent": {
  65. "__id__": 1
  66. },
  67. "_children": [
  68. {
  69. "__id__": 3
  70. },
  71. {
  72. "__id__": 5
  73. },
  74. {
  75. "__id__": 7
  76. },
  77. {
  78. "__id__": 9
  79. },
  80. {
  81. "__id__": 11
  82. },
  83. {
  84. "__id__": 13
  85. },
  86. {
  87. "__id__": 15
  88. },
  89. {
  90. "__id__": 17
  91. },
  92. {
  93. "__id__": 19
  94. },
  95. {
  96. "__id__": 21
  97. }
  98. ],
  99. "_active": true,
  100. "_level": 1,
  101. "_components": [
  102. {
  103. "__id__": 30
  104. }
  105. ],
  106. "_prefab": null,
  107. "_opacity": 255,
  108. "_color": {
  109. "__type__": "cc.Color",
  110. "r": 255,
  111. "g": 255,
  112. "b": 255,
  113. "a": 255
  114. },
  115. "_contentSize": {
  116. "__type__": "cc.Size",
  117. "width": 960,
  118. "height": 640
  119. },
  120. "_anchorPoint": {
  121. "__type__": "cc.Vec2",
  122. "x": 0.5,
  123. "y": 0.5
  124. },
  125. "_position": {
  126. "__type__": "cc.Vec3",
  127. "x": 480,
  128. "y": 320,
  129. "z": 0
  130. },
  131. "_scale": {
  132. "__type__": "cc.Vec3",
  133. "x": 1,
  134. "y": 1,
  135. "z": 1
  136. },
  137. "_rotationX": 0,
  138. "_rotationY": 0,
  139. "_quat": {
  140. "__type__": "cc.Quat",
  141. "x": 0,
  142. "y": 0,
  143. "z": 0,
  144. "w": 1
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_zIndex": 0,
  149. "groupIndex": 0,
  150. "_id": "b1mjzVFTdE7J4exUBZrgq/"
  151. },
  152. {
  153. "__type__": "cc.Node",
  154. "_name": "Main Camera",
  155. "_objFlags": 0,
  156. "_parent": {
  157. "__id__": 2
  158. },
  159. "_children": [],
  160. "_active": true,
  161. "_level": 2,
  162. "_components": [
  163. {
  164. "__id__": 4
  165. }
  166. ],
  167. "_prefab": null,
  168. "_opacity": 255,
  169. "_color": {
  170. "__type__": "cc.Color",
  171. "r": 255,
  172. "g": 255,
  173. "b": 255,
  174. "a": 255
  175. },
  176. "_contentSize": {
  177. "__type__": "cc.Size",
  178. "width": 0,
  179. "height": 0
  180. },
  181. "_anchorPoint": {
  182. "__type__": "cc.Vec2",
  183. "x": 0.5,
  184. "y": 0.5
  185. },
  186. "_position": {
  187. "__type__": "cc.Vec3",
  188. "x": 0,
  189. "y": 0,
  190. "z": 0
  191. },
  192. "_scale": {
  193. "__type__": "cc.Vec3",
  194. "x": 1,
  195. "y": 1,
  196. "z": 1
  197. },
  198. "_rotationX": 0,
  199. "_rotationY": 0,
  200. "_quat": {
  201. "__type__": "cc.Quat",
  202. "x": 0,
  203. "y": 0,
  204. "z": 0,
  205. "w": 1
  206. },
  207. "_skewX": 0,
  208. "_skewY": 0,
  209. "_zIndex": 0,
  210. "groupIndex": 0,
  211. "_id": "31RBMKTKdBcbOAJeEd3QTu"
  212. },
  213. {
  214. "__type__": "cc.Camera",
  215. "_name": "",
  216. "_objFlags": 0,
  217. "node": {
  218. "__id__": 3
  219. },
  220. "_enabled": true,
  221. "_cullingMask": 4294967295,
  222. "_clearFlags": 7,
  223. "_backgroundColor": {
  224. "__type__": "cc.Color",
  225. "r": 0,
  226. "g": 0,
  227. "b": 0,
  228. "a": 255
  229. },
  230. "_depth": -1,
  231. "_zoomRatio": 1,
  232. "_targetTexture": null,
  233. "_id": "8fCFNs0JZJb4nhetYWz7FB"
  234. },
  235. {
  236. "__type__": "cc.Node",
  237. "_name": "yanshu0112_ske",
  238. "_objFlags": 0,
  239. "_parent": {
  240. "__id__": 2
  241. },
  242. "_children": [],
  243. "_active": true,
  244. "_level": 2,
  245. "_components": [
  246. {
  247. "__id__": 6
  248. }
  249. ],
  250. "_prefab": null,
  251. "_opacity": 255,
  252. "_color": {
  253. "__type__": "cc.Color",
  254. "r": 255,
  255. "g": 255,
  256. "b": 255,
  257. "a": 255
  258. },
  259. "_contentSize": {
  260. "__type__": "cc.Size",
  261. "width": 0,
  262. "height": 0
  263. },
  264. "_anchorPoint": {
  265. "__type__": "cc.Vec2",
  266. "x": 0.5,
  267. "y": 0.5
  268. },
  269. "_position": {
  270. "__type__": "cc.Vec3",
  271. "x": 0,
  272. "y": 0,
  273. "z": 0
  274. },
  275. "_scale": {
  276. "__type__": "cc.Vec3",
  277. "x": 1,
  278. "y": 1,
  279. "z": 1
  280. },
  281. "_rotationX": 0,
  282. "_rotationY": 0,
  283. "_quat": {
  284. "__type__": "cc.Quat",
  285. "x": 0,
  286. "y": 0,
  287. "z": 0,
  288. "w": 1
  289. },
  290. "_skewX": 0,
  291. "_skewY": 0,
  292. "_zIndex": 0,
  293. "groupIndex": 0,
  294. "_id": "5awuJL1x9B/rOlCYaL8+RB"
  295. },
  296. {
  297. "__type__": "dragonBones.ArmatureDisplay",
  298. "_name": "",
  299. "_objFlags": 0,
  300. "node": {
  301. "__id__": 5
  302. },
  303. "_enabled": true,
  304. "_srcBlendFactor": 770,
  305. "_dstBlendFactor": 771,
  306. "_armatureName": "yanshu",
  307. "_animationName": "yun3",
  308. "playTimes": -1,
  309. "_N$dragonAsset": null,
  310. "_N$dragonAtlasAsset": null,
  311. "_N$_defaultArmatureIndex": 0,
  312. "_N$_animationIndex": 16,
  313. "_N$timeScale": 1,
  314. "_N$debugBones": false,
  315. "_id": "a46y+gSLhC9b5pLzeZdjvD"
  316. },
  317. {
  318. "__type__": "cc.Node",
  319. "_name": "quantao_ske",
  320. "_objFlags": 0,
  321. "_parent": {
  322. "__id__": 2
  323. },
  324. "_children": [],
  325. "_active": false,
  326. "_level": 2,
  327. "_components": [
  328. {
  329. "__id__": 8
  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": 0,
  344. "height": 0
  345. },
  346. "_anchorPoint": {
  347. "__type__": "cc.Vec2",
  348. "x": 0.5,
  349. "y": 0.5
  350. },
  351. "_position": {
  352. "__type__": "cc.Vec3",
  353. "x": 0,
  354. "y": -162,
  355. "z": 0
  356. },
  357. "_scale": {
  358. "__type__": "cc.Vec3",
  359. "x": -1,
  360. "y": 1,
  361. "z": 1
  362. },
  363. "_rotationX": 0,
  364. "_rotationY": 0,
  365. "_quat": {
  366. "__type__": "cc.Quat",
  367. "x": 0,
  368. "y": 0,
  369. "z": 0,
  370. "w": 1
  371. },
  372. "_skewX": 0,
  373. "_skewY": 0,
  374. "_zIndex": 0,
  375. "groupIndex": 0,
  376. "_id": "5dmGFGHrBHYJgdauWRt5ge"
  377. },
  378. {
  379. "__type__": "dragonBones.ArmatureDisplay",
  380. "_name": "",
  381. "_objFlags": 0,
  382. "node": {
  383. "__id__": 7
  384. },
  385. "_enabled": true,
  386. "_srcBlendFactor": 770,
  387. "_dstBlendFactor": 771,
  388. "_armatureName": "Armature",
  389. "_animationName": "attack1",
  390. "playTimes": -1,
  391. "_N$dragonAsset": {
  392. "__uuid__": "0759abae-65ca-490a-b891-8e916f5a5c67"
  393. },
  394. "_N$dragonAtlasAsset": {
  395. "__uuid__": "70f64ae6-b252-483b-9e96-8f49a93ae4a8"
  396. },
  397. "_N$_defaultArmatureIndex": 0,
  398. "_N$_animationIndex": 1,
  399. "_N$timeScale": 1,
  400. "_N$debugBones": false,
  401. "_id": "6eDstHH35CcpqJ+jO+lTCx"
  402. },
  403. {
  404. "__type__": "cc.Node",
  405. "_name": "yanshu_ske",
  406. "_objFlags": 0,
  407. "_parent": {
  408. "__id__": 2
  409. },
  410. "_children": [],
  411. "_active": false,
  412. "_level": 2,
  413. "_components": [
  414. {
  415. "__id__": 10
  416. }
  417. ],
  418. "_prefab": null,
  419. "_opacity": 255,
  420. "_color": {
  421. "__type__": "cc.Color",
  422. "r": 255,
  423. "g": 255,
  424. "b": 255,
  425. "a": 255
  426. },
  427. "_contentSize": {
  428. "__type__": "cc.Size",
  429. "width": 0,
  430. "height": 0
  431. },
  432. "_anchorPoint": {
  433. "__type__": "cc.Vec2",
  434. "x": 0.5,
  435. "y": 0.5
  436. },
  437. "_position": {
  438. "__type__": "cc.Vec3",
  439. "x": 0,
  440. "y": -248,
  441. "z": 0
  442. },
  443. "_scale": {
  444. "__type__": "cc.Vec3",
  445. "x": 1,
  446. "y": 1,
  447. "z": 1
  448. },
  449. "_rotationX": 0,
  450. "_rotationY": 0,
  451. "_quat": {
  452. "__type__": "cc.Quat",
  453. "x": 0,
  454. "y": 0,
  455. "z": 0,
  456. "w": 1
  457. },
  458. "_skewX": 0,
  459. "_skewY": 0,
  460. "_zIndex": 0,
  461. "groupIndex": 0,
  462. "_id": "91t52uKoZEvIkCubD9iNaU"
  463. },
  464. {
  465. "__type__": "dragonBones.ArmatureDisplay",
  466. "_name": "",
  467. "_objFlags": 0,
  468. "node": {
  469. "__id__": 9
  470. },
  471. "_enabled": true,
  472. "_srcBlendFactor": 770,
  473. "_dstBlendFactor": 771,
  474. "_armatureName": "yanshu",
  475. "_animationName": "jian",
  476. "playTimes": -1,
  477. "_N$dragonAsset": null,
  478. "_N$dragonAtlasAsset": null,
  479. "_N$_defaultArmatureIndex": 0,
  480. "_N$_animationIndex": 17,
  481. "_N$timeScale": 1,
  482. "_N$debugBones": false,
  483. "_id": "b5RZkfH1dAb5jWzkJ71bnS"
  484. },
  485. {
  486. "__type__": "cc.Node",
  487. "_name": "yanshu0113_ske",
  488. "_objFlags": 0,
  489. "_parent": {
  490. "__id__": 2
  491. },
  492. "_children": [],
  493. "_active": false,
  494. "_level": 2,
  495. "_components": [
  496. {
  497. "__id__": 12
  498. }
  499. ],
  500. "_prefab": null,
  501. "_opacity": 255,
  502. "_color": {
  503. "__type__": "cc.Color",
  504. "r": 255,
  505. "g": 255,
  506. "b": 255,
  507. "a": 255
  508. },
  509. "_contentSize": {
  510. "__type__": "cc.Size",
  511. "width": 0,
  512. "height": 0
  513. },
  514. "_anchorPoint": {
  515. "__type__": "cc.Vec2",
  516. "x": 0.5,
  517. "y": 0.5
  518. },
  519. "_position": {
  520. "__type__": "cc.Vec3",
  521. "x": 0,
  522. "y": -265,
  523. "z": 0
  524. },
  525. "_scale": {
  526. "__type__": "cc.Vec3",
  527. "x": -1,
  528. "y": 1,
  529. "z": 1
  530. },
  531. "_rotationX": 0,
  532. "_rotationY": 0,
  533. "_quat": {
  534. "__type__": "cc.Quat",
  535. "x": 0,
  536. "y": 0,
  537. "z": 0,
  538. "w": 1
  539. },
  540. "_skewX": 0,
  541. "_skewY": 0,
  542. "_zIndex": 0,
  543. "groupIndex": 0,
  544. "_id": "8eu5jfUddEcozaNeXrhlcb"
  545. },
  546. {
  547. "__type__": "dragonBones.ArmatureDisplay",
  548. "_name": "",
  549. "_objFlags": 0,
  550. "node": {
  551. "__id__": 11
  552. },
  553. "_enabled": true,
  554. "_srcBlendFactor": 770,
  555. "_dstBlendFactor": 771,
  556. "_armatureName": "yanshu",
  557. "_animationName": "attack22",
  558. "playTimes": 1,
  559. "_N$dragonAsset": null,
  560. "_N$dragonAtlasAsset": null,
  561. "_N$_defaultArmatureIndex": 0,
  562. "_N$_animationIndex": 22,
  563. "_N$timeScale": 1,
  564. "_N$debugBones": false,
  565. "_id": "80xIdtmDZMMa6jf64WhZTr"
  566. },
  567. {
  568. "__type__": "cc.Node",
  569. "_name": "yansh_ske",
  570. "_objFlags": 0,
  571. "_parent": {
  572. "__id__": 2
  573. },
  574. "_children": [],
  575. "_active": false,
  576. "_level": 2,
  577. "_components": [
  578. {
  579. "__id__": 14
  580. }
  581. ],
  582. "_prefab": null,
  583. "_opacity": 255,
  584. "_color": {
  585. "__type__": "cc.Color",
  586. "r": 255,
  587. "g": 255,
  588. "b": 255,
  589. "a": 255
  590. },
  591. "_contentSize": {
  592. "__type__": "cc.Size",
  593. "width": 0,
  594. "height": 0
  595. },
  596. "_anchorPoint": {
  597. "__type__": "cc.Vec2",
  598. "x": 0.5,
  599. "y": 0.5
  600. },
  601. "_position": {
  602. "__type__": "cc.Vec3",
  603. "x": 0,
  604. "y": -232,
  605. "z": 0
  606. },
  607. "_scale": {
  608. "__type__": "cc.Vec3",
  609. "x": 1,
  610. "y": 1,
  611. "z": 1
  612. },
  613. "_rotationX": 0,
  614. "_rotationY": 0,
  615. "_quat": {
  616. "__type__": "cc.Quat",
  617. "x": 0,
  618. "y": 0,
  619. "z": 0,
  620. "w": 1
  621. },
  622. "_skewX": 0,
  623. "_skewY": 0,
  624. "_zIndex": 0,
  625. "groupIndex": 0,
  626. "_id": "36dK9MBQlAQobXsqRiVj5O"
  627. },
  628. {
  629. "__type__": "dragonBones.ArmatureDisplay",
  630. "_name": "",
  631. "_objFlags": 0,
  632. "node": {
  633. "__id__": 13
  634. },
  635. "_enabled": true,
  636. "_srcBlendFactor": 770,
  637. "_dstBlendFactor": 771,
  638. "_armatureName": "yanshu",
  639. "_animationName": "cry2",
  640. "playTimes": -1,
  641. "_N$dragonAsset": null,
  642. "_N$dragonAtlasAsset": null,
  643. "_N$_defaultArmatureIndex": 0,
  644. "_N$_animationIndex": 12,
  645. "_N$timeScale": 1,
  646. "_N$debugBones": false,
  647. "_id": "44Ci791SxJ5qGdRhjxAcEv"
  648. },
  649. {
  650. "__type__": "cc.Node",
  651. "_name": "yanshu_ske",
  652. "_objFlags": 0,
  653. "_parent": {
  654. "__id__": 2
  655. },
  656. "_children": [],
  657. "_active": false,
  658. "_level": 2,
  659. "_components": [
  660. {
  661. "__id__": 16
  662. }
  663. ],
  664. "_prefab": null,
  665. "_opacity": 255,
  666. "_color": {
  667. "__type__": "cc.Color",
  668. "r": 255,
  669. "g": 255,
  670. "b": 255,
  671. "a": 255
  672. },
  673. "_contentSize": {
  674. "__type__": "cc.Size",
  675. "width": 0,
  676. "height": 0
  677. },
  678. "_anchorPoint": {
  679. "__type__": "cc.Vec2",
  680. "x": 0.5,
  681. "y": 0.5
  682. },
  683. "_position": {
  684. "__type__": "cc.Vec3",
  685. "x": 0,
  686. "y": -179,
  687. "z": 0
  688. },
  689. "_scale": {
  690. "__type__": "cc.Vec3",
  691. "x": 1,
  692. "y": 1,
  693. "z": 1
  694. },
  695. "_rotationX": 0,
  696. "_rotationY": 0,
  697. "_quat": {
  698. "__type__": "cc.Quat",
  699. "x": 0,
  700. "y": 0,
  701. "z": 0,
  702. "w": 1
  703. },
  704. "_skewX": 0,
  705. "_skewY": 0,
  706. "_zIndex": 0,
  707. "groupIndex": 0,
  708. "_id": "b9RBQCBTRNobiCo3XEKQEB"
  709. },
  710. {
  711. "__type__": "dragonBones.ArmatureDisplay",
  712. "_name": "",
  713. "_objFlags": 0,
  714. "node": {
  715. "__id__": 15
  716. },
  717. "_enabled": true,
  718. "_srcBlendFactor": 770,
  719. "_dstBlendFactor": 771,
  720. "_armatureName": "yanshu",
  721. "_animationName": "attack24",
  722. "playTimes": -1,
  723. "_N$dragonAsset": {
  724. "__uuid__": "6cc91853-ef4d-4c48-880b-2cb05ced7c9c"
  725. },
  726. "_N$dragonAtlasAsset": {
  727. "__uuid__": "d2ae5c83-97cf-42c7-846c-ebf43a6e01ba"
  728. },
  729. "_N$_defaultArmatureIndex": 0,
  730. "_N$_animationIndex": 24,
  731. "_N$timeScale": 1,
  732. "_N$debugBones": false,
  733. "_id": "c8eUVpn25Ayp3lCAh58z31"
  734. },
  735. {
  736. "__type__": "cc.Node",
  737. "_name": "SparklersParticle",
  738. "_objFlags": 0,
  739. "_parent": {
  740. "__id__": 2
  741. },
  742. "_children": [],
  743. "_active": false,
  744. "_level": 2,
  745. "_components": [
  746. {
  747. "__id__": 18
  748. }
  749. ],
  750. "_prefab": null,
  751. "_opacity": 255,
  752. "_color": {
  753. "__type__": "cc.Color",
  754. "r": 255,
  755. "g": 255,
  756. "b": 255,
  757. "a": 255
  758. },
  759. "_contentSize": {
  760. "__type__": "cc.Size",
  761. "width": 0,
  762. "height": 0
  763. },
  764. "_anchorPoint": {
  765. "__type__": "cc.Vec2",
  766. "x": 0.5,
  767. "y": 0.5
  768. },
  769. "_position": {
  770. "__type__": "cc.Vec3",
  771. "x": 0,
  772. "y": 0,
  773. "z": 0
  774. },
  775. "_scale": {
  776. "__type__": "cc.Vec3",
  777. "x": 1,
  778. "y": 1,
  779. "z": 1
  780. },
  781. "_rotationX": 90,
  782. "_rotationY": 90,
  783. "_quat": {
  784. "__type__": "cc.Quat",
  785. "x": 0,
  786. "y": 0,
  787. "z": -0.7071067811865475,
  788. "w": 0.7071067811865476
  789. },
  790. "_skewX": 0,
  791. "_skewY": 0,
  792. "_zIndex": 0,
  793. "groupIndex": 0,
  794. "_id": "91mo0daQJLcrC4fARDmiNO"
  795. },
  796. {
  797. "__type__": "cc.ParticleSystem",
  798. "_name": "",
  799. "_objFlags": 0,
  800. "node": {
  801. "__id__": 17
  802. },
  803. "_enabled": true,
  804. "_srcBlendFactor": 770,
  805. "_dstBlendFactor": 771,
  806. "_custom": true,
  807. "_file": {
  808. "__uuid__": "b2687ac4-099e-403c-a192-ff477686f4f5"
  809. },
  810. "_spriteFrame": null,
  811. "_stopped": false,
  812. "playOnLoad": true,
  813. "autoRemoveOnFinish": false,
  814. "totalParticles": 150,
  815. "duration": -1,
  816. "emissionRate": 10,
  817. "life": 1,
  818. "lifeVar": 0,
  819. "_startColor": {
  820. "__type__": "cc.Color",
  821. "r": 255,
  822. "g": 255,
  823. "b": 255,
  824. "a": 255
  825. },
  826. "_startColorVar": {
  827. "__type__": "cc.Color",
  828. "r": 0,
  829. "g": 0,
  830. "b": 0,
  831. "a": 255
  832. },
  833. "_endColor": {
  834. "__type__": "cc.Color",
  835. "r": 255,
  836. "g": 255,
  837. "b": 255,
  838. "a": 0
  839. },
  840. "_endColorVar": {
  841. "__type__": "cc.Color",
  842. "r": 0,
  843. "g": 0,
  844. "b": 0,
  845. "a": 0
  846. },
  847. "angle": 90,
  848. "angleVar": 20,
  849. "startSize": 50,
  850. "startSizeVar": 0,
  851. "endSize": 0,
  852. "endSizeVar": 0,
  853. "startSpin": 0,
  854. "startSpinVar": 0,
  855. "endSpin": 0,
  856. "endSpinVar": 0,
  857. "sourcePos": {
  858. "__type__": "cc.Vec2",
  859. "x": 0,
  860. "y": 0
  861. },
  862. "posVar": {
  863. "__type__": "cc.Vec2",
  864. "x": 0,
  865. "y": 0
  866. },
  867. "positionType": 0,
  868. "emitterMode": 0,
  869. "gravity": {
  870. "__type__": "cc.Vec2",
  871. "x": 0,
  872. "y": 0
  873. },
  874. "speed": 180,
  875. "speedVar": 50,
  876. "tangentialAccel": 80,
  877. "tangentialAccelVar": 0,
  878. "radialAccel": 0,
  879. "radialAccelVar": 0,
  880. "rotationIsDir": false,
  881. "startRadius": 0,
  882. "startRadiusVar": 0,
  883. "endRadius": 0,
  884. "endRadiusVar": 0,
  885. "rotatePerS": 0,
  886. "rotatePerSVar": 0,
  887. "_N$preview": true,
  888. "_id": "96qRH/1LxPBo9zJqLmNWtD"
  889. },
  890. {
  891. "__type__": "cc.Node",
  892. "_name": "particlesystem",
  893. "_objFlags": 0,
  894. "_parent": {
  895. "__id__": 2
  896. },
  897. "_children": [],
  898. "_active": true,
  899. "_level": 2,
  900. "_components": [
  901. {
  902. "__id__": 20
  903. }
  904. ],
  905. "_prefab": null,
  906. "_opacity": 255,
  907. "_color": {
  908. "__type__": "cc.Color",
  909. "r": 255,
  910. "g": 255,
  911. "b": 255,
  912. "a": 255
  913. },
  914. "_contentSize": {
  915. "__type__": "cc.Size",
  916. "width": 0,
  917. "height": 0
  918. },
  919. "_anchorPoint": {
  920. "__type__": "cc.Vec2",
  921. "x": 0.5,
  922. "y": 0.5
  923. },
  924. "_position": {
  925. "__type__": "cc.Vec3",
  926. "x": -32.7,
  927. "y": 42.1,
  928. "z": 0
  929. },
  930. "_scale": {
  931. "__type__": "cc.Vec3",
  932. "x": 1,
  933. "y": 1,
  934. "z": 1
  935. },
  936. "_rotationX": 0,
  937. "_rotationY": 0,
  938. "_quat": {
  939. "__type__": "cc.Quat",
  940. "x": 0,
  941. "y": 0,
  942. "z": 0,
  943. "w": 1
  944. },
  945. "_skewX": 0,
  946. "_skewY": 0,
  947. "_zIndex": 0,
  948. "groupIndex": 0,
  949. "_id": "4a33DxGZhMYpFp5dL7iotL"
  950. },
  951. {
  952. "__type__": "cc.ParticleSystem",
  953. "_name": "",
  954. "_objFlags": 0,
  955. "node": {
  956. "__id__": 19
  957. },
  958. "_enabled": true,
  959. "_srcBlendFactor": 770,
  960. "_dstBlendFactor": 771,
  961. "_custom": true,
  962. "_file": {
  963. "__uuid__": "b2687ac4-099e-403c-a192-ff477686f4f5"
  964. },
  965. "_spriteFrame": {
  966. "__uuid__": "472df5d3-35e7-4184-9e6c-7f41bee65ee3"
  967. },
  968. "_stopped": true,
  969. "playOnLoad": true,
  970. "autoRemoveOnFinish": false,
  971. "totalParticles": 150,
  972. "duration": -1,
  973. "emissionRate": 10,
  974. "life": 1,
  975. "lifeVar": 0,
  976. "_startColor": {
  977. "__type__": "cc.Color",
  978. "r": 255,
  979. "g": 184,
  980. "b": 0,
  981. "a": 255
  982. },
  983. "_startColorVar": {
  984. "__type__": "cc.Color",
  985. "r": 0,
  986. "g": 0,
  987. "b": 0,
  988. "a": 255
  989. },
  990. "_endColor": {
  991. "__type__": "cc.Color",
  992. "r": 255,
  993. "g": 255,
  994. "b": 255,
  995. "a": 0
  996. },
  997. "_endColorVar": {
  998. "__type__": "cc.Color",
  999. "r": 0,
  1000. "g": 0,
  1001. "b": 0,
  1002. "a": 0
  1003. },
  1004. "angle": 90,
  1005. "angleVar": 20,
  1006. "startSize": 100,
  1007. "startSizeVar": 0,
  1008. "endSize": 100,
  1009. "endSizeVar": 0,
  1010. "startSpin": 0,
  1011. "startSpinVar": 0,
  1012. "endSpin": 0,
  1013. "endSpinVar": 0,
  1014. "sourcePos": {
  1015. "__type__": "cc.Vec2",
  1016. "x": 0,
  1017. "y": 0
  1018. },
  1019. "posVar": {
  1020. "__type__": "cc.Vec2",
  1021. "x": 0,
  1022. "y": 0
  1023. },
  1024. "positionType": 0,
  1025. "emitterMode": 0,
  1026. "gravity": {
  1027. "__type__": "cc.Vec2",
  1028. "x": 0,
  1029. "y": 0
  1030. },
  1031. "speed": 0,
  1032. "speedVar": 0,
  1033. "tangentialAccel": 0,
  1034. "tangentialAccelVar": 0,
  1035. "radialAccel": 0,
  1036. "radialAccelVar": 0,
  1037. "rotationIsDir": false,
  1038. "startRadius": 0,
  1039. "startRadiusVar": 0,
  1040. "endRadius": 0,
  1041. "endRadiusVar": 0,
  1042. "rotatePerS": 0,
  1043. "rotatePerSVar": 0,
  1044. "_N$preview": true,
  1045. "_id": "fa36OpI2xHwqHByleMmkwc"
  1046. },
  1047. {
  1048. "__type__": "cc.Node",
  1049. "_name": "BoomParticle",
  1050. "_objFlags": 0,
  1051. "_parent": {
  1052. "__id__": 2
  1053. },
  1054. "_children": [
  1055. {
  1056. "__id__": 22
  1057. },
  1058. {
  1059. "__id__": 25
  1060. }
  1061. ],
  1062. "_active": false,
  1063. "_level": 2,
  1064. "_components": [
  1065. {
  1066. "__id__": 28
  1067. }
  1068. ],
  1069. "_prefab": {
  1070. "__id__": 29
  1071. },
  1072. "_opacity": 255,
  1073. "_color": {
  1074. "__type__": "cc.Color",
  1075. "r": 255,
  1076. "g": 255,
  1077. "b": 255,
  1078. "a": 255
  1079. },
  1080. "_contentSize": {
  1081. "__type__": "cc.Size",
  1082. "width": 0,
  1083. "height": 0
  1084. },
  1085. "_anchorPoint": {
  1086. "__type__": "cc.Vec2",
  1087. "x": 0.5,
  1088. "y": 0.5
  1089. },
  1090. "_position": {
  1091. "__type__": "cc.Vec3",
  1092. "x": 0,
  1093. "y": 0,
  1094. "z": 0
  1095. },
  1096. "_scale": {
  1097. "__type__": "cc.Vec3",
  1098. "x": 1,
  1099. "y": 1,
  1100. "z": 1
  1101. },
  1102. "_rotationX": 0,
  1103. "_rotationY": 0,
  1104. "_quat": {
  1105. "__type__": "cc.Quat",
  1106. "x": 0,
  1107. "y": 0,
  1108. "z": 0,
  1109. "w": 1
  1110. },
  1111. "_skewX": 0,
  1112. "_skewY": 0,
  1113. "_zIndex": 0,
  1114. "groupIndex": 0,
  1115. "_id": "68N7fGWitDnrQWTusHz02z"
  1116. },
  1117. {
  1118. "__type__": "cc.Node",
  1119. "_name": "SparklersParticle",
  1120. "_objFlags": 0,
  1121. "_parent": {
  1122. "__id__": 21
  1123. },
  1124. "_children": [],
  1125. "_active": true,
  1126. "_level": 0,
  1127. "_components": [
  1128. {
  1129. "__id__": 23
  1130. }
  1131. ],
  1132. "_prefab": {
  1133. "__id__": 24
  1134. },
  1135. "_opacity": 255,
  1136. "_color": {
  1137. "__type__": "cc.Color",
  1138. "r": 255,
  1139. "g": 255,
  1140. "b": 255,
  1141. "a": 255
  1142. },
  1143. "_contentSize": {
  1144. "__type__": "cc.Size",
  1145. "width": 0,
  1146. "height": 0
  1147. },
  1148. "_anchorPoint": {
  1149. "__type__": "cc.Vec2",
  1150. "x": 0.5,
  1151. "y": 0.5
  1152. },
  1153. "_position": {
  1154. "__type__": "cc.Vec3",
  1155. "x": -30.9,
  1156. "y": 46.8,
  1157. "z": 0
  1158. },
  1159. "_scale": {
  1160. "__type__": "cc.Vec3",
  1161. "x": 1,
  1162. "y": 1,
  1163. "z": 1
  1164. },
  1165. "_rotationX": 90,
  1166. "_rotationY": 90,
  1167. "_quat": {
  1168. "__type__": "cc.Quat",
  1169. "x": 0,
  1170. "y": 0,
  1171. "z": -0.7071067811865475,
  1172. "w": 0.7071067811865476
  1173. },
  1174. "_skewX": 0,
  1175. "_skewY": 0,
  1176. "_zIndex": 0,
  1177. "groupIndex": 0,
  1178. "_id": "29Sp/f+n5CiLrP/RIA1IQE"
  1179. },
  1180. {
  1181. "__type__": "cc.ParticleSystem",
  1182. "_name": "",
  1183. "_objFlags": 0,
  1184. "node": {
  1185. "__id__": 22
  1186. },
  1187. "_enabled": true,
  1188. "_srcBlendFactor": 770,
  1189. "_dstBlendFactor": 771,
  1190. "_custom": true,
  1191. "_file": {
  1192. "__uuid__": "b2687ac4-099e-403c-a192-ff477686f4f5"
  1193. },
  1194. "_spriteFrame": null,
  1195. "_stopped": true,
  1196. "playOnLoad": true,
  1197. "autoRemoveOnFinish": false,
  1198. "totalParticles": 150,
  1199. "duration": -1,
  1200. "emissionRate": 10,
  1201. "life": 1,
  1202. "lifeVar": 0,
  1203. "_startColor": {
  1204. "__type__": "cc.Color",
  1205. "r": 255,
  1206. "g": 214,
  1207. "b": 0,
  1208. "a": 255
  1209. },
  1210. "_startColorVar": {
  1211. "__type__": "cc.Color",
  1212. "r": 0,
  1213. "g": 0,
  1214. "b": 0,
  1215. "a": 255
  1216. },
  1217. "_endColor": {
  1218. "__type__": "cc.Color",
  1219. "r": 245,
  1220. "g": 255,
  1221. "b": 0,
  1222. "a": 0
  1223. },
  1224. "_endColorVar": {
  1225. "__type__": "cc.Color",
  1226. "r": 0,
  1227. "g": 0,
  1228. "b": 0,
  1229. "a": 0
  1230. },
  1231. "angle": 90,
  1232. "angleVar": 20,
  1233. "startSize": 50,
  1234. "startSizeVar": 0,
  1235. "endSize": 0,
  1236. "endSizeVar": 0,
  1237. "startSpin": 0,
  1238. "startSpinVar": 0,
  1239. "endSpin": 0,
  1240. "endSpinVar": 0,
  1241. "sourcePos": {
  1242. "__type__": "cc.Vec2",
  1243. "x": 0,
  1244. "y": 0
  1245. },
  1246. "posVar": {
  1247. "__type__": "cc.Vec2",
  1248. "x": 0,
  1249. "y": 0
  1250. },
  1251. "positionType": 0,
  1252. "emitterMode": 0,
  1253. "gravity": {
  1254. "__type__": "cc.Vec2",
  1255. "x": 0,
  1256. "y": 0
  1257. },
  1258. "speed": 180,
  1259. "speedVar": 50,
  1260. "tangentialAccel": 80,
  1261. "tangentialAccelVar": 0,
  1262. "radialAccel": 0,
  1263. "radialAccelVar": 0,
  1264. "rotationIsDir": false,
  1265. "startRadius": 0,
  1266. "startRadiusVar": 0,
  1267. "endRadius": 0,
  1268. "endRadiusVar": 0,
  1269. "rotatePerS": 0,
  1270. "rotatePerSVar": 0,
  1271. "_N$preview": true,
  1272. "_id": "f0lgwtA6FEt7qetDGHH1fG"
  1273. },
  1274. {
  1275. "__type__": "cc.PrefabInfo",
  1276. "root": {
  1277. "__id__": 21
  1278. },
  1279. "asset": {
  1280. "__uuid__": "fcfc62fc-9411-409e-a1f2-55d5f711637a"
  1281. },
  1282. "fileId": "622WLv48pO55e5U7M7CyZc",
  1283. "sync": false
  1284. },
  1285. {
  1286. "__type__": "cc.Node",
  1287. "_name": "particlesystem",
  1288. "_objFlags": 0,
  1289. "_parent": {
  1290. "__id__": 21
  1291. },
  1292. "_children": [],
  1293. "_active": true,
  1294. "_level": 0,
  1295. "_components": [
  1296. {
  1297. "__id__": 26
  1298. }
  1299. ],
  1300. "_prefab": {
  1301. "__id__": 27
  1302. },
  1303. "_opacity": 255,
  1304. "_color": {
  1305. "__type__": "cc.Color",
  1306. "r": 255,
  1307. "g": 255,
  1308. "b": 255,
  1309. "a": 255
  1310. },
  1311. "_contentSize": {
  1312. "__type__": "cc.Size",
  1313. "width": 0,
  1314. "height": 0
  1315. },
  1316. "_anchorPoint": {
  1317. "__type__": "cc.Vec2",
  1318. "x": 0.5,
  1319. "y": 0.5
  1320. },
  1321. "_position": {
  1322. "__type__": "cc.Vec3",
  1323. "x": -30.9,
  1324. "y": 47.4,
  1325. "z": 0
  1326. },
  1327. "_scale": {
  1328. "__type__": "cc.Vec3",
  1329. "x": 1,
  1330. "y": 1,
  1331. "z": 1
  1332. },
  1333. "_rotationX": 0,
  1334. "_rotationY": 0,
  1335. "_quat": {
  1336. "__type__": "cc.Quat",
  1337. "x": 0,
  1338. "y": 0,
  1339. "z": 0,
  1340. "w": 1
  1341. },
  1342. "_skewX": 0,
  1343. "_skewY": 0,
  1344. "_zIndex": 0,
  1345. "groupIndex": 0,
  1346. "_id": "2c1dRTtWZEEIFNS0kB1kxd"
  1347. },
  1348. {
  1349. "__type__": "cc.ParticleSystem",
  1350. "_name": "",
  1351. "_objFlags": 0,
  1352. "node": {
  1353. "__id__": 25
  1354. },
  1355. "_enabled": true,
  1356. "_srcBlendFactor": 770,
  1357. "_dstBlendFactor": 771,
  1358. "_custom": true,
  1359. "_file": {
  1360. "__uuid__": "b2687ac4-099e-403c-a192-ff477686f4f5"
  1361. },
  1362. "_spriteFrame": null,
  1363. "_stopped": true,
  1364. "playOnLoad": true,
  1365. "autoRemoveOnFinish": false,
  1366. "totalParticles": 150,
  1367. "duration": -1,
  1368. "emissionRate": 10,
  1369. "life": 1,
  1370. "lifeVar": 0,
  1371. "_startColor": {
  1372. "__type__": "cc.Color",
  1373. "r": 255,
  1374. "g": 184,
  1375. "b": 0,
  1376. "a": 255
  1377. },
  1378. "_startColorVar": {
  1379. "__type__": "cc.Color",
  1380. "r": 0,
  1381. "g": 0,
  1382. "b": 0,
  1383. "a": 255
  1384. },
  1385. "_endColor": {
  1386. "__type__": "cc.Color",
  1387. "r": 255,
  1388. "g": 255,
  1389. "b": 255,
  1390. "a": 0
  1391. },
  1392. "_endColorVar": {
  1393. "__type__": "cc.Color",
  1394. "r": 0,
  1395. "g": 0,
  1396. "b": 0,
  1397. "a": 0
  1398. },
  1399. "angle": 90,
  1400. "angleVar": 20,
  1401. "startSize": 50,
  1402. "startSizeVar": 0,
  1403. "endSize": 0,
  1404. "endSizeVar": 0,
  1405. "startSpin": 0,
  1406. "startSpinVar": 0,
  1407. "endSpin": 0,
  1408. "endSpinVar": 0,
  1409. "sourcePos": {
  1410. "__type__": "cc.Vec2",
  1411. "x": 0,
  1412. "y": 0
  1413. },
  1414. "posVar": {
  1415. "__type__": "cc.Vec2",
  1416. "x": 0,
  1417. "y": 0
  1418. },
  1419. "positionType": 0,
  1420. "emitterMode": 0,
  1421. "gravity": {
  1422. "__type__": "cc.Vec2",
  1423. "x": 0,
  1424. "y": 0
  1425. },
  1426. "speed": 180,
  1427. "speedVar": 50,
  1428. "tangentialAccel": 80,
  1429. "tangentialAccelVar": 0,
  1430. "radialAccel": 0,
  1431. "radialAccelVar": 0,
  1432. "rotationIsDir": false,
  1433. "startRadius": 0,
  1434. "startRadiusVar": 0,
  1435. "endRadius": 0,
  1436. "endRadiusVar": 0,
  1437. "rotatePerS": 0,
  1438. "rotatePerSVar": 0,
  1439. "_N$preview": true,
  1440. "_id": "676NTR+31EzbJqINa/t/Gp"
  1441. },
  1442. {
  1443. "__type__": "cc.PrefabInfo",
  1444. "root": {
  1445. "__id__": 21
  1446. },
  1447. "asset": {
  1448. "__uuid__": "fcfc62fc-9411-409e-a1f2-55d5f711637a"
  1449. },
  1450. "fileId": "07G0BLdDZDfKOSPyfPYUGc",
  1451. "sync": false
  1452. },
  1453. {
  1454. "__type__": "cc.Animation",
  1455. "_name": "",
  1456. "_objFlags": 0,
  1457. "node": {
  1458. "__id__": 21
  1459. },
  1460. "_enabled": true,
  1461. "_defaultClip": null,
  1462. "_clips": [],
  1463. "playOnLoad": false,
  1464. "_id": "03uYbRddRHY6HVUVy1oyKG"
  1465. },
  1466. {
  1467. "__type__": "cc.PrefabInfo",
  1468. "root": {
  1469. "__id__": 21
  1470. },
  1471. "asset": {
  1472. "__uuid__": "fcfc62fc-9411-409e-a1f2-55d5f711637a"
  1473. },
  1474. "fileId": "63TihEZ4tBTqf6DFxtA8EX",
  1475. "sync": false
  1476. },
  1477. {
  1478. "__type__": "cc.Canvas",
  1479. "_name": "",
  1480. "_objFlags": 0,
  1481. "node": {
  1482. "__id__": 2
  1483. },
  1484. "_enabled": true,
  1485. "_designResolution": {
  1486. "__type__": "cc.Size",
  1487. "width": 960,
  1488. "height": 640
  1489. },
  1490. "_fitWidth": false,
  1491. "_fitHeight": true,
  1492. "_id": "85ugVfCPtBC5ZpsPJI3JEg"
  1493. }
  1494. ]