diff options
Diffstat (limited to 'graphics/particles/monster-angry-fire-goblin.particle.xml')
-rw-r--r-- | graphics/particles/monster-angry-fire-goblin.particle.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/particles/monster-angry-fire-goblin.particle.xml b/graphics/particles/monster-angry-fire-goblin.particle.xml index a02d7c5d..a3052d5a 100644 --- a/graphics/particles/monster-angry-fire-goblin.particle.xml +++ b/graphics/particles/monster-angry-fire-goblin.particle.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -A fire effect intended for use with the fire goblin mob +A fire effect intended for use with the fire goblin mob --> <effect> <particle position-x="0" position-y="0" position-z="0"> @@ -11,7 +11,7 @@ A fire effect intended for use with the fire goblin mob <property name="vertical-angle" min="0" max="90"/> <property name="power" min="0.1" max="0.3"/> <property name="gravity" value="-0.03"/> - <animation imageset="graphics/particles/aniblaze.png" width="8" height="8"> + <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8"> <sequence start="0" end="14" delay="20"/> <frame index="14" delay="1000"/> </animation> |