diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-30 16:41:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-30 16:41:33 -0300 |
commit | dff2371775735bf6a5328f328a6a4752371b4684 (patch) | |
tree | f6313253aa248840b9cd903797835fbda088d6bf /graphics/sprites | |
parent | bbb0c5c0a67e71646fab013166f4fc31b9dd6584 (diff) | |
download | clientdata-dff2371775735bf6a5328f328a6a4752371b4684.tar.gz clientdata-dff2371775735bf6a5328f328a6a4752371b4684.tar.bz2 clientdata-dff2371775735bf6a5328f328a6a4752371b4684.tar.xz clientdata-dff2371775735bf6a5328f328a6a4752371b4684.zip |
Minor fix
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/xml/construction-worker.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/xml/construction-worker.xml b/graphics/sprites/npcs/xml/construction-worker.xml index 021c3f6c..c16a083a 100644 --- a/graphics/sprites/npcs/xml/construction-worker.xml +++ b/graphics/sprites/npcs/xml/construction-worker.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/sprite/construction-worker.png" width="40" height="80" /> + <imageset name="base" src="graphics/sprites/npcs/sprite/construction-worker.png" width="38" height="63" /> <action name="stand" imageset="base"> <animation direction="default"> <frame index="0"/> |