diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-25 01:33:45 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-25 01:33:45 +0000 |
commit | d088f1e0246b64cb187723cbb897a0c0a7710fc3 (patch) | |
tree | 7ecfe2e0c0dfcb6d8999a32cc455a293061a8888 | |
parent | f0c3a11fccedb7afd0516eabb72c5064749de9ff (diff) | |
download | clientdata-d088f1e0246b64cb187723cbb897a0c0a7710fc3.tar.gz clientdata-d088f1e0246b64cb187723cbb897a0c0a7710fc3.tar.bz2 clientdata-d088f1e0246b64cb187723cbb897a0c0a7710fc3.tar.xz clientdata-d088f1e0246b64cb187723cbb897a0c0a7710fc3.zip |
Fixed name of image.
-rw-r--r-- | graphics/sprites/head-christmastree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/head-christmastree.xml b/graphics/sprites/head-christmastree.xml index 352bed77..6413c04c 100644 --- a/graphics/sprites/head-christmastree.xml +++ b/graphics/sprites/head-christmastree.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/head-christmastree.png" width="40" height="51" /> + <imageset name="base" src="graphics/sprites/head-christmastreehat.png" width="40" height="51" /> <action name="stand" imageset="base"> <animation direction="down"> |