diff options
Diffstat (limited to 'graphics/sprites/monsters/pumpkandy.xml')
-rw-r--r-- | graphics/sprites/monsters/pumpkandy.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/pumpkandy.xml b/graphics/sprites/monsters/pumpkandy.xml new file mode 100644 index 0000000..ae833b2 --- /dev/null +++ b/graphics/sprites/monsters/pumpkandy.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: Saulc +Copyright (C) 2018 TMW2: Moubootaur Legends +--> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/pumpkandy.png" width="50" height="50"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0" offsetX="4" offsetY="3"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1" offsetX="4" offsetY="3"/> + </animation> + </action> +</sprite>
\ No newline at end of file |