summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-05-20 20:27:32 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-05-20 20:27:32 +0000
commit842f0832e4cff6f61414e24eaeeb3499895e0f1f (patch)
tree3a8627479a011a9e5e6bdf722ce509d4c32aa960
parent9925b95d63ef254c76004efebad42b9ae6321958 (diff)
downloadclientdata-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.
-rw-r--r--graphics/gui/target-cursor-blue-l.pngbin0 -> 19137 bytes
-rw-r--r--graphics/gui/target-cursor-blue-m.pngbin0 -> 8353 bytes
-rw-r--r--graphics/gui/target-cursor-blue-s.pngbin0 -> 8227 bytes
-rw-r--r--graphics/gui/target-cursor-red-l.pngbin0 -> 18825 bytes
-rw-r--r--graphics/gui/target-cursor-red-m.pngbin0 -> 8361 bytes
-rw-r--r--graphics/gui/target-cursor-red-s.pngbin0 -> 8134 bytes
-rw-r--r--monsters.xml6
7 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gui/target-cursor-blue-l.png b/graphics/gui/target-cursor-blue-l.png
new file mode 100644
index 00000000..6f575bd7
--- /dev/null
+++ b/graphics/gui/target-cursor-blue-l.png
Binary files differ
diff --git a/graphics/gui/target-cursor-blue-m.png b/graphics/gui/target-cursor-blue-m.png
new file mode 100644
index 00000000..3e81c75d
--- /dev/null
+++ b/graphics/gui/target-cursor-blue-m.png
Binary files differ
diff --git a/graphics/gui/target-cursor-blue-s.png b/graphics/gui/target-cursor-blue-s.png
new file mode 100644
index 00000000..0f515d59
--- /dev/null
+++ b/graphics/gui/target-cursor-blue-s.png
Binary files differ
diff --git a/graphics/gui/target-cursor-red-l.png b/graphics/gui/target-cursor-red-l.png
new file mode 100644
index 00000000..d3ef5849
--- /dev/null
+++ b/graphics/gui/target-cursor-red-l.png
Binary files differ
diff --git a/graphics/gui/target-cursor-red-m.png b/graphics/gui/target-cursor-red-m.png
new file mode 100644
index 00000000..09195f44
--- /dev/null
+++ b/graphics/gui/target-cursor-red-m.png
Binary files differ
diff --git a/graphics/gui/target-cursor-red-s.png b/graphics/gui/target-cursor-red-s.png
new file mode 100644
index 00000000..44e49aec
--- /dev/null
+++ b/graphics/gui/target-cursor-red-s.png
Binary files differ
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>