diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 10:52:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 10:52:30 -0300 |
commit | 4f7cc8335ecf00423fe9a6973ae0a86813a6627a (patch) | |
tree | 6b537f884d8c69c6c33f7d8da3d7891ee9cc62db /graphics | |
parent | ec0bde8c4c02ee8e5b808c6901d022eb46f64221 (diff) | |
download | clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.tar.gz clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.tar.bz2 clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.tar.xz clientdata-4f7cc8335ecf00423fe9a6973ae0a86813a6627a.zip |
Ice Maggot sprite fix
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/icemaggot.png | bin | 0 -> 3814 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/icemaggot.xml | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/icemaggot.png b/graphics/sprites/monsters/icemaggot.png Binary files differnew file mode 100644 index 00000000..769f7373 --- /dev/null +++ b/graphics/sprites/monsters/icemaggot.png 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> |