diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-06 15:10:25 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-06 15:10:25 +0000 |
commit | 635c8b377c9e5c038e243adbf41bc32630a276eb (patch) | |
tree | d5130e0f68aebed03e7165e71b14398824c83e85 /graphics/sprites | |
parent | aa78266cfcb7ae5e06dd4a8247ae865e50760bab (diff) | |
download | clientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.tar.gz clientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.tar.bz2 clientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.tar.xz clientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.zip |
add thorn xml
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/xml/thorn.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/thorn.xml b/graphics/sprites/npcs/xml/thorn.xml new file mode 100644 index 00000000..49f7276f --- /dev/null +++ b/graphics/sprites/npcs/xml/thorn.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2019 TMW2--> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/simple/thorn.png" + width="64" + height="64"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |