diff options
Diffstat (limited to 'graphics/particles/pool-horiz-2.xml')
-rw-r--r-- | graphics/particles/pool-horiz-2.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/particles/pool-horiz-2.xml b/graphics/particles/pool-horiz-2.xml index 4b909ce4..1215c72f 100644 --- a/graphics/particles/pool-horiz-2.xml +++ b/graphics/particles/pool-horiz-2.xml @@ -1,11 +1,10 @@ <?xml version="1.0"?> - <effect> - <!-- The gate opening animation --> - <particle position-x="16" position-y="0" position-z="44"> - <animation imageset="graphics/particles/pool_65x27.particle.png" width="65" height="27"> - <sequence start="3" end="7" delay="235" /> - <sequence start="0" end="2" delay="235" /> - </animation> - </particle> + <!-- The gate opening animation --> + <particle position-x="16" position-y="0" position-z="44"> + <animation imageset="graphics/particles/pool_65x27.particle.png" width="65" height="27"> + <sequence start="3" end="7" delay="235"/> + <sequence start="0" end="2" delay="235"/> + </animation> + </particle> </effect> |