diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-05-26 23:54:10 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-09 20:31:36 +0200 |
commit | dc3c9054ea28054ff2219db4dbfc29a77eaa85cd (patch) | |
tree | 851a5c7195de076cb1b3673d73fc65cdfcd2df2b /graphics/sprites/equipment/head | |
parent | 589076a54bac9228f8bc399cd5aa02bf6f1c7638 (diff) | |
download | clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.tar.gz clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.tar.bz2 clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.tar.xz clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.zip |
Make the rose hat sprite/icon dyeable. Add dyestring to restore the rosehat item to its initial colors.
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/rosehat.png | bin | 3451 -> 3146 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/rosehat.xml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/equipment/head/rosehat.png b/graphics/sprites/equipment/head/rosehat.png Binary files differindex f11e8e88..a5542e7e 100644 --- a/graphics/sprites/equipment/head/rosehat.png +++ b/graphics/sprites/equipment/head/rosehat.png diff --git a/graphics/sprites/equipment/head/rosehat.xml b/graphics/sprites/equipment/head/rosehat.xml index de187c0c..fc530a59 100644 --- a/graphics/sprites/equipment/head/rosehat.xml +++ b/graphics/sprites/equipment/head/rosehat.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="equipment" src="graphics/sprites/equipment/head/rosehat.png" width="16" height="12"/> + <imageset name="equipment" src="graphics/sprites/equipment/head/rosehat.png|R" width="16" height="12"/> <action name="stand" imageset="equipment"> <animation direction="down"> |