diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-10 20:22:00 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-10 20:22:00 +0000 |
commit | d3e085322fa47835d892abf0d0c68bd7759bcdcd (patch) | |
tree | f3fb60e33ad64383ccd10ddc5f4484cfa9e4e4e7 /graphics/sprites/monsters | |
parent | 61eb92020a9c3704323288ac170a5044aa2e9523 (diff) | |
download | clientdata-d3e085322fa47835d892abf0d0c68bd7759bcdcd.tar.gz clientdata-d3e085322fa47835d892abf0d0c68bd7759bcdcd.tar.bz2 clientdata-d3e085322fa47835d892abf0d0c68bd7759bcdcd.tar.xz clientdata-d3e085322fa47835d892abf0d0c68bd7759bcdcd.zip |
add Saulc reaper shadow :b
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/accessories/reapershadow.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/accessories/reapershadow.xml b/graphics/sprites/monsters/accessories/reapershadow.xml new file mode 100644 index 00000000..dc73f4e5 --- /dev/null +++ b/graphics/sprites/monsters/accessories/reapershadow.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: Saulc +Copyright (C) 2018 TMW2: Moubootaur Legends +--> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/accessories/mediumcircleshadow.png" + width="32" + height="22"/> + <imageset name="empty" src="graphics/sprites/monsters/accessories/nothing.png" + width="1" + height="1"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetY="-2"/> + </animation> + </action> + <action name="dead" imageset="empty"> + <animation> + <frame index="0"/> + </animation> + </action> +</sprite>
\ No newline at end of file |