fw_splat_red.particlefx 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150
  1. emitters {
  2. mode: PLAY_MODE_ONCE
  3. duration: 1.0
  4. space: EMISSION_SPACE_WORLD
  5. position {
  6. z: 0.2
  7. }
  8. tile_source: "/assets/sprites.atlas"
  9. animation: "fw_trace_01"
  10. material: "/builtins/materials/particlefx.material"
  11. particle_orientation: PARTICLE_ORIENTATION_MOVEMENT_DIRECTION
  12. max_particle_count: 150
  13. type: EMITTER_TYPE_CIRCLE
  14. properties {
  15. key: EMITTER_KEY_SPAWN_RATE
  16. points {
  17. y: 10000.0
  18. }
  19. }
  20. properties {
  21. key: EMITTER_KEY_SIZE_X
  22. points {
  23. y: 20.0
  24. }
  25. }
  26. properties {
  27. key: EMITTER_KEY_SIZE_Y
  28. points {
  29. y: 20.0
  30. }
  31. }
  32. properties {
  33. key: EMITTER_KEY_PARTICLE_LIFE_TIME
  34. points {
  35. y: 1.6
  36. }
  37. spread: 0.5
  38. }
  39. properties {
  40. key: EMITTER_KEY_PARTICLE_SPEED
  41. points {
  42. y: 200.0
  43. }
  44. spread: 20.0
  45. }
  46. properties {
  47. key: EMITTER_KEY_PARTICLE_SIZE
  48. points {
  49. y: 3.0
  50. }
  51. spread: 0.5
  52. }
  53. properties {
  54. key: EMITTER_KEY_PARTICLE_RED
  55. points {
  56. y: 1.0
  57. }
  58. spread: 0.2
  59. }
  60. properties {
  61. key: EMITTER_KEY_PARTICLE_GREEN
  62. points {
  63. y: 0.20392157
  64. }
  65. spread: 0.05
  66. }
  67. properties {
  68. key: EMITTER_KEY_PARTICLE_BLUE
  69. points {
  70. y: 0.039215688
  71. }
  72. }
  73. properties {
  74. key: EMITTER_KEY_PARTICLE_ALPHA
  75. points {
  76. y: 1.0
  77. }
  78. }
  79. properties {
  80. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_Y
  81. points {
  82. y: -0.5
  83. }
  84. }
  85. particle_properties {
  86. key: PARTICLE_KEY_SCALE
  87. points {
  88. y: 0.42859232
  89. t_x: 0.024429077
  90. t_y: 0.99970156
  91. }
  92. }
  93. particle_properties {
  94. key: PARTICLE_KEY_RED
  95. points {
  96. y: 1.0
  97. }
  98. }
  99. particle_properties {
  100. key: PARTICLE_KEY_GREEN
  101. points {
  102. y: 1.0
  103. }
  104. }
  105. particle_properties {
  106. key: PARTICLE_KEY_BLUE
  107. points {
  108. y: 1.0
  109. }
  110. }
  111. particle_properties {
  112. key: PARTICLE_KEY_ALPHA
  113. points {
  114. y: 0.12233837
  115. }
  116. points {
  117. x: 0.08273616
  118. y: 2.0447288
  119. t_x: 0.14027841
  120. t_y: -0.9901121
  121. }
  122. points {
  123. x: 0.26107493
  124. y: 0.40814364
  125. t_x: 0.27199933
  126. t_y: -0.96229744
  127. }
  128. points {
  129. x: 0.38371336
  130. y: -0.036952645
  131. t_x: 0.9262474
  132. t_y: 0.3769161
  133. }
  134. points {
  135. x: 0.7171824
  136. y: 0.16613448
  137. t_x: 0.64932483
  138. t_y: 0.76051116
  139. }
  140. points {
  141. x: 1.0
  142. y: -0.20678474
  143. }
  144. }
  145. particle_properties {
  146. key: PARTICLE_KEY_STRETCH_FACTOR_X
  147. points {
  148. y: 10.92268
  149. }
  150. points {
  151. x: 0.105944626
  152. y: 6.334795
  153. t_x: 0.34915915
  154. t_y: -0.93706346
  155. }
  156. points {
  157. x: 0.30114007
  158. y: 2.4454107
  159. t_x: 0.14935292
  160. t_y: -0.98878396
  161. }
  162. points {
  163. x: 1.0
  164. y: 1.5742594
  165. }
  166. }
  167. particle_properties {
  168. key: PARTICLE_KEY_STRETCH_FACTOR_Y
  169. points {
  170. y: 15.942318
  171. }
  172. points {
  173. x: 0.08151466
  174. y: 4.3566136
  175. t_x: 0.039131545
  176. t_y: -0.9992341
  177. }
  178. points {
  179. x: 0.51758957
  180. y: -0.68891436
  181. t_x: 0.96546835
  182. t_y: -0.26052028
  183. }
  184. points {
  185. x: 0.77581435
  186. y: 0.08814634
  187. t_x: 0.91469765
  188. t_y: 0.40413892
  189. }
  190. points {
  191. x: 1.0
  192. y: -0.5702326
  193. }
  194. }
  195. modifiers {
  196. type: MODIFIER_TYPE_RADIAL
  197. properties {
  198. key: MODIFIER_KEY_MAGNITUDE
  199. points {
  200. y: 0.0
  201. }
  202. }
  203. properties {
  204. key: MODIFIER_KEY_MAX_DISTANCE
  205. points {
  206. y: 30.0
  207. }
  208. }
  209. }
  210. modifiers {
  211. type: MODIFIER_TYPE_ACCELERATION
  212. rotation {
  213. z: 1.0
  214. w: 6.123234E-17
  215. }
  216. properties {
  217. key: MODIFIER_KEY_MAGNITUDE
  218. points {
  219. y: 50.0
  220. }
  221. }
  222. }
  223. duration_spread: 0.1
  224. stretch_with_velocity: true
  225. }
  226. emitters {
  227. id: "emitter1"
  228. mode: PLAY_MODE_ONCE
  229. duration: 1.0
  230. space: EMISSION_SPACE_WORLD
  231. position {
  232. z: 0.2
  233. }
  234. tile_source: "/assets/sprites.atlas"
  235. animation: "fw_star_01"
  236. material: "/builtins/materials/particlefx.material"
  237. particle_orientation: PARTICLE_ORIENTATION_ANGULAR_VELOCITY
  238. max_particle_count: 30
  239. type: EMITTER_TYPE_CIRCLE
  240. properties {
  241. key: EMITTER_KEY_SPAWN_RATE
  242. points {
  243. y: 10000.0
  244. }
  245. }
  246. properties {
  247. key: EMITTER_KEY_SIZE_X
  248. points {
  249. y: 60.0
  250. }
  251. }
  252. properties {
  253. key: EMITTER_KEY_SIZE_Y
  254. points {
  255. y: 60.0
  256. }
  257. }
  258. properties {
  259. key: EMITTER_KEY_SIZE_Z
  260. points {
  261. y: 1.0
  262. }
  263. }
  264. properties {
  265. key: EMITTER_KEY_PARTICLE_LIFE_TIME
  266. points {
  267. y: 1.6
  268. }
  269. spread: 0.3
  270. }
  271. properties {
  272. key: EMITTER_KEY_PARTICLE_SPEED
  273. points {
  274. y: 300.0
  275. }
  276. spread: 20.0
  277. }
  278. properties {
  279. key: EMITTER_KEY_PARTICLE_SIZE
  280. points {
  281. y: 3.0
  282. }
  283. spread: 2.0
  284. }
  285. properties {
  286. key: EMITTER_KEY_PARTICLE_RED
  287. points {
  288. y: 1.0
  289. }
  290. spread: 0.3
  291. }
  292. properties {
  293. key: EMITTER_KEY_PARTICLE_GREEN
  294. points {
  295. y: 0.2
  296. }
  297. spread: 0.1
  298. }
  299. properties {
  300. key: EMITTER_KEY_PARTICLE_BLUE
  301. points {
  302. y: 0.1
  303. }
  304. spread: 0.05
  305. }
  306. properties {
  307. key: EMITTER_KEY_PARTICLE_ALPHA
  308. points {
  309. y: 1.0
  310. }
  311. }
  312. properties {
  313. key: EMITTER_KEY_PARTICLE_ROTATION
  314. points {
  315. y: 0.0
  316. }
  317. spread: 90.0
  318. }
  319. properties {
  320. key: EMITTER_KEY_PARTICLE_ANGULAR_VELOCITY
  321. points {
  322. y: 10.0
  323. }
  324. spread: 5.0
  325. }
  326. particle_properties {
  327. key: PARTICLE_KEY_SCALE
  328. points {
  329. y: 7.6625104
  330. }
  331. points {
  332. x: 1.0
  333. y: 10.478123
  334. }
  335. }
  336. particle_properties {
  337. key: PARTICLE_KEY_RED
  338. points {
  339. y: 1.0
  340. }
  341. points {
  342. x: 1.0
  343. y: 11.4782715
  344. }
  345. }
  346. particle_properties {
  347. key: PARTICLE_KEY_GREEN
  348. points {
  349. y: 1.0
  350. }
  351. points {
  352. x: 1.0
  353. y: 2.8707824
  354. }
  355. }
  356. particle_properties {
  357. key: PARTICLE_KEY_BLUE
  358. points {
  359. y: 1.0
  360. }
  361. points {
  362. x: 1.0
  363. y: 2.8707824
  364. }
  365. }
  366. particle_properties {
  367. key: PARTICLE_KEY_ALPHA
  368. points {
  369. y: 0.11957385
  370. t_x: 0.9949079
  371. t_y: 0.10078809
  372. }
  373. points {
  374. x: 0.20659609
  375. y: 1.245942
  376. t_x: 0.23804364
  377. t_y: -0.97125447
  378. }
  379. points {
  380. x: 0.6756515
  381. y: 0.6910322
  382. t_x: 0.7841117
  383. t_y: -0.6206198
  384. }
  385. points {
  386. x: 1.0
  387. y: 0.015711093
  388. t_x: 0.56921566
  389. t_y: -0.82218826
  390. }
  391. }
  392. particle_properties {
  393. key: PARTICLE_KEY_ANGULAR_VELOCITY
  394. points {
  395. y: 15.0
  396. }
  397. }
  398. modifiers {
  399. type: MODIFIER_TYPE_ACCELERATION
  400. rotation {
  401. z: 1.0
  402. w: 6.123234E-17
  403. }
  404. properties {
  405. key: MODIFIER_KEY_MAGNITUDE
  406. points {
  407. y: 10.0
  408. }
  409. }
  410. }
  411. modifiers {
  412. type: MODIFIER_TYPE_RADIAL
  413. rotation {
  414. z: 1.0
  415. w: 6.123234E-17
  416. }
  417. properties {
  418. key: MODIFIER_KEY_MAGNITUDE
  419. points {
  420. y: -250.0
  421. t_x: 0.003265428
  422. t_y: -0.9999947
  423. }
  424. points {
  425. x: 1.0
  426. y: -8.693188
  427. t_x: 7.5198716E-4
  428. t_y: 0.9999997
  429. }
  430. }
  431. properties {
  432. key: MODIFIER_KEY_MAX_DISTANCE
  433. points {
  434. y: 500.0
  435. }
  436. }
  437. }
  438. stretch_with_velocity: true
  439. }
  440. emitters {
  441. id: "emitter4"
  442. mode: PLAY_MODE_ONCE
  443. duration: 1.0
  444. space: EMISSION_SPACE_WORLD
  445. position {
  446. z: 0.2
  447. }
  448. tile_source: "/assets/sprites.atlas"
  449. animation: "fw_trace_01"
  450. material: "/builtins/materials/particlefx.material"
  451. blend_mode: BLEND_MODE_ADD
  452. particle_orientation: PARTICLE_ORIENTATION_MOVEMENT_DIRECTION
  453. max_particle_count: 150
  454. type: EMITTER_TYPE_CIRCLE
  455. properties {
  456. key: EMITTER_KEY_SPAWN_RATE
  457. points {
  458. y: 10000.0
  459. }
  460. }
  461. properties {
  462. key: EMITTER_KEY_SIZE_X
  463. points {
  464. y: 20.0
  465. }
  466. }
  467. properties {
  468. key: EMITTER_KEY_SIZE_Y
  469. points {
  470. y: 20.0
  471. }
  472. }
  473. properties {
  474. key: EMITTER_KEY_PARTICLE_LIFE_TIME
  475. points {
  476. y: 1.6
  477. }
  478. spread: 0.1
  479. }
  480. properties {
  481. key: EMITTER_KEY_PARTICLE_SPEED
  482. points {
  483. y: 300.0
  484. }
  485. points {
  486. x: 0.11107492
  487. y: 33.759693
  488. t_x: 0.004660093
  489. t_y: -0.99998915
  490. }
  491. points {
  492. x: 1.0
  493. y: 10.3574295
  494. }
  495. spread: 20.0
  496. }
  497. properties {
  498. key: EMITTER_KEY_PARTICLE_SIZE
  499. points {
  500. y: 3.0
  501. }
  502. spread: 0.5
  503. }
  504. properties {
  505. key: EMITTER_KEY_PARTICLE_RED
  506. points {
  507. y: 1.0
  508. }
  509. }
  510. properties {
  511. key: EMITTER_KEY_PARTICLE_GREEN
  512. points {
  513. y: 0.2
  514. }
  515. }
  516. properties {
  517. key: EMITTER_KEY_PARTICLE_BLUE
  518. points {
  519. y: 0.2
  520. }
  521. }
  522. properties {
  523. key: EMITTER_KEY_PARTICLE_ALPHA
  524. points {
  525. y: 1.0
  526. }
  527. }
  528. properties {
  529. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_Y
  530. points {
  531. y: -0.5
  532. }
  533. }
  534. particle_properties {
  535. key: PARTICLE_KEY_SCALE
  536. points {
  537. y: 0.42859232
  538. t_x: 0.024429077
  539. t_y: 0.99970156
  540. }
  541. }
  542. particle_properties {
  543. key: PARTICLE_KEY_RED
  544. points {
  545. y: 1.0
  546. }
  547. points {
  548. x: 1.0
  549. y: 0.60587674
  550. }
  551. }
  552. particle_properties {
  553. key: PARTICLE_KEY_GREEN
  554. points {
  555. y: 0.21502538
  556. }
  557. points {
  558. x: 1.0
  559. y: 1.6762574
  560. }
  561. }
  562. particle_properties {
  563. key: PARTICLE_KEY_BLUE
  564. points {
  565. y: 0.24819332
  566. }
  567. points {
  568. x: 1.0
  569. y: 1.7094253
  570. }
  571. }
  572. particle_properties {
  573. key: PARTICLE_KEY_ALPHA
  574. points {
  575. y: -0.0012211404
  576. }
  577. points {
  578. x: 0.08175896
  579. y: 2.0447288
  580. t_x: 0.14027841
  581. t_y: -0.9901121
  582. }
  583. points {
  584. x: 0.1985342
  585. y: -1.6654266
  586. t_x: 0.27199933
  587. t_y: -0.96229744
  588. }
  589. points {
  590. x: 0.63583064
  591. y: -0.031716812
  592. t_x: 0.29903722
  593. t_y: 0.95424145
  594. }
  595. points {
  596. x: 1.0
  597. y: 0.009376409
  598. t_x: 0.3381512
  599. t_y: -0.9410918
  600. }
  601. }
  602. particle_properties {
  603. key: PARTICLE_KEY_STRETCH_FACTOR_X
  604. points {
  605. y: 6.6410265
  606. }
  607. points {
  608. x: 0.10692182
  609. y: 4.3885884
  610. t_x: 0.34915915
  611. t_y: -0.93706346
  612. }
  613. points {
  614. x: 1.0
  615. y: 0.22707473
  616. }
  617. }
  618. particle_properties {
  619. key: PARTICLE_KEY_STRETCH_FACTOR_Y
  620. points {
  621. y: 15.942318
  622. }
  623. points {
  624. x: 0.08151466
  625. y: 4.3566136
  626. t_x: 0.039131545
  627. t_y: -0.9992341
  628. }
  629. points {
  630. x: 0.5713355
  631. y: 0.29830235
  632. t_x: 0.96546835
  633. t_y: -0.26052028
  634. }
  635. points {
  636. x: 1.0
  637. y: -0.5702326
  638. }
  639. }
  640. modifiers {
  641. type: MODIFIER_TYPE_ACCELERATION
  642. rotation {
  643. z: 1.0
  644. w: 6.123234E-17
  645. }
  646. properties {
  647. key: MODIFIER_KEY_MAGNITUDE
  648. points {
  649. y: 100.0
  650. }
  651. }
  652. }
  653. modifiers {
  654. type: MODIFIER_TYPE_RADIAL
  655. properties {
  656. key: MODIFIER_KEY_MAGNITUDE
  657. points {
  658. y: 0.0
  659. }
  660. }
  661. properties {
  662. key: MODIFIER_KEY_MAX_DISTANCE
  663. points {
  664. y: 30.0
  665. }
  666. }
  667. }
  668. size_mode: SIZE_MODE_AUTO
  669. duration_spread: 0.1
  670. stretch_with_velocity: true
  671. }
  672. emitters {
  673. id: "emitter2"
  674. mode: PLAY_MODE_ONCE
  675. duration: 1.0
  676. space: EMISSION_SPACE_WORLD
  677. position {
  678. z: 0.1
  679. }
  680. tile_source: "/assets/sprites.atlas"
  681. animation: "fw_circle_01"
  682. material: "/builtins/materials/particlefx.material"
  683. blend_mode: BLEND_MODE_ADD
  684. max_particle_count: 2
  685. type: EMITTER_TYPE_CIRCLE
  686. properties {
  687. key: EMITTER_KEY_SPAWN_RATE
  688. points {
  689. y: 1.0
  690. }
  691. }
  692. properties {
  693. key: EMITTER_KEY_PARTICLE_LIFE_TIME
  694. points {
  695. y: 1.6
  696. }
  697. }
  698. properties {
  699. key: EMITTER_KEY_PARTICLE_SIZE
  700. points {
  701. y: 60.0
  702. }
  703. }
  704. properties {
  705. key: EMITTER_KEY_PARTICLE_RED
  706. points {
  707. y: 1.0
  708. }
  709. }
  710. properties {
  711. key: EMITTER_KEY_PARTICLE_GREEN
  712. points {
  713. y: 0.20392157
  714. }
  715. }
  716. properties {
  717. key: EMITTER_KEY_PARTICLE_BLUE
  718. points {
  719. y: 0.039215688
  720. }
  721. }
  722. properties {
  723. key: EMITTER_KEY_PARTICLE_ALPHA
  724. points {
  725. y: 1.0
  726. }
  727. }
  728. properties {
  729. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_X
  730. points {
  731. y: 2.0
  732. }
  733. }
  734. properties {
  735. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_Y
  736. points {
  737. y: 2.0
  738. }
  739. }
  740. particle_properties {
  741. key: PARTICLE_KEY_SCALE
  742. points {
  743. y: 1.0
  744. }
  745. }
  746. particle_properties {
  747. key: PARTICLE_KEY_RED
  748. points {
  749. y: 1.0
  750. }
  751. }
  752. particle_properties {
  753. key: PARTICLE_KEY_GREEN
  754. points {
  755. y: 1.0
  756. }
  757. }
  758. particle_properties {
  759. key: PARTICLE_KEY_BLUE
  760. points {
  761. y: 1.0
  762. }
  763. }
  764. particle_properties {
  765. key: PARTICLE_KEY_ALPHA
  766. points {
  767. y: 0.0050403317
  768. t_x: 0.07567246
  769. t_y: 0.9971327
  770. }
  771. points {
  772. x: 0.13013029
  773. y: 1.0516063
  774. t_x: 0.22336559
  775. t_y: 0.9747347
  776. }
  777. points {
  778. x: 0.31872964
  779. y: 0.12317026
  780. t_x: 0.44993034
  781. t_y: -0.89306366
  782. }
  783. points {
  784. x: 0.6131107
  785. y: -0.03477873
  786. t_x: 0.18202555
  787. t_y: -0.9832938
  788. }
  789. points {
  790. x: 0.8332248
  791. y: 0.0568189
  792. t_x: 0.8397494
  793. t_y: 0.5429742
  794. }
  795. points {
  796. x: 1.0
  797. y: 0.0
  798. t_x: 0.99995637
  799. t_y: -0.009341509
  800. }
  801. }
  802. size_mode: SIZE_MODE_AUTO
  803. }
  804. emitters {
  805. id: "emitter3"
  806. mode: PLAY_MODE_ONCE
  807. duration: 1.0
  808. space: EMISSION_SPACE_WORLD
  809. position {
  810. z: 0.1
  811. }
  812. tile_source: "/assets/sprites.atlas"
  813. animation: "fw_light_01"
  814. material: "/builtins/materials/particlefx.material"
  815. max_particle_count: 1
  816. type: EMITTER_TYPE_CIRCLE
  817. properties {
  818. key: EMITTER_KEY_SPAWN_RATE
  819. points {
  820. y: 1000.0
  821. }
  822. }
  823. properties {
  824. key: EMITTER_KEY_PARTICLE_LIFE_TIME
  825. points {
  826. y: 1.6
  827. }
  828. }
  829. properties {
  830. key: EMITTER_KEY_PARTICLE_SIZE
  831. points {
  832. y: 60.0
  833. }
  834. }
  835. properties {
  836. key: EMITTER_KEY_PARTICLE_RED
  837. points {
  838. y: 1.0
  839. }
  840. }
  841. properties {
  842. key: EMITTER_KEY_PARTICLE_GREEN
  843. points {
  844. y: 0.43137255
  845. }
  846. }
  847. properties {
  848. key: EMITTER_KEY_PARTICLE_BLUE
  849. points {
  850. y: 0.30980393
  851. }
  852. }
  853. properties {
  854. key: EMITTER_KEY_PARTICLE_ALPHA
  855. points {
  856. y: 1.0
  857. }
  858. }
  859. properties {
  860. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_X
  861. points {
  862. y: 2.0
  863. }
  864. }
  865. properties {
  866. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_Y
  867. points {
  868. y: 2.0
  869. }
  870. }
  871. particle_properties {
  872. key: PARTICLE_KEY_SCALE
  873. points {
  874. y: 1.0
  875. }
  876. }
  877. particle_properties {
  878. key: PARTICLE_KEY_RED
  879. points {
  880. y: 1.0
  881. }
  882. }
  883. particle_properties {
  884. key: PARTICLE_KEY_GREEN
  885. points {
  886. y: 1.0
  887. }
  888. }
  889. particle_properties {
  890. key: PARTICLE_KEY_BLUE
  891. points {
  892. y: 1.0
  893. }
  894. }
  895. particle_properties {
  896. key: PARTICLE_KEY_ALPHA
  897. points {
  898. y: 9.531683E-5
  899. t_x: 0.48855478
  900. t_y: 0.8725332
  901. }
  902. points {
  903. x: 0.014885994
  904. y: 1.0171621
  905. t_x: 0.06842353
  906. t_y: 0.99765635
  907. }
  908. points {
  909. x: 0.31872964
  910. y: 0.12317026
  911. t_x: 0.44993034
  912. t_y: -0.89306366
  913. }
  914. points {
  915. x: 0.5886808
  916. y: -0.99066126
  917. t_x: 0.18202555
  918. t_y: -0.9832938
  919. }
  920. points {
  921. x: 0.83127034
  922. y: -0.3613797
  923. t_x: 0.8397494
  924. t_y: 0.5429742
  925. }
  926. points {
  927. x: 1.0
  928. y: 0.0
  929. t_x: 0.99995637
  930. t_y: -0.009341509
  931. }
  932. }
  933. particle_properties {
  934. key: PARTICLE_KEY_STRETCH_FACTOR_X
  935. points {
  936. y: 1.0156251
  937. }
  938. points {
  939. x: 0.2022469
  940. y: 3.2772617
  941. }
  942. points {
  943. x: 0.38703388
  944. y: 1.1423699
  945. t_x: 0.3538746
  946. t_y: -0.9352929
  947. }
  948. points {
  949. x: 1.0
  950. y: 0.014935664
  951. }
  952. }
  953. particle_properties {
  954. key: PARTICLE_KEY_STRETCH_FACTOR_Y
  955. points {
  956. y: 1.0156251
  957. }
  958. points {
  959. x: 0.2027355
  960. y: 3.3074327
  961. t_x: 0.92783904
  962. t_y: -0.3729809
  963. }
  964. points {
  965. x: 0.38931102
  966. y: 1.1156069
  967. t_x: 0.26103032
  968. t_y: -0.9653306
  969. }
  970. points {
  971. x: 1.0
  972. y: 0.0
  973. }
  974. }
  975. size_mode: SIZE_MODE_AUTO
  976. }
  977. emitters {
  978. id: "emitter5"
  979. mode: PLAY_MODE_ONCE
  980. duration: 1.0
  981. space: EMISSION_SPACE_WORLD
  982. position {
  983. z: 0.1
  984. }
  985. tile_source: "/assets/sprites.atlas"
  986. animation: "fw_light_01"
  987. material: "/builtins/materials/particlefx.material"
  988. blend_mode: BLEND_MODE_ADD
  989. max_particle_count: 1
  990. type: EMITTER_TYPE_CIRCLE
  991. properties {
  992. key: EMITTER_KEY_SPAWN_RATE
  993. points {
  994. y: 1000.0
  995. }
  996. }
  997. properties {
  998. key: EMITTER_KEY_PARTICLE_LIFE_TIME
  999. points {
  1000. y: 1.6
  1001. }
  1002. }
  1003. properties {
  1004. key: EMITTER_KEY_PARTICLE_SIZE
  1005. points {
  1006. y: 30.0
  1007. }
  1008. }
  1009. properties {
  1010. key: EMITTER_KEY_PARTICLE_RED
  1011. points {
  1012. y: 1.0
  1013. }
  1014. }
  1015. properties {
  1016. key: EMITTER_KEY_PARTICLE_GREEN
  1017. points {
  1018. y: 0.43137255
  1019. }
  1020. }
  1021. properties {
  1022. key: EMITTER_KEY_PARTICLE_BLUE
  1023. points {
  1024. y: 0.30980393
  1025. }
  1026. }
  1027. properties {
  1028. key: EMITTER_KEY_PARTICLE_ALPHA
  1029. points {
  1030. y: 1.0
  1031. }
  1032. }
  1033. properties {
  1034. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_X
  1035. points {
  1036. y: 2.0
  1037. }
  1038. }
  1039. properties {
  1040. key: EMITTER_KEY_PARTICLE_STRETCH_FACTOR_Y
  1041. points {
  1042. y: 2.0
  1043. }
  1044. }
  1045. particle_properties {
  1046. key: PARTICLE_KEY_SCALE
  1047. points {
  1048. y: 1.0
  1049. }
  1050. }
  1051. particle_properties {
  1052. key: PARTICLE_KEY_RED
  1053. points {
  1054. y: 1.0
  1055. }
  1056. }
  1057. particle_properties {
  1058. key: PARTICLE_KEY_GREEN
  1059. points {
  1060. y: 1.0
  1061. }
  1062. }
  1063. particle_properties {
  1064. key: PARTICLE_KEY_BLUE
  1065. points {
  1066. y: 1.0
  1067. }
  1068. }
  1069. particle_properties {
  1070. key: PARTICLE_KEY_ALPHA
  1071. points {
  1072. y: 9.531683E-5
  1073. t_x: 0.48855478
  1074. t_y: 0.8725332
  1075. }
  1076. points {
  1077. x: 0.014885994
  1078. y: 1.0171621
  1079. t_x: 0.06842353
  1080. t_y: 0.99765635
  1081. }
  1082. points {
  1083. x: 0.31872964
  1084. y: 0.12317026
  1085. t_x: 0.44993034
  1086. t_y: -0.89306366
  1087. }
  1088. points {
  1089. x: 0.5886808
  1090. y: -0.99066126
  1091. t_x: 0.18202555
  1092. t_y: -0.9832938
  1093. }
  1094. points {
  1095. x: 0.83127034
  1096. y: -0.3613797
  1097. t_x: 0.8397494
  1098. t_y: 0.5429742
  1099. }
  1100. points {
  1101. x: 1.0
  1102. y: 0.0
  1103. t_x: 0.99995637
  1104. t_y: -0.009341509
  1105. }
  1106. }
  1107. particle_properties {
  1108. key: PARTICLE_KEY_STRETCH_FACTOR_X
  1109. points {
  1110. y: 1.0156251
  1111. }
  1112. points {
  1113. x: 0.2022469
  1114. y: 3.2772617
  1115. }
  1116. points {
  1117. x: 0.38703388
  1118. y: 1.1423699
  1119. t_x: 0.3538746
  1120. t_y: -0.9352929
  1121. }
  1122. points {
  1123. x: 1.0
  1124. y: 0.014935664
  1125. }
  1126. }
  1127. particle_properties {
  1128. key: PARTICLE_KEY_STRETCH_FACTOR_Y
  1129. points {
  1130. y: 1.0156251
  1131. }
  1132. points {
  1133. x: 0.2027355
  1134. y: 3.3074327
  1135. t_x: 0.92783904
  1136. t_y: -0.3729809
  1137. }
  1138. points {
  1139. x: 0.38931102
  1140. y: 1.1156069
  1141. t_x: 0.26103032
  1142. t_y: -0.9653306
  1143. }
  1144. points {
  1145. x: 1.0
  1146. y: 0.0
  1147. }
  1148. }
  1149. size_mode: SIZE_MODE_AUTO
  1150. }