fw_splat_blue.particlefx 18 KB

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