summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/artis-sewer-wheel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/artis-sewer-wheel.xml')
-rw-r--r--graphics/sprites/npcs/xml/artis-sewer-wheel.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml
index 176341db..6c4854c1 100644
--- a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml
+++ b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml
@@ -9,15 +9,20 @@ Copyright (C) 2015 - 2020 Evol Online -->
height="32"/>
<action name="stand" imageset="npc">
- <animation direction="default">
+ <!-- Moving -->
+ <animation direction="up">
+ <sequence start="0" end="7" delay="50" repeat="4"/>
<frame index="0"/>
</animation>
- </action>
- <action name="move" imageset="npc">
- <!-- Opening -->
- <animation direction="default">
- <sequence start="0" end="7" delay="50" repeat="4"/>
- <end/>
+ <!-- Static -->
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="left">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0"/>
</animation>
</action>
</sprite>