diff options
Diffstat (limited to 'graphics/particles/pool-4-gold.particle.xml')
-rw-r--r-- | graphics/particles/pool-4-gold.particle.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/particles/pool-4-gold.particle.xml b/graphics/particles/pool-4-gold.particle.xml index af40ff6a..d4b9fa12 100644 --- a/graphics/particles/pool-4-gold.particle.xml +++ b/graphics/particles/pool-4-gold.particle.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> - <effect> - <!-- Crozenite pool --> - <particle position-x="16" position-y="0" position-z="44"> - <animation imageset="graphics/particles/pool-undyed.png|W:#998100,bfa100,e6c100,ffffff" width="65" height="27"> - <sequence start="0" end="7" delay="235" /> - </animation> - </particle> + <!-- Crozenite pool --> + <particle position-x="16" position-y="0" position-z="44"> + <animation imageset="graphics/particles/pool-undyed.png|W:#998100,bfa100,e6c100,ffffff" width="65" height="27"> + <sequence start="0" end="7" delay="235"/> + </animation> + </particle> </effect> |