diff options
Diffstat (limited to 'graphics/sprites/monsters/dummy.xml')
-rw-r--r-- | graphics/sprites/monsters/dummy.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/dummy.xml b/graphics/sprites/monsters/dummy.xml new file mode 100644 index 00000000..e408f443 --- /dev/null +++ b/graphics/sprites/monsters/dummy.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2015 Evol Online --> + +<sprite> + <imageset name="mob" + src="graphics/sprites/monsters/dummy.png" + width="32" + height="64"/> + + <action name="stand" imageset="mob"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> + + <action name="stand" imageset="mob" hp="75"> + <animation direction="default"> + <frame index="1"/> + </animation> + </action> + + <action name="stand" imageset="mob" hp="50"> + <animation direction="default"> + <frame index="2"/> + </animation> + </action> + + <action name="stand" imageset="mob" hp="25"> + <animation direction="default"> + <frame index="3"/> + </animation> + </action> + + <action name="dead" imageset="mob"> + <animation> + <frame index="4"/> + </animation> + </action> +</sprite> |