diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-13 11:32:07 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-13 11:32:07 +0000 |
commit | 340a5ab54f877df432a175943e3afd587036c345 (patch) | |
tree | c84fc42da94a28687c86e2e5daffb851825fa8d8 | |
parent | 9e52fd5859c0696e5e68a93dfe578c52a77e1446 (diff) | |
download | clientdata-340a5ab54f877df432a175943e3afd587036c345.tar.gz clientdata-340a5ab54f877df432a175943e3afd587036c345.tar.bz2 clientdata-340a5ab54f877df432a175943e3afd587036c345.tar.xz clientdata-340a5ab54f877df432a175943e3afd587036c345.zip |
Name our base sprite.
Will be usefull once other races are added to give each it's own name.
-rw-r--r-- | items.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ <!-- Treating the base sprite as equipment too will be useful when we implement other playable races --> - <item id="-100" type="racesprite"> + <item id="-100" type="racesprite" name="Human"> <sprite gender="male">player_male_base.xml</sprite> <sprite gender="female">player_female_base.xml</sprite> </item> |