diff options
Diffstat (limited to 'graphics/sprites/hairstyles/hairstyle01.xml')
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle01.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml index 46c147f2..d6a4f82f 100644 --- a/graphics/sprites/hairstyles/hairstyle01.xml +++ b/graphics/sprites/hairstyles/hairstyle01.xml @@ -1,8 +1,11 @@ -<?xml version="1.0"?> -<!-- Author from The Mana World -Copyright (C) 2010-2012 Evol Online --> +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2012 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/hairstyles/hairstyle01.png|W" width="40" height="40"/> + <imageset name="base" + src="graphics/sprites/hairstyles/hairstyle01.png" + width="40" + height="40"/> <action name="stand" imageset="base"> <animation direction="down"> @@ -90,8 +93,7 @@ Copyright (C) 2010-2012 Evol Online --> <end /> </animation> <animation direction="up"> - <frame index="2" offsetX="-1" offsetY="-25" delay="150"/> - <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> + <frame index="2" offsetX="-1" offsetY="-25" delay="225"/> <frame index="2" offsetX="-2" offsetY="-24" delay="75"/> <frame index="2" offsetX="-2" offsetY="-25" delay="75"/> <end /> @@ -138,4 +140,4 @@ Copyright (C) 2010-2012 Evol Online --> <frame index="4" offsetX="21" offsetY="-4"/> </animation> </action> -</sprite>
\ No newline at end of file +</sprite> |