diff options
author | Reid <reidyaro@gmail.com> | 2012-09-09 12:48:10 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-09 12:52:48 +0200 |
commit | 3355c956bbaac56a10903fc021bd1dc422b22449 (patch) | |
tree | cbcc9f92707a5b3510b94479894cad0176770f81 /graphics/sprites/equipment/leg/shorts-female.xml | |
parent | 1d658a02e4a343854bad0cae466aa44cfa929c21 (diff) | |
download | clientdata-3355c956bbaac56a10903fc021bd1dc422b22449.tar.gz clientdata-3355c956bbaac56a10903fc021bd1dc422b22449.tar.bz2 clientdata-3355c956bbaac56a10903fc021bd1dc422b22449.tar.xz clientdata-3355c956bbaac56a10903fc021bd1dc422b22449.zip |
Add new XML template style on shorts-female.xml .
Diffstat (limited to 'graphics/sprites/equipment/leg/shorts-female.xml')
-rw-r--r-- | graphics/sprites/equipment/leg/shorts-female.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/sprites/equipment/leg/shorts-female.xml b/graphics/sprites/equipment/leg/shorts-female.xml index 4dd24d0e..3e9f4a37 100644 --- a/graphics/sprites/equipment/leg/shorts-female.xml +++ b/graphics/sprites/equipment/leg/shorts-female.xml @@ -1,8 +1,10 @@ <?xml version="1.0"?> -<!-- Author from The Mana World +<!-- Author: Reid Copyright (C) 2010-2012 Evol Online --> -<sprite name="player" action="stand"> - <imageset name="base" src="graphics/sprites/equipment/leg/shorts-female.png|W" width="64" height="64"/> - +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/leg/shorts-female.png|W" + width="64" + height="64"/> <include file="races/human-male.xml"/> </sprite> |