summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE3
-rw-r--r--graphics/sprites/monsters/icemaggot.pngbin0 -> 3814 bytes
-rw-r--r--graphics/sprites/monsters/icemaggot.xml6
-rw-r--r--monsters.xml2
4 files changed, 9 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 5bcaac4b..2b532363 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1499,7 +1499,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
graphics/sprites/monsters/demonicgoblin.png (? Neoriceisgood, Saulc) (GPLv2) (-)
graphics/sprites/monsters/demonicscythe.png (Nmaligec, Skipy) (GPLv2) (-)
graphics/sprites/monsters/desertloghead.png (Saulc) (CC BY-SA 3.0) (-)
- graphics/sprites/monsters/desertmaggot.png (Saulc) (CC BY-SA 3.0) (-)
+ graphics/sprites/monsters/desertmaggot.png (Saulc) (CC BY-SA 3.0) (Neoriceisgood)
graphics/sprites/monsters/dragon.png (?, lunovox) (GPLv2) (TMW-Br, LoF)
graphics/sprites/monsters/duck.png (Meway) (CC BY-SA 3.0) (-)
graphics/sprites/monsters/dummy.png (Reid) (CC BY-SA 3.0) (-)
@@ -1521,6 +1521,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
graphics/sprites/monsters/halloweenjack'o.png (?,Modanung) (GPLv2) (Saulc)
graphics/sprites/monsters/housemaggot.png (Saulc) (GPLv2) (Neoriceisgood)
graphics/sprites/monsters/icedfluffy.png (Crush) (CC BY-SA 3.0) (TMW.br)
+ graphics/sprites/monsters/icemaggot.png (Neoriceisgood) (GPLv2) (Jesusalva)
graphics/sprites/monsters/jacko.png (?,Modanung) (GPLv2) (-)
graphics/sprites/monsters/larvespa.png (Arikel) (GPLv2, CC BY-SA 3.0) (LoF)
graphics/sprites/monsters/loghead.png (FotherJ) (CC BY-SA 3.0) (-)
diff --git a/graphics/sprites/monsters/icemaggot.png b/graphics/sprites/monsters/icemaggot.png
new file mode 100644
index 00000000..769f7373
--- /dev/null
+++ b/graphics/sprites/monsters/icemaggot.png
Binary files differ
diff --git a/graphics/sprites/monsters/icemaggot.xml b/graphics/sprites/monsters/icemaggot.xml
new file mode 100644
index 00000000..65b3598b
--- /dev/null
+++ b/graphics/sprites/monsters/icemaggot.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/icemaggot.png" width="20" height="15"/>
+
+ <include file="monsters/maggot.xml"/>
+</sprite>
diff --git a/monsters.xml b/monsters.xml
index 28382e96..5aaa694f 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -98,7 +98,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<sound event="spawn">monsters/mushroom/spawn2.ogg</sound>
</monster>
<monster id="1012" name="Ice Maggot" targetCursor="small">
- <sprite>monsters/cavemaggot.xml|#009eff</sprite>
+ <sprite>monsters/icemaggot.xml</sprite>
<sound event="die">monsters/mushroom/die1.ogg</sound>
<sound event="die">monsters/mushroom/die2.ogg</sound>
<sound event="hit">monsters/frostiana/hit1.ogg</sound>