diff options
author | Wushin <pasekei@gmail.com> | 2014-11-01 22:20:23 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-01 22:20:23 -0500 |
commit | c5843444a5592fe7f19b849beae592a75e78392b (patch) | |
tree | 13a6c20dfd57b04c47425dc50720ad038237f720 /graphics/sprites/hairstyles | |
parent | 105aad1ae9474bde71442c0b508e143c1b136448 (diff) | |
parent | 2a99b8c5610f601defd42e08630f9a3c2a9665c1 (diff) | |
download | clientdata-c5843444a5592fe7f19b849beae592a75e78392b.tar.gz clientdata-c5843444a5592fe7f19b849beae592a75e78392b.tar.bz2 clientdata-c5843444a5592fe7f19b849beae592a75e78392b.tar.xz clientdata-c5843444a5592fe7f19b849beae592a75e78392b.zip |
Merge pull request #169 from mekolat/duels
Fight Club
Diffstat (limited to 'graphics/sprites/hairstyles')
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle02-male-oversized.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle02-male-oversized.xml b/graphics/sprites/hairstyles/hairstyle02-male-oversized.xml new file mode 100644 index 00000000..316ebc31 --- /dev/null +++ b/graphics/sprites/hairstyles/hairstyle02-male-oversized.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-32"/> + </animation> + </action> +</sprite> |