diff options
Diffstat (limited to 'graphics/particles/bonfire.particle.xml')
-rw-r--r-- | graphics/particles/bonfire.particle.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/particles/bonfire.particle.xml b/graphics/particles/bonfire.particle.xml index f3a90fc2..c02afb60 100644 --- a/graphics/particles/bonfire.particle.xml +++ b/graphics/particles/bonfire.particle.xml @@ -11,7 +11,7 @@ Special fire animation for bonfire tile. Can be used only on the open air. <property name="vertical-angle" min="0" max="90"/> <property name="power" min="0" max="0.05"/> <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="30"/> <frame index="14" delay="1000"/> </animation> @@ -27,7 +27,7 @@ Special fire animation for bonfire tile. Can be used only on the open air. <property name="vertical-angle" min="0" max="90"/> <property name="power" min="0" max="0.05"/> <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="30"/> <frame index="14" delay="1000"/> </animation> @@ -42,7 +42,7 @@ Special fire animation for bonfire tile. Can be used only on the open air. <property name="vertical-angle" min="0" max="90"/> <property name="power" min="0.0" max="0.05"/> <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="30"/> <frame index="14" delay="1000"/> </animation> |