diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-02 14:47:25 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-02 14:47:25 -0200 |
commit | c96b1a9a202015459c1c7cd0f8b7102b7c420fd4 (patch) | |
tree | c4d72d2fe2c606a6b1ce8ad4ee414f39e716315b /graphics/sprites/avatars/avatar-ship.xml | |
parent | 419f8a5cf29b7df8bb8b20e7ae5ec1abb4c93722 (diff) | |
download | clientdata-c96b1a9a202015459c1c7cd0f8b7102b7c420fd4.tar.gz clientdata-c96b1a9a202015459c1c7cd0f8b7102b7c420fd4.tar.bz2 clientdata-c96b1a9a202015459c1c7cd0f8b7102b7c420fd4.tar.xz clientdata-c96b1a9a202015459c1c7cd0f8b7102b7c420fd4.zip |
Avatars update, cards :b
Diffstat (limited to 'graphics/sprites/avatars/avatar-ship.xml')
-rw-r--r-- | graphics/sprites/avatars/avatar-ship.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/sprites/avatars/avatar-ship.xml b/graphics/sprites/avatars/avatar-ship.xml new file mode 100644 index 00000000..6ec286cf --- /dev/null +++ b/graphics/sprites/avatars/avatar-ship.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2012 Evol Online --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/avatars/avatar-ship.png" + width="64" + height="40" + offsetX="0"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |