diff options
Diffstat (limited to 'graphics/particles/gate-opening.xml')
-rw-r--r-- | graphics/particles/gate-opening.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/particles/gate-opening.xml b/graphics/particles/gate-opening.xml index 26d82882..3a04b2a8 100644 --- a/graphics/particles/gate-opening.xml +++ b/graphics/particles/gate-opening.xml @@ -1,11 +1,10 @@ <?xml version="1.0"?> - <effect> - <!-- The gate opening animation --> - <particle position-x="0" position-y="0" position-z="32"> - <animation imageset="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192"> - <sequence start="0" end="4" delay="100" /> - <frame index="5" /> - </animation> - </particle> + <!-- The gate opening animation --> + <particle position-x="0" position-y="0" position-z="32"> + <animation imageset="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192"> + <sequence start="0" end="4" delay="100"/> + <frame index="5"/> + </animation> + </particle> </effect> |