summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-05-05 05:17:04 +0200
committerReid <reidyaro@gmail.com>2014-05-05 05:17:04 +0200
commit0e1889502aa46c0eee9942cb66600d994865518b (patch)
tree0b4754fbdf60c0a6b38814417753b73afe3bc065 /monsters.xml
parentee86abbecf4caa4845637538257ef87683da9b8a (diff)
downloadclientdata-0e1889502aa46c0eee9942cb66600d994865518b.tar.gz
clientdata-0e1889502aa46c0eee9942cb66600d994865518b.tar.bz2
clientdata-0e1889502aa46c0eee9942cb66600d994865518b.tar.xz
clientdata-0e1889502aa46c0eee9942cb66600d994865518b.zip
Finally uncomment the blub monster on the monsters.xml.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/monsters.xml b/monsters.xml
index 0a381aca..a3202c49 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -74,15 +74,20 @@ 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" walkType="walkswim">
+ <monster id="6" name="Blub" walkType="walkswim">
<sprite>monsters/blub.xml</sprite>
<sprite>accessories/blub-tentacle.xml</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="Top Blub" walkType="walkswim">
- <sprite>monsters/blub.xml</sprite>
+ <monster id="7" name="Toppy Blub" walkType="walkswim">
+ <sprite>monsters/blub-toppy.xml</sprite>
<sprite>accessories/blub-tentacle.xml</sprite>
- <sprite>accessories/blub-tophat.xml</sprite>
- </monster>-->
+ <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="8" name="Crocotree" targetCursor="small" targetOffsetX="-28" targetOffsetY="4" nameOffsetX="-29">
<sprite>monsters/crocotree.xml</sprite>
<sound event="die">monsters/crocotree/die1.ogg</sound>