summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-13 10:36:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-13 10:36:20 -0300
commit5595117ce4e1ca7619c2f9114c16fb2ce0872baf (patch)
treea8f35c227602d567c23e8c805dcbcf10fc0aeb24
parent9804f9c3fbc8af30067bfae0a0ffefa51ed1f418 (diff)
downloadclientdata-5595117ce4e1ca7619c2f9114c16fb2ce0872baf.tar.gz
clientdata-5595117ce4e1ca7619c2f9114c16fb2ce0872baf.tar.bz2
clientdata-5595117ce4e1ca7619c2f9114c16fb2ce0872baf.tar.xz
clientdata-5595117ce4e1ca7619c2f9114c16fb2ce0872baf.zip
Fix animals offset
-rw-r--r--graphics/sprites/monsters/pet-black-cat.xml2
-rw-r--r--graphics/sprites/monsters/pet-cat.xml2
-rw-r--r--graphics/sprites/monsters/pet-dog.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/pet-black-cat.xml b/graphics/sprites/monsters/pet-black-cat.xml
index e49ad0b8..90d2c4f6 100644
--- a/graphics/sprites/monsters/pet-black-cat.xml
+++ b/graphics/sprites/monsters/pet-black-cat.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monsters/pet-black-cat.png" width="32" height="32" />
+ <imageset name="base" src="graphics/sprites/monsters/pet-black-cat.png" width="32" height="32" offsetX="32" />
<include file="monsters/pet-cat.xml"/>
</sprite>
diff --git a/graphics/sprites/monsters/pet-cat.xml b/graphics/sprites/monsters/pet-cat.xml
index 809043a5..21a15152 100644
--- a/graphics/sprites/monsters/pet-cat.xml
+++ b/graphics/sprites/monsters/pet-cat.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monsters/pet-cat.png" width="32" height="32" />
+ <imageset name="base" src="graphics/sprites/monsters/pet-cat.png" width="32" height="32" offsetX="32" />
<action name="stand" imageset="base">
<animation direction="down">
diff --git a/graphics/sprites/monsters/pet-dog.xml b/graphics/sprites/monsters/pet-dog.xml
index e793df39..24a39479 100644
--- a/graphics/sprites/monsters/pet-dog.xml
+++ b/graphics/sprites/monsters/pet-dog.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monsters/pet-dog.png" width="32" height="32"/>
+ <imageset name="base" src="graphics/sprites/monsters/pet-dog.png" width="32" height="32" offsetX="32"/>
<action name="stand" imageset="base">
<animation direction="down">