summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>