diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
commit | 600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch) | |
tree | 9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /graphics/sprites/npcs/xml/animated_hammock1.xml | |
parent | 9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff) | |
download | clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2 clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip |
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
Diffstat (limited to 'graphics/sprites/npcs/xml/animated_hammock1.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/animated_hammock1.xml | 42 |
1 files changed, 18 insertions, 24 deletions
diff --git a/graphics/sprites/npcs/xml/animated_hammock1.xml b/graphics/sprites/npcs/xml/animated_hammock1.xml index 9d75217a..7d6a24b4 100644 --- a/graphics/sprites/npcs/xml/animated_hammock1.xml +++ b/graphics/sprites/npcs/xml/animated_hammock1.xml @@ -1,27 +1,21 @@ <?xml version="1.0"?> - -<!-- Author: Reid. -Copyright (C) 2011-2012 Evol Online --> - +<!-- Author : Reid +Copyright (C) 2011-2012 Evol Online --> <sprite> - <imageset name="npc" src="graphics/sprites/npcs/sprite/animated_hammock.png" width="96" height="64"/> - - <action name="stand" imageset="npc"> - - <!-- Mooving hammock. --> - <animation direction="left"> - <frame index="3" delay="300"/> - <frame index="2" delay="180"/> - <frame index="1" delay="150"/> - <frame index="0" delay="400"/> - <frame index="1" delay="180"/> - <frame index="2" delay="150"/> - </animation> - - <!-- Static hammock. --> - <animation direction="up"> - <frame index="3"/> - </animation> - - </action> + <imageset name="npc" src="graphics/sprites/npcs/sprite/animated_hammock.png" width="96" height="64"/> + <action name="stand" imageset="npc"> + <!-- Mooving hammock. --> + <animation direction="left"> + <frame index="3" delay="300"/> + <frame index="2" delay="180"/> + <frame index="1" delay="150"/> + <frame index="0" delay="400"/> + <frame index="1" delay="180"/> + <frame index="2" delay="150"/> + </animation> + <!-- Static hammock. --> + <animation direction="up"> + <frame index="3"/> + </animation> + </action> </sprite>
\ No newline at end of file |