diff options
author | Reid <reidyaro@gmail.com> | 2012-05-23 23:14:58 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-23 23:14:58 +0200 |
commit | 1f984976298155aa60169e04d30dba4eb09f73b1 (patch) | |
tree | 996dfe3b45977f3aad501affa945c45a697d7c99 /graphics/sprites/npcs/xml/sailors.xml | |
parent | fff9c1f556e21115d07a7ecb2faa6c117e2adc4f (diff) | |
download | clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.gz clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.bz2 clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.xz clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.zip |
Correct some problem caused by the merge.
Diffstat (limited to 'graphics/sprites/npcs/xml/sailors.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/sailors.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/sailors.xml b/graphics/sprites/npcs/xml/sailors.xml new file mode 100644 index 00000000..6e0fb6bb --- /dev/null +++ b/graphics/sprites/npcs/xml/sailors.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<!-- Author : Reid +Copyright (C) 2012 Evol Online --> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sprite/sailors.png" width="278" height="149"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="19" offsetX="19"/> + </animation> + </action> +</sprite> |