diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-14 15:03:39 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-14 15:03:39 +0000 |
commit | f8deda75e4476382e2066029836115593dc784ca (patch) | |
tree | 8dff46a3859edff489a17ae66cc1cc8da2d93eb4 | |
parent | cbff49eb0a6d292f14968fe059fd34c512c2c445 (diff) | |
download | clientdata-f8deda75e4476382e2066029836115593dc784ca.tar.gz clientdata-f8deda75e4476382e2066029836115593dc784ca.tar.bz2 clientdata-f8deda75e4476382e2066029836115593dc784ca.tar.xz clientdata-f8deda75e4476382e2066029836115593dc784ca.zip |
Added animated poison status bar icon (by Fother J)
-rw-r--r-- | graphics/sprites/icon-poison.png | bin | 0 -> 1832 bytes | |||
-rw-r--r-- | graphics/sprites/icon-poison.xml | 18 | ||||
-rw-r--r-- | status-effects.xml | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/graphics/sprites/icon-poison.png b/graphics/sprites/icon-poison.png Binary files differnew file mode 100644 index 00000000..b7803cd9 --- /dev/null +++ b/graphics/sprites/icon-poison.png diff --git a/graphics/sprites/icon-poison.xml b/graphics/sprites/icon-poison.xml new file mode 100644 index 00000000..5472cd7c --- /dev/null +++ b/graphics/sprites/icon-poison.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-poison.png" width="12" height="20" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12" delay="80"/> + <frame index="1" offsetY="-12" delay="80"/> + <frame index="2" offsetY="-12" delay="80"/> + <frame index="3" offsetY="-12" delay="80"/> + <frame index="4" offsetY="-12" delay="80"/> + <frame index="5" offsetY="-12" delay="80"/> + <frame index="6" offsetY="-12" delay="80"/> + <frame index="7" offsetY="-12" delay="80"/> + <frame index="8" offsetY="-12" delay="80"/> + </animation> + </action> +</sprite> diff --git a/status-effects.xml b/status-effects.xml index dcc01451..24a9bba1 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -23,6 +23,7 @@ start-particle="graphics/particles/sphere-white.particle.xml" /> <status-effect name="poison" id="132" block-id="16" + icon="icon-poison.xml" persistent-particle-effect="true" start-particle="graphics/particles/green-bubbles.particle.xml" /> |