Blast.prefab 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "Blast",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. }
  26. ],
  27. "_active": true,
  28. "_level": 1,
  29. "_components": [
  30. {
  31. "__id__": 26
  32. }
  33. ],
  34. "_prefab": {
  35. "__id__": 27
  36. },
  37. "_opacity": 255,
  38. "_color": {
  39. "__type__": "cc.Color",
  40. "r": 255,
  41. "g": 255,
  42. "b": 255,
  43. "a": 255
  44. },
  45. "_contentSize": {
  46. "__type__": "cc.Size",
  47. "width": 0,
  48. "height": 0
  49. },
  50. "_anchorPoint": {
  51. "__type__": "cc.Vec2",
  52. "x": 0.5,
  53. "y": 0.5
  54. },
  55. "_eulerAngles": {
  56. "__type__": "cc.Vec3",
  57. "x": 0,
  58. "y": 0,
  59. "z": 0
  60. },
  61. "_skewX": 0,
  62. "_skewY": 0,
  63. "_is3DNode": false,
  64. "groupIndex": 0,
  65. "_id": "",
  66. "_trs": {
  67. "__type__": "TypedArray",
  68. "ctor": "Float64Array",
  69. "array": [
  70. 0,
  71. 0,
  72. 0,
  73. 0,
  74. 0,
  75. 0,
  76. 1,
  77. 1,
  78. 1,
  79. 1
  80. ]
  81. }
  82. },
  83. {
  84. "__type__": "cc.Node",
  85. "_name": "label",
  86. "_objFlags": 0,
  87. "_parent": {
  88. "__id__": 1
  89. },
  90. "_children": [],
  91. "_active": false,
  92. "_level": 2,
  93. "_components": [
  94. {
  95. "__id__": 3
  96. }
  97. ],
  98. "_prefab": {
  99. "__id__": 4
  100. },
  101. "_opacity": 255,
  102. "_color": {
  103. "__type__": "cc.Color",
  104. "r": 255,
  105. "g": 255,
  106. "b": 255,
  107. "a": 255
  108. },
  109. "_contentSize": {
  110. "__type__": "cc.Size",
  111. "width": 22.86,
  112. "height": 32
  113. },
  114. "_anchorPoint": {
  115. "__type__": "cc.Vec2",
  116. "x": 0.5,
  117. "y": 0.5
  118. },
  119. "_eulerAngles": {
  120. "__type__": "cc.Vec3",
  121. "x": 0,
  122. "y": 0,
  123. "z": 0
  124. },
  125. "_skewX": 0,
  126. "_skewY": 0,
  127. "_is3DNode": false,
  128. "groupIndex": 0,
  129. "_id": "",
  130. "_trs": {
  131. "__type__": "TypedArray",
  132. "ctor": "Float64Array",
  133. "array": [
  134. 0,
  135. 0,
  136. 0,
  137. 0,
  138. 0,
  139. 0,
  140. 1,
  141. 1,
  142. 1,
  143. 1
  144. ]
  145. }
  146. },
  147. {
  148. "__type__": "cc.Label",
  149. "_name": "",
  150. "_objFlags": 0,
  151. "node": {
  152. "__id__": 2
  153. },
  154. "_enabled": true,
  155. "_materials": [
  156. {
  157. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  158. }
  159. ],
  160. "_useOriginalSize": false,
  161. "_string": "0",
  162. "_N$string": "0",
  163. "_fontSize": 32,
  164. "_lineHeight": 42,
  165. "_enableWrapText": true,
  166. "_N$file": {
  167. "__uuid__": "dbed354b-8fc8-4b16-9bb9-e43e3bd2cbdf"
  168. },
  169. "_isSystemFontUsed": false,
  170. "_spacingX": 0,
  171. "_batchAsBitmap": false,
  172. "_N$horizontalAlign": 1,
  173. "_N$verticalAlign": 1,
  174. "_N$fontFamily": "Arial",
  175. "_N$overflow": 0,
  176. "_N$cacheMode": 0,
  177. "_id": ""
  178. },
  179. {
  180. "__type__": "cc.PrefabInfo",
  181. "root": {
  182. "__id__": 1
  183. },
  184. "asset": {
  185. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  186. },
  187. "fileId": "74gow1NMNFAaFagRz+66rF",
  188. "sync": false
  189. },
  190. {
  191. "__type__": "cc.Node",
  192. "_name": "ppk",
  193. "_objFlags": 0,
  194. "_parent": {
  195. "__id__": 1
  196. },
  197. "_children": [
  198. {
  199. "__id__": 6
  200. },
  201. {
  202. "__id__": 9
  203. },
  204. {
  205. "__id__": 13
  206. },
  207. {
  208. "__id__": 17
  209. },
  210. {
  211. "__id__": 21
  212. }
  213. ],
  214. "_active": true,
  215. "_level": 2,
  216. "_components": [
  217. {
  218. "__id__": 24
  219. }
  220. ],
  221. "_prefab": {
  222. "__id__": 25
  223. },
  224. "_opacity": 255,
  225. "_color": {
  226. "__type__": "cc.Color",
  227. "r": 255,
  228. "g": 255,
  229. "b": 255,
  230. "a": 255
  231. },
  232. "_contentSize": {
  233. "__type__": "cc.Size",
  234. "width": 0,
  235. "height": 0
  236. },
  237. "_anchorPoint": {
  238. "__type__": "cc.Vec2",
  239. "x": 0.5,
  240. "y": 0.5
  241. },
  242. "_eulerAngles": {
  243. "__type__": "cc.Vec3",
  244. "x": 0,
  245. "y": 0,
  246. "z": 0
  247. },
  248. "_skewX": 0,
  249. "_skewY": 0,
  250. "_is3DNode": false,
  251. "groupIndex": 0,
  252. "_id": "",
  253. "_trs": {
  254. "__type__": "TypedArray",
  255. "ctor": "Float64Array",
  256. "array": [
  257. 0,
  258. 0,
  259. 0,
  260. 0,
  261. 0,
  262. 0,
  263. 1,
  264. 1,
  265. 1,
  266. 1
  267. ]
  268. }
  269. },
  270. {
  271. "__type__": "cc.Node",
  272. "_name": "gaoliang",
  273. "_objFlags": 0,
  274. "_parent": {
  275. "__id__": 5
  276. },
  277. "_children": [],
  278. "_active": true,
  279. "_level": 0,
  280. "_components": [
  281. {
  282. "__id__": 7
  283. }
  284. ],
  285. "_prefab": {
  286. "__id__": 8
  287. },
  288. "_opacity": 0,
  289. "_color": {
  290. "__type__": "cc.Color",
  291. "r": 156,
  292. "g": 112,
  293. "b": 0,
  294. "a": 255
  295. },
  296. "_contentSize": {
  297. "__type__": "cc.Size",
  298. "width": 63,
  299. "height": 63
  300. },
  301. "_anchorPoint": {
  302. "__type__": "cc.Vec2",
  303. "x": 0.5,
  304. "y": 0.5
  305. },
  306. "_eulerAngles": {
  307. "__type__": "cc.Vec3",
  308. "x": 0,
  309. "y": 0,
  310. "z": 0
  311. },
  312. "_skewX": 0,
  313. "_skewY": 0,
  314. "_is3DNode": false,
  315. "groupIndex": 0,
  316. "_id": "",
  317. "_trs": {
  318. "__type__": "TypedArray",
  319. "ctor": "Float64Array",
  320. "array": [
  321. 0,
  322. 0,
  323. 0,
  324. 0,
  325. 0,
  326. 0,
  327. 1,
  328. 1,
  329. 1,
  330. 1
  331. ]
  332. }
  333. },
  334. {
  335. "__type__": "cc.Sprite",
  336. "_name": "",
  337. "_objFlags": 0,
  338. "node": {
  339. "__id__": 6
  340. },
  341. "_enabled": true,
  342. "_materials": [],
  343. "_srcBlendFactor": 770,
  344. "_dstBlendFactor": 1,
  345. "_spriteFrame": null,
  346. "_type": 0,
  347. "_sizeMode": 1,
  348. "_fillType": 0,
  349. "_fillCenter": {
  350. "__type__": "cc.Vec2",
  351. "x": 0,
  352. "y": 0
  353. },
  354. "_fillStart": 0,
  355. "_fillRange": 0,
  356. "_isTrimmedMode": true,
  357. "_atlas": null,
  358. "_id": ""
  359. },
  360. {
  361. "__type__": "cc.PrefabInfo",
  362. "root": {
  363. "__id__": 1
  364. },
  365. "asset": {
  366. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  367. },
  368. "fileId": "f044pIHpRNHqOy3fOMhkq2",
  369. "sync": false
  370. },
  371. {
  372. "__type__": "cc.Node",
  373. "_name": "particlesystem",
  374. "_objFlags": 0,
  375. "_parent": {
  376. "__id__": 5
  377. },
  378. "_children": [],
  379. "_active": true,
  380. "_level": 0,
  381. "_components": [
  382. {
  383. "__id__": 10
  384. },
  385. {
  386. "__id__": 11
  387. }
  388. ],
  389. "_prefab": {
  390. "__id__": 12
  391. },
  392. "_opacity": 255,
  393. "_color": {
  394. "__type__": "cc.Color",
  395. "r": 255,
  396. "g": 255,
  397. "b": 255,
  398. "a": 255
  399. },
  400. "_contentSize": {
  401. "__type__": "cc.Size",
  402. "width": 0,
  403. "height": 0
  404. },
  405. "_anchorPoint": {
  406. "__type__": "cc.Vec2",
  407. "x": 0.5,
  408. "y": 0.5
  409. },
  410. "_eulerAngles": {
  411. "__type__": "cc.Vec3",
  412. "x": 0,
  413. "y": 0,
  414. "z": 0
  415. },
  416. "_skewX": 0,
  417. "_skewY": 0,
  418. "_is3DNode": false,
  419. "groupIndex": 0,
  420. "_id": "",
  421. "_trs": {
  422. "__type__": "TypedArray",
  423. "ctor": "Float64Array",
  424. "array": [
  425. 0,
  426. 0,
  427. 0,
  428. 0,
  429. 0,
  430. 0,
  431. 1,
  432. 1,
  433. 1,
  434. 1
  435. ]
  436. }
  437. },
  438. {
  439. "__type__": "cc.ParticleSystem",
  440. "_name": "",
  441. "_objFlags": 0,
  442. "node": {
  443. "__id__": 9
  444. },
  445. "_enabled": true,
  446. "_materials": [],
  447. "_srcBlendFactor": 770,
  448. "_dstBlendFactor": 1,
  449. "_custom": true,
  450. "_file": null,
  451. "_spriteFrame": null,
  452. "_texture": null,
  453. "_stopped": false,
  454. "playOnLoad": true,
  455. "autoRemoveOnFinish": false,
  456. "totalParticles": 200,
  457. "duration": -1,
  458. "emissionRate": 0,
  459. "life": 0.8,
  460. "lifeVar": 0.1,
  461. "_startColor": {
  462. "__type__": "cc.Color",
  463. "r": 255,
  464. "g": 255,
  465. "b": 255,
  466. "a": 163
  467. },
  468. "_startColorVar": {
  469. "__type__": "cc.Color",
  470. "r": 255,
  471. "g": 255,
  472. "b": 255,
  473. "a": 198
  474. },
  475. "_endColor": {
  476. "__type__": "cc.Color",
  477. "r": 255,
  478. "g": 255,
  479. "b": 255,
  480. "a": 0
  481. },
  482. "_endColorVar": {
  483. "__type__": "cc.Color",
  484. "r": 0,
  485. "g": 0,
  486. "b": 0,
  487. "a": 0
  488. },
  489. "angle": 90,
  490. "angleVar": 130,
  491. "startSize": 21,
  492. "startSizeVar": 0,
  493. "endSize": 21,
  494. "endSizeVar": 0,
  495. "startSpin": 0,
  496. "startSpinVar": 0,
  497. "endSpin": 0,
  498. "endSpinVar": 360,
  499. "sourcePos": {
  500. "__type__": "cc.Vec2",
  501. "x": 0,
  502. "y": 0
  503. },
  504. "posVar": {
  505. "__type__": "cc.Vec2",
  506. "x": 15,
  507. "y": 30
  508. },
  509. "_positionType": 1,
  510. "positionType": 1,
  511. "emitterMode": 0,
  512. "gravity": {
  513. "__type__": "cc.Vec2",
  514. "x": 0,
  515. "y": -100
  516. },
  517. "speed": 200,
  518. "speedVar": 100,
  519. "tangentialAccel": 0,
  520. "tangentialAccelVar": 0,
  521. "radialAccel": 0,
  522. "radialAccelVar": 0,
  523. "rotationIsDir": false,
  524. "startRadius": 0,
  525. "startRadiusVar": 0,
  526. "endRadius": 0,
  527. "endRadiusVar": 0,
  528. "rotatePerS": 0,
  529. "rotatePerSVar": 0,
  530. "_N$preview": true,
  531. "_id": ""
  532. },
  533. {
  534. "__type__": "cc.Animation",
  535. "_name": "",
  536. "_objFlags": 0,
  537. "node": {
  538. "__id__": 9
  539. },
  540. "_enabled": true,
  541. "_defaultClip": null,
  542. "_clips": [
  543. {
  544. "__uuid__": "41487f68-e49a-47d4-9cf0-c6bca373f107"
  545. }
  546. ],
  547. "playOnLoad": false,
  548. "_id": ""
  549. },
  550. {
  551. "__type__": "cc.PrefabInfo",
  552. "root": {
  553. "__id__": 1
  554. },
  555. "asset": {
  556. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  557. },
  558. "fileId": "5dn8sI8N1N17casgpbEc0P",
  559. "sync": false
  560. },
  561. {
  562. "__type__": "cc.Node",
  563. "_name": "particlesystem1",
  564. "_objFlags": 0,
  565. "_parent": {
  566. "__id__": 5
  567. },
  568. "_children": [],
  569. "_active": true,
  570. "_level": 0,
  571. "_components": [
  572. {
  573. "__id__": 14
  574. },
  575. {
  576. "__id__": 15
  577. }
  578. ],
  579. "_prefab": {
  580. "__id__": 16
  581. },
  582. "_opacity": 255,
  583. "_color": {
  584. "__type__": "cc.Color",
  585. "r": 255,
  586. "g": 255,
  587. "b": 255,
  588. "a": 255
  589. },
  590. "_contentSize": {
  591. "__type__": "cc.Size",
  592. "width": 0,
  593. "height": 0
  594. },
  595. "_anchorPoint": {
  596. "__type__": "cc.Vec2",
  597. "x": 0.5,
  598. "y": 0.5
  599. },
  600. "_eulerAngles": {
  601. "__type__": "cc.Vec3",
  602. "x": 0,
  603. "y": 0,
  604. "z": 0
  605. },
  606. "_skewX": 0,
  607. "_skewY": 0,
  608. "_is3DNode": false,
  609. "groupIndex": 0,
  610. "_id": "",
  611. "_trs": {
  612. "__type__": "TypedArray",
  613. "ctor": "Float64Array",
  614. "array": [
  615. 0,
  616. 0,
  617. 0,
  618. 0,
  619. 0,
  620. 0,
  621. 1,
  622. 1,
  623. 1,
  624. 1
  625. ]
  626. }
  627. },
  628. {
  629. "__type__": "cc.ParticleSystem",
  630. "_name": "",
  631. "_objFlags": 0,
  632. "node": {
  633. "__id__": 13
  634. },
  635. "_enabled": true,
  636. "_materials": [],
  637. "_srcBlendFactor": 770,
  638. "_dstBlendFactor": 1,
  639. "_custom": true,
  640. "_file": null,
  641. "_spriteFrame": null,
  642. "_texture": null,
  643. "_stopped": false,
  644. "playOnLoad": true,
  645. "autoRemoveOnFinish": false,
  646. "totalParticles": 200,
  647. "duration": -1,
  648. "emissionRate": 0,
  649. "life": 1,
  650. "lifeVar": 0,
  651. "_startColor": {
  652. "__type__": "cc.Color",
  653. "r": 255,
  654. "g": 255,
  655. "b": 255,
  656. "a": 163
  657. },
  658. "_startColorVar": {
  659. "__type__": "cc.Color",
  660. "r": 255,
  661. "g": 255,
  662. "b": 255,
  663. "a": 198
  664. },
  665. "_endColor": {
  666. "__type__": "cc.Color",
  667. "r": 255,
  668. "g": 255,
  669. "b": 255,
  670. "a": 0
  671. },
  672. "_endColorVar": {
  673. "__type__": "cc.Color",
  674. "r": 255,
  675. "g": 255,
  676. "b": 255,
  677. "a": 0
  678. },
  679. "angle": 90,
  680. "angleVar": 130,
  681. "startSize": 21,
  682. "startSizeVar": 0,
  683. "endSize": 21,
  684. "endSizeVar": 0,
  685. "startSpin": 0,
  686. "startSpinVar": 0,
  687. "endSpin": 0,
  688. "endSpinVar": 360,
  689. "sourcePos": {
  690. "__type__": "cc.Vec2",
  691. "x": 0,
  692. "y": 0
  693. },
  694. "posVar": {
  695. "__type__": "cc.Vec2",
  696. "x": 30,
  697. "y": 30
  698. },
  699. "_positionType": 1,
  700. "positionType": 1,
  701. "emitterMode": 0,
  702. "gravity": {
  703. "__type__": "cc.Vec2",
  704. "x": 0,
  705. "y": 0
  706. },
  707. "speed": 0,
  708. "speedVar": 0,
  709. "tangentialAccel": 0,
  710. "tangentialAccelVar": 0,
  711. "radialAccel": 0,
  712. "radialAccelVar": 0,
  713. "rotationIsDir": false,
  714. "startRadius": 0,
  715. "startRadiusVar": 0,
  716. "endRadius": 0,
  717. "endRadiusVar": 0,
  718. "rotatePerS": 0,
  719. "rotatePerSVar": 0,
  720. "_N$preview": true,
  721. "_id": ""
  722. },
  723. {
  724. "__type__": "cc.Animation",
  725. "_name": "",
  726. "_objFlags": 0,
  727. "node": {
  728. "__id__": 13
  729. },
  730. "_enabled": true,
  731. "_defaultClip": null,
  732. "_clips": [
  733. {
  734. "__uuid__": "41487f68-e49a-47d4-9cf0-c6bca373f107"
  735. }
  736. ],
  737. "playOnLoad": false,
  738. "_id": ""
  739. },
  740. {
  741. "__type__": "cc.PrefabInfo",
  742. "root": {
  743. "__id__": 1
  744. },
  745. "asset": {
  746. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  747. },
  748. "fileId": "efTUyz4HtCo6ENTLvVI6cQ",
  749. "sync": false
  750. },
  751. {
  752. "__type__": "cc.Node",
  753. "_name": "particlesystem2",
  754. "_objFlags": 0,
  755. "_parent": {
  756. "__id__": 5
  757. },
  758. "_children": [],
  759. "_active": true,
  760. "_level": 0,
  761. "_components": [
  762. {
  763. "__id__": 18
  764. },
  765. {
  766. "__id__": 19
  767. }
  768. ],
  769. "_prefab": {
  770. "__id__": 20
  771. },
  772. "_opacity": 255,
  773. "_color": {
  774. "__type__": "cc.Color",
  775. "r": 255,
  776. "g": 255,
  777. "b": 255,
  778. "a": 255
  779. },
  780. "_contentSize": {
  781. "__type__": "cc.Size",
  782. "width": 0,
  783. "height": 0
  784. },
  785. "_anchorPoint": {
  786. "__type__": "cc.Vec2",
  787. "x": 0.5,
  788. "y": 0.5
  789. },
  790. "_eulerAngles": {
  791. "__type__": "cc.Vec3",
  792. "x": 0,
  793. "y": 0,
  794. "z": 0
  795. },
  796. "_skewX": 0,
  797. "_skewY": 0,
  798. "_is3DNode": false,
  799. "groupIndex": 0,
  800. "_id": "",
  801. "_trs": {
  802. "__type__": "TypedArray",
  803. "ctor": "Float64Array",
  804. "array": [
  805. 0,
  806. 0,
  807. 0,
  808. 0,
  809. 0,
  810. 0,
  811. 1,
  812. 1,
  813. 1,
  814. 1
  815. ]
  816. }
  817. },
  818. {
  819. "__type__": "cc.ParticleSystem",
  820. "_name": "",
  821. "_objFlags": 0,
  822. "node": {
  823. "__id__": 17
  824. },
  825. "_enabled": true,
  826. "_materials": [],
  827. "_srcBlendFactor": 770,
  828. "_dstBlendFactor": 1,
  829. "_custom": true,
  830. "_file": null,
  831. "_spriteFrame": null,
  832. "_texture": null,
  833. "_stopped": false,
  834. "playOnLoad": true,
  835. "autoRemoveOnFinish": false,
  836. "totalParticles": 200,
  837. "duration": -1,
  838. "emissionRate": 0,
  839. "life": 0.8,
  840. "lifeVar": 0.1,
  841. "_startColor": {
  842. "__type__": "cc.Color",
  843. "r": 255,
  844. "g": 255,
  845. "b": 255,
  846. "a": 163
  847. },
  848. "_startColorVar": {
  849. "__type__": "cc.Color",
  850. "r": 255,
  851. "g": 255,
  852. "b": 255,
  853. "a": 198
  854. },
  855. "_endColor": {
  856. "__type__": "cc.Color",
  857. "r": 255,
  858. "g": 255,
  859. "b": 255,
  860. "a": 0
  861. },
  862. "_endColorVar": {
  863. "__type__": "cc.Color",
  864. "r": 255,
  865. "g": 255,
  866. "b": 255,
  867. "a": 0
  868. },
  869. "angle": 90,
  870. "angleVar": 0,
  871. "startSize": 21,
  872. "startSizeVar": 0,
  873. "endSize": 80,
  874. "endSizeVar": 0,
  875. "startSpin": 0,
  876. "startSpinVar": 0,
  877. "endSpin": 0,
  878. "endSpinVar": 0,
  879. "sourcePos": {
  880. "__type__": "cc.Vec2",
  881. "x": 0,
  882. "y": 0
  883. },
  884. "posVar": {
  885. "__type__": "cc.Vec2",
  886. "x": 30,
  887. "y": 55
  888. },
  889. "_positionType": 1,
  890. "positionType": 1,
  891. "emitterMode": 0,
  892. "gravity": {
  893. "__type__": "cc.Vec2",
  894. "x": 0,
  895. "y": 0
  896. },
  897. "speed": 100,
  898. "speedVar": 0,
  899. "tangentialAccel": 0,
  900. "tangentialAccelVar": 0,
  901. "radialAccel": 0,
  902. "radialAccelVar": 0,
  903. "rotationIsDir": false,
  904. "startRadius": 0,
  905. "startRadiusVar": 0,
  906. "endRadius": 0,
  907. "endRadiusVar": 0,
  908. "rotatePerS": 0,
  909. "rotatePerSVar": 0,
  910. "_N$preview": true,
  911. "_id": ""
  912. },
  913. {
  914. "__type__": "cc.Animation",
  915. "_name": "",
  916. "_objFlags": 0,
  917. "node": {
  918. "__id__": 17
  919. },
  920. "_enabled": true,
  921. "_defaultClip": null,
  922. "_clips": [
  923. {
  924. "__uuid__": "41487f68-e49a-47d4-9cf0-c6bca373f107"
  925. }
  926. ],
  927. "playOnLoad": false,
  928. "_id": ""
  929. },
  930. {
  931. "__type__": "cc.PrefabInfo",
  932. "root": {
  933. "__id__": 1
  934. },
  935. "asset": {
  936. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  937. },
  938. "fileId": "82083JPANH05oEX4v09+eQ",
  939. "sync": false
  940. },
  941. {
  942. "__type__": "cc.Node",
  943. "_name": "particlesystem4",
  944. "_objFlags": 0,
  945. "_parent": {
  946. "__id__": 5
  947. },
  948. "_children": [],
  949. "_active": true,
  950. "_level": 0,
  951. "_components": [
  952. {
  953. "__id__": 22
  954. }
  955. ],
  956. "_prefab": {
  957. "__id__": 23
  958. },
  959. "_opacity": 255,
  960. "_color": {
  961. "__type__": "cc.Color",
  962. "r": 255,
  963. "g": 255,
  964. "b": 255,
  965. "a": 255
  966. },
  967. "_contentSize": {
  968. "__type__": "cc.Size",
  969. "width": 0,
  970. "height": 0
  971. },
  972. "_anchorPoint": {
  973. "__type__": "cc.Vec2",
  974. "x": 0.5,
  975. "y": 0.5
  976. },
  977. "_eulerAngles": {
  978. "__type__": "cc.Vec3",
  979. "x": 0,
  980. "y": 0,
  981. "z": 0
  982. },
  983. "_skewX": 0,
  984. "_skewY": 0,
  985. "_is3DNode": false,
  986. "groupIndex": 0,
  987. "_id": "",
  988. "_trs": {
  989. "__type__": "TypedArray",
  990. "ctor": "Float64Array",
  991. "array": [
  992. 0,
  993. 0,
  994. 0,
  995. 0,
  996. 0,
  997. 0,
  998. 1,
  999. 1,
  1000. 1,
  1001. 1
  1002. ]
  1003. }
  1004. },
  1005. {
  1006. "__type__": "cc.ParticleSystem",
  1007. "_name": "",
  1008. "_objFlags": 0,
  1009. "node": {
  1010. "__id__": 21
  1011. },
  1012. "_enabled": true,
  1013. "_materials": [],
  1014. "_srcBlendFactor": 770,
  1015. "_dstBlendFactor": 771,
  1016. "_custom": true,
  1017. "_file": null,
  1018. "_spriteFrame": null,
  1019. "_texture": null,
  1020. "_stopped": false,
  1021. "playOnLoad": true,
  1022. "autoRemoveOnFinish": false,
  1023. "totalParticles": 200,
  1024. "duration": -1,
  1025. "emissionRate": 0,
  1026. "life": 0.3,
  1027. "lifeVar": 0.3,
  1028. "_startColor": {
  1029. "__type__": "cc.Color",
  1030. "r": 255,
  1031. "g": 255,
  1032. "b": 255,
  1033. "a": 255
  1034. },
  1035. "_startColorVar": {
  1036. "__type__": "cc.Color",
  1037. "r": 0,
  1038. "g": 0,
  1039. "b": 0,
  1040. "a": 255
  1041. },
  1042. "_endColor": {
  1043. "__type__": "cc.Color",
  1044. "r": 255,
  1045. "g": 255,
  1046. "b": 255,
  1047. "a": 0
  1048. },
  1049. "_endColorVar": {
  1050. "__type__": "cc.Color",
  1051. "r": 255,
  1052. "g": 255,
  1053. "b": 255,
  1054. "a": 0
  1055. },
  1056. "angle": 90,
  1057. "angleVar": 120,
  1058. "startSize": 10,
  1059. "startSizeVar": 40,
  1060. "endSize": 30.3199997,
  1061. "endSizeVar": 0,
  1062. "startSpin": 0,
  1063. "startSpinVar": 0,
  1064. "endSpin": 0,
  1065. "endSpinVar": 180,
  1066. "sourcePos": {
  1067. "__type__": "cc.Vec2",
  1068. "x": 0,
  1069. "y": 0
  1070. },
  1071. "posVar": {
  1072. "__type__": "cc.Vec2",
  1073. "x": 7,
  1074. "y": 7
  1075. },
  1076. "_positionType": 1,
  1077. "positionType": 1,
  1078. "emitterMode": 0,
  1079. "gravity": {
  1080. "__type__": "cc.Vec2",
  1081. "x": 0,
  1082. "y": -900
  1083. },
  1084. "speed": 600,
  1085. "speedVar": 300,
  1086. "tangentialAccel": 0,
  1087. "tangentialAccelVar": 0,
  1088. "radialAccel": 0,
  1089. "radialAccelVar": 0,
  1090. "rotationIsDir": false,
  1091. "startRadius": 0,
  1092. "startRadiusVar": 0,
  1093. "endRadius": 0,
  1094. "endRadiusVar": 0,
  1095. "rotatePerS": 0,
  1096. "rotatePerSVar": 0,
  1097. "_N$preview": true,
  1098. "_id": ""
  1099. },
  1100. {
  1101. "__type__": "cc.PrefabInfo",
  1102. "root": {
  1103. "__id__": 1
  1104. },
  1105. "asset": {
  1106. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  1107. },
  1108. "fileId": "37OuDkJt1CzJkBmKjFqQuC",
  1109. "sync": false
  1110. },
  1111. {
  1112. "__type__": "cc.Animation",
  1113. "_name": "",
  1114. "_objFlags": 0,
  1115. "node": {
  1116. "__id__": 5
  1117. },
  1118. "_enabled": true,
  1119. "_defaultClip": {
  1120. "__uuid__": "41487f68-e49a-47d4-9cf0-c6bca373f107"
  1121. },
  1122. "_clips": [
  1123. {
  1124. "__uuid__": "41487f68-e49a-47d4-9cf0-c6bca373f107"
  1125. }
  1126. ],
  1127. "playOnLoad": true,
  1128. "_id": ""
  1129. },
  1130. {
  1131. "__type__": "cc.PrefabInfo",
  1132. "root": {
  1133. "__id__": 1
  1134. },
  1135. "asset": {
  1136. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  1137. },
  1138. "fileId": "a0g+jTM6xE4bOmF5UsP112",
  1139. "sync": false
  1140. },
  1141. {
  1142. "__type__": "8cda55HFDtFTJExsjkUU0IA",
  1143. "_name": "",
  1144. "_objFlags": 0,
  1145. "node": {
  1146. "__id__": 1
  1147. },
  1148. "_enabled": true,
  1149. "label": {
  1150. "__id__": 3
  1151. },
  1152. "blast": {
  1153. "__id__": 24
  1154. },
  1155. "spriteFrames": [
  1156. {
  1157. "__uuid__": "64602961-0bbd-4c67-9fb4-bb9229e7a036"
  1158. },
  1159. {
  1160. "__uuid__": "0620d410-026a-4ea4-8c94-361939528b83"
  1161. },
  1162. {
  1163. "__uuid__": "4f11149b-8031-4954-89f4-32f9569056f3"
  1164. },
  1165. {
  1166. "__uuid__": "7179a89e-4665-4248-9773-f5524732954b"
  1167. },
  1168. {
  1169. "__uuid__": "f1bb4eed-9829-4165-b016-a5d9d81a3bb0"
  1170. }
  1171. ],
  1172. "_id": ""
  1173. },
  1174. {
  1175. "__type__": "cc.PrefabInfo",
  1176. "root": {
  1177. "__id__": 1
  1178. },
  1179. "asset": {
  1180. "__uuid__": "b1a823b2-e3af-44b6-8aff-0a97c6635bcd"
  1181. },
  1182. "fileId": "d3MUA6JW9NSZ/6rGa4DgAU",
  1183. "sync": false
  1184. }
  1185. ]