diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/wesnoth-wounds.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/wesnoth-wounds.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/wesnoth-wounds.xml b/graphics/sprites/npcs/xml/wesnoth-wounds.xml new file mode 100644 index 0000000..8eee2d9 --- /dev/null +++ b/graphics/sprites/npcs/xml/wesnoth-wounds.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2018 TMW2--> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/wesnoth-wounds.png" + width="72" + height="72"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |