diff options
Diffstat (limited to 'graphics/particles/pool-vert.xml')
-rwxr-xr-x | graphics/particles/pool-vert.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/particles/pool-vert.xml b/graphics/particles/pool-vert.xml index 6be72a1c..575068d4 100755 --- a/graphics/particles/pool-vert.xml +++ b/graphics/particles/pool-vert.xml @@ -3,8 +3,9 @@ <effect> <!-- The gate opening animation --> <particle position-x="0" position-y="0" position-z="60"> - <animation imageset="graphics/particles/pool_32x58.particle.png" width="32" height="58"> - <sequence start="0" end="3" delay="400" /> + <animation imageset="graphics/particles/pool_32x59.particle.png" width="32" height="59"> + <sequence start="2" end="7" delay="235" /> + <sequence start="0" end="1" delay="235" /> </animation> </particle> </effect> |