diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-07 20:55:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-07 20:55:33 -0300 |
commit | 2987ea07a4562a6f96214c22781e962a7bc8eedc (patch) | |
tree | aeb9883c0705dccaa16bf4ecd9f4da70526d6878 /graphics/sprites/npcs/xml/elli.xml | |
parent | c2d066e42e5e5fe2c7868e36f97e136345095804 (diff) | |
download | clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.tar.gz clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.tar.bz2 clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.tar.xz clientdata-2987ea07a4562a6f96214c22781e962a7bc8eedc.zip |
We'll need this NPC sprite
Diffstat (limited to 'graphics/sprites/npcs/xml/elli.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/elli.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/elli.xml b/graphics/sprites/npcs/xml/elli.xml new file mode 100644 index 00000000..01d286fc --- /dev/null +++ b/graphics/sprites/npcs/xml/elli.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/sprite/elli.png" width="32" height="64"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |