diff options
author | Reid <reidyaro@gmail.com> | 2014-05-05 06:32:50 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-05-05 06:32:50 +0200 |
commit | 4de5e29d957f7b1ff6d1f31b3cd2d0c09c5e48c2 (patch) | |
tree | 1372398785de1445bd49c37a2f5ab72a5bd72bd7 /monsters.xml | |
parent | 79d4ab72a6ecea168c7f7f8f131fe4fcf5376874 (diff) | |
download | clientdata-4de5e29d957f7b1ff6d1f31b3cd2d0c09c5e48c2.tar.gz clientdata-4de5e29d957f7b1ff6d1f31b3cd2d0c09c5e48c2.tar.bz2 clientdata-4de5e29d957f7b1ff6d1f31b3cd2d0c09c5e48c2.tar.xz clientdata-4de5e29d957f7b1ff6d1f31b3cd2d0c09c5e48c2.zip |
Add target offset Y for new blubs.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index 6179d98a..bd03384f 100644 --- a/monsters.xml +++ b/monsters.xml @@ -74,14 +74,14 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hit">monsters/blub/hit1.ogg</sound> <sound event="spawn">monsters/blub/spawn1.ogg</sound> </monster> - <monster id="6" name="Blub" targetCursor="medium" walkType="walkswim"> + <monster id="6" name="Blub" targetCursor="medium" walkType="walkswim" targetOffsetY="10"> <sprite>monsters/blub.xml</sprite> <sprite>accessories/blub-tentacle.xml|#3e4164,3a3968,544a82,64437a,7d6db4,a26392,8f99c4,d294ab,b3cdcd,e7b8b8,d9ecd1,f0e8c5</sprite> <sound event="die">monsters/blub/die1.ogg</sound> <sound event="hit">monsters/blub/hit1.ogg</sound> <sound event="spawn">monsters/blub/spawn1.ogg</sound> </monster> - <monster id="7" name="Toppy Blub" targetCursor="medium" walkType="walkswim"> + <monster id="7" name="Toppy Blub" targetCursor="medium" walkType="walkswim" targetOffsetY="10"> <sprite>monsters/blub-toppy.xml</sprite> <sprite>accessories/blub-tentacle.xml</sprite> <sound event="die">monsters/blub/die1.ogg</sound> |