diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-07 11:11:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-07 11:11:56 -0300 |
commit | ab2c34866da621863202333035c07865fd1f3f2a (patch) | |
tree | 3015c225b3657752172b8d4fc4c11c1555125a25 | |
parent | f0f6fdd06c95d612313f41bb1cff1059612dfef2 (diff) | |
download | clientdata-ab2c34866da621863202333035c07865fd1f3f2a.tar.gz clientdata-ab2c34866da621863202333035c07865fd1f3f2a.tar.bz2 clientdata-ab2c34866da621863202333035c07865fd1f3f2a.tar.xz clientdata-ab2c34866da621863202333035c07865fd1f3f2a.zip |
Sorry again
-rw-r--r-- | graphics/sprites/monsters/snowman.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/snowman.xml b/graphics/sprites/monsters/snowman.xml index 386b1769..32de5e49 100644 --- a/graphics/sprites/monsters/snowman.xml +++ b/graphics/sprites/monsters/snowman.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <sprite> - <imageset name="mob" src="graphics/sprites/monsters/snowman-boss.png" width="64" height="64" offsetY="0"/> + <imageset name="mob" src="graphics/sprites/monsters/snowman.png" width="64" height="64" offsetY="0"/> <include file="monsters/golem.xml"/> </sprite> |