diff options
Diffstat (limited to 'graphics/particles/pool-vert-2.xml')
-rw-r--r-- | graphics/particles/pool-vert-2.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/particles/pool-vert-2.xml b/graphics/particles/pool-vert-2.xml index f8aff50c..64f8fb36 100644 --- a/graphics/particles/pool-vert-2.xml +++ b/graphics/particles/pool-vert-2.xml @@ -1,11 +1,10 @@ <?xml version="1.0"?> - <effect> - <!-- The gate opening animation --> - <particle position-x="0" position-y="0" position-z="60"> - <animation imageset="graphics/particles/pool_32x59.particle.png" width="32" height="59"> - <sequence start="4" end="7" delay="235" /> - <sequence start="0" end="3" delay="235" /> - </animation> - </particle> + <!-- The gate opening animation --> + <particle position-x="0" position-y="0" position-z="60"> + <animation imageset="graphics/particles/pool_32x59.particle.png" width="32" height="59"> + <sequence start="4" end="7" delay="235"/> + <sequence start="0" end="3" delay="235"/> + </animation> + </particle> </effect> |