diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-09 05:40:39 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-09 05:40:39 +0000 |
commit | 072cb81c812b5e47bd13fc13d78660f75196d01b (patch) | |
tree | 660ee8720b766d977028b3dce48d079d3fe0f029 /graphics/sprites/monsters | |
parent | 549570914465a9efaae09756ae9fdfe81f52e182 (diff) | |
download | clientdata-072cb81c812b5e47bd13fc13d78660f75196d01b.tar.gz clientdata-072cb81c812b5e47bd13fc13d78660f75196d01b.tar.bz2 clientdata-072cb81c812b5e47bd13fc13d78660f75196d01b.tar.xz clientdata-072cb81c812b5e47bd13fc13d78660f75196d01b.zip |
Add pumpkandy xml
Diffstat (limited to 'graphics/sprites/monsters')
-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 00000000..ae833b22 --- /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 |