diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:25:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:25:26 -0300 |
commit | 21dc324fe9515d21dc48eafa7a6c6ce970b98c8a (patch) | |
tree | c2b590b4f50cc0802378196bac0670b3f6e7edec | |
parent | 802291db1be7b98914ee80e2c46085e0ea336241 (diff) | |
download | clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.gz clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.bz2 clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.xz clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.zip |
OMG Hocus will get mad at me if I forget this D:
-rw-r--r-- | graphics/sprites/npcs/elli.png | bin | 0 -> 1269 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/elli.xml | 9 | ||||
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc441.xml | 6 |
4 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/elli.png b/graphics/sprites/npcs/elli.png Binary files differnew file mode 100644 index 00000000..e876878c --- /dev/null +++ b/graphics/sprites/npcs/elli.png diff --git a/graphics/sprites/npcs/elli.xml b/graphics/sprites/npcs/elli.xml new file mode 100644 index 00000000..017739a7 --- /dev/null +++ b/graphics/sprites/npcs/elli.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/elli.png" width="32" height="64"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/npcs/_include.xml b/npcs/_include.xml index b53eba12..78be1ba9 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -233,4 +233,5 @@ <include name="npcs/npc429.xml"/> <include name="npcs/npc430.xml"/> <include name="npcs/npc431.xml"/> + <include name="npcs/npc441.xml"/> </npcs> diff --git a/npcs/npc441.xml b/npcs/npc441.xml new file mode 100644 index 00000000..74b4ea84 --- /dev/null +++ b/npcs/npc441.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="441"> + <sprite>npcs/elli.xml</sprite> + </npc> +</npcs> |