diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-09 15:28:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-09 15:28:22 -0300 |
commit | 46254068570eb38cfb75b7da95a04a0b26a8a2ea (patch) | |
tree | 401f14b54908cf7d4845f78d0b709bfac9b55feb | |
parent | 8c3e22e8c813d0f9a321927c7eff0f5c3362fe92 (diff) | |
download | clientdata-thief.tar.gz clientdata-thief.tar.bz2 clientdata-thief.tar.xz clientdata-thief.zip |
Pipeline (no bug ingame so I didn't saw this)thief
-rw-r--r-- | graphics/sprites/npcs/xml/artis-sewer-wheel.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml index 2ca93e69..6c4854c1 100644 --- a/graphics/sprites/npcs/xml/artis-sewer-wheel.xml +++ b/graphics/sprites/npcs/xml/artis-sewer-wheel.xml @@ -14,9 +14,15 @@ Copyright (C) 2015 - 2020 Evol Online --> <sequence start="0" end="7" delay="50" repeat="4"/> <frame index="0"/> </animation> - <!-- Stoic --> + <!-- Static --> <animation direction="down"> <frame index="0"/> </animation> + <animation direction="left"> + <frame index="0"/> + </animation> + <animation direction="right"> + <frame index="0"/> + </animation> </action> </sprite> |