diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-20 20:27:32 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-20 20:27:32 +0000 |
commit | 842f0832e4cff6f61414e24eaeeb3499895e0f1f (patch) | |
tree | 3a8627479a011a9e5e6bdf722ce509d4c32aa960 /monsters.xml | |
parent | 9925b95d63ef254c76004efebad42b9ae6321958 (diff) | |
download | clientdata-842f0832e4cff6f61414e24eaeeb3499895e0f1f.tar.gz clientdata-842f0832e4cff6f61414e24eaeeb3499895e0f1f.tar.bz2 clientdata-842f0832e4cff6f61414e24eaeeb3499895e0f1f.tar.xz clientdata-842f0832e4cff6f61414e24eaeeb3499895e0f1f.zip |
Added different target cursor sizes for monsters. Graphics for small and large cursor are provisional until better versions based on the original SVG of the medium sized one are available.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monsters.xml b/monsters.xml index 7aee9c59..910c84c3 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1,5 +1,5 @@ <monsters>
- <monster id="0" name="Maggot">
+ <monster id="0" name="Maggot" targetCursor="small">
<sprite>monster-maggot.xml</sprite>
<sound event="hit">maggot-hit1.ogg</sound>
<sound event="hit">maggot-hit2.ogg</sound>
@@ -30,7 +30,7 @@ <sound event="hit">slime-hit1.ogg</sound>
</monster>
- <monster id="4" name="Giant Maggot">
+ <monster id="4" name="Giant Maggot" targetCursor="large">
<sprite>monster-maggot-giant.xml</sprite>
<sound event="hit">maggot-hit1.ogg</sound>
<sound event="hit">maggot-hit2.ogg</sound>
@@ -98,7 +98,7 @@ <sound event="hit">bat-hit1.ogg</sound>
</monster>
- <monster id="16" name="Pinkie">
+ <monster id="16" name="Pinkie" targetCursor="small">
<sprite>monster-pinkie.xml</sprite>
<sound event="hit">pinkie-hit1.ogg</sound>
<sound event="miss">pinkie-miss1.ogg</sound>
|