diff options
author | Micksha <ms-shaman@gmx.de> | 2021-08-10 15:43:56 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2021-08-10 15:43:56 +0000 |
commit | 86851e2d26fc73e239a74c4013c0752e8d6f2571 (patch) | |
tree | 3e08c486148b063945f054e959898c3e00aa28a0 | |
parent | 9d8bfa8fb1feb74ec3424000beaa5e4727e91744 (diff) | |
download | clientdata-86851e2d26fc73e239a74c4013c0752e8d6f2571.tar.gz clientdata-86851e2d26fc73e239a74c4013c0752e8d6f2571.tar.bz2 clientdata-86851e2d26fc73e239a74c4013c0752e8d6f2571.tar.xz clientdata-86851e2d26fc73e239a74c4013c0752e8d6f2571.zip |
Update graphics/sprites/monsters/golem.xml, graphics/sprites/monsters/golem-red.xml files
-rw-r--r-- | graphics/sprites/monsters/golem-red.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/monsters/golem.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/golem-red.xml b/graphics/sprites/monsters/golem-red.xml index be5d8eeb..b98dc957 100644 --- a/graphics/sprites/monsters/golem-red.xml +++ b/graphics/sprites/monsters/golem-red.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <sprite> - <imageset name="mob" src="graphics/sprites/monsters/golem-red.png" width="128" height="128" offsetY="-4"/> + <imageset name="mob" src="graphics/sprites/monsters/golem-red.png" width="128" height="128" offsetY="3"/> <include file="monsters/golem.xml"/> </sprite> diff --git a/graphics/sprites/monsters/golem.xml b/graphics/sprites/monsters/golem.xml index 055c367d..01be80a9 100644 --- a/graphics/sprites/monsters/golem.xml +++ b/graphics/sprites/monsters/golem.xml @@ -6,7 +6,7 @@ Copyright (C) 2011-2020 Evol Online --> src="graphics/sprites/monsters/golem.png" width="128" height="128" - offsetY="-11"/> + offsetY="3"/> <action name="spawn" imageset="mob"> |