diff options
Diffstat (limited to 'graphics/particles/gate-opening.xml')
-rwxr-xr-x | graphics/particles/gate-opening.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/particles/gate-opening.xml b/graphics/particles/gate-opening.xml new file mode 100755 index 00000000..7292bf4d --- /dev/null +++ b/graphics/particles/gate-opening.xml @@ -0,0 +1,11 @@ +<?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="2" delay="100" /> + <frame index="3" /> + </animation> + </particle> +</effect> |