diff options
-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> |