Advertisement
Guest User

flies.patch

a guest
Aug 15th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. From eb16a46fb0334d3424d7f6845fbd141f31801e49 Mon Sep 17 00:00:00 2001
  2. From: Dark Nick <developer@Pirat.(none)>
  3. Date: Mon, 15 Aug 2011 19:35:36 +0400
  4. Subject: [PATCH] Improved flies effect.
  5.  
  6. ---
  7. graphics/particles/fly.particle.xml | 34 ++++++++++++++++++++++++++++++++++
  8. graphics/particles/fly.png | Bin 0 -> 271 bytes
  9. maps/008-1.tmx | 1 +
  10. 3 files changed, 35 insertions(+), 0 deletions(-)
  11. create mode 100644 graphics/particles/fly.particle.xml
  12. create mode 100644 graphics/particles/fly.png
  13.  
  14. diff --git a/graphics/particles/fly.particle.xml b/graphics/particles/fly.particle.xml
  15. new file mode 100644
  16. index 0000000..9d20a11
  17. --- /dev/null
  18. +++ b/graphics/particles/fly.particle.xml
  19. @@ -0,0 +1,34 @@
  20. +<effect>
  21. + <particle
  22. + position-x = "18"
  23. + position-y = "-15"
  24. + position-z = "7"
  25. + >
  26. + <emitter>
  27. + <property name="vertical-angle" min="0" max="360"/>
  28. + <property name="horizontal-angle" min="0" max="360"/>
  29. + <property name="power" min="8" max="10"/>
  30. + <property name="lifetime" value="1"/>
  31. + <property name="output" value="1"/>
  32. + <emitter>
  33. + <property name="position-y" min="-16" max="16"/>
  34. + <property name="position-y" min="-16" max="16"/>
  35. + <property name="position-z" min="-16" max="16"/>
  36. + <property name="horizontal-angle" min="0" max="180"/>
  37. + <property name="vertical-angle" min="0" max="180"/>
  38. + <property name="power" min="0.01" max="1.1"/>
  39. + <property name="lifetime" value="80"/>
  40. + <property name="fade-out" min="-30" max="1"/>
  41. + <property name="fade-in" value="0"/>
  42. + <property name="output" min="-25" max="1"/>
  43. + <property name="acceleration" value="0.1"/>
  44. + <property name="alpha" value="0.5"/>
  45. + <property name="bounce" value="1"/>
  46. + <property name="momentum" value="1"/>
  47. + <animation imageset="graphics/particles/fly.png" width="7" height="7">
  48. + <sequence start="0" end="1" delay="30"/>
  49. + </animation>
  50. + </emitter>
  51. + </emitter>
  52. + </particle>
  53. +</effect>
  54. \ No newline at end of file
  55. diff --git a/graphics/particles/fly.png b/graphics/particles/fly.png
  56. new file mode 100644
  57. index 0000000000000000000000000000000000000000..dac68cf96f501e1382897bf3cbbbeafaf4fe1868
  58. GIT binary patch
  59. literal 271
  60. zcmeAS@N?(olHy`uVBq!ia0vp^d_c_3!3HEP+-oF(6k~CayA#8@b22Z19JVBHcNd2L
  61. zAh=-f^2tCE&H|6fVg?3oVGw3ym^DWND9B#o>FdgVn}eTU+Wgo{6QDeUWQl7;iF1B#
  62. zZfaf$gL6@8Vo7R>LV0FMhJw4NZ$Nk>pEyuamZytjh{WZk{f1lz40xE&*T%6;Hm^9b
  63. z*y;)ILFawX^*lW_mtM#c+@vafP+nwn#ig}dyUVjQ(^Rg$c=u+jmtpr3ukz_jxC9!W
  64. z%t_Z^xOuGT(Vs2nc2_ePN;Kpeaw#;YC)ifaxBpu4`adUos*2GsO|`Y$KwB9+UHx3v
  65. IIVCg!0C5diJ^%m!
  66.  
  67. literal 0
  68. HcmV?d00001
  69.  
  70. diff --git a/maps/008-1.tmx b/maps/008-1.tmx
  71. index dff11c7..ef09e34 100644
  72. --- a/maps/008-1.tmx
  73. +++ b/maps/008-1.tmx
  74. @@ -177,5 +177,6 @@
  75. <property name="monster_id" value="53"/>
  76. </properties>
  77. </object>
  78. + <object name="graphics/particles/fly.particle.xml" type="PARTICLE_EFFECT" x="3088" y="896" width="32" height="32"/>
  79. </objectgroup>
  80. </map>
  81. --
  82. 1.7.0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement