summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/npc.xml
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-06-02 16:20:21 +0200
committerAlige <aligetmw@hotmail.fr>2012-06-02 16:20:21 +0200
commit20c55f76999711f35118ee095e2ce2fd96ded0c2 (patch)
treeea2095e392d14482b608a4d65d97d9e13d8dbeba /graphics/sprites/npcs/xml/npc.xml
parent493dfb1bf2092b5b7ead4fec68ffb38c650f2404 (diff)
downloadclientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.gz
clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.bz2
clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.xz
clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.zip
Reworked all XML files by replacing whitespaces by tabs.
Particle XML files will be done later.
Diffstat (limited to 'graphics/sprites/npcs/xml/npc.xml')
-rw-r--r--graphics/sprites/npcs/xml/npc.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/sprites/npcs/xml/npc.xml b/graphics/sprites/npcs/xml/npc.xml
index 347d0ec0..00182d73 100644
--- a/graphics/sprites/npcs/xml/npc.xml
+++ b/graphics/sprites/npcs/xml/npc.xml
@@ -1,14 +1,15 @@
<?xml version="1.0"?>
-<!-- Author : Reid
-Copyright (C) 2012 Evol Online -->
-<sprite variants="5" variant_offset="1">
- <imageset name="base" src="graphics/sprites/npcs/sprite/npc.png|S" width="64" height="64" />
+<!-- Author: Reid.
+Copyright (C) 2012 Evol Online -->
+
+<sprite variants="5" variant_offset="1">
+ <imageset name="npc" src="graphics/sprites/npcs/sprite/npc.png|S" width="64" height="64"/>
- <action name="stand" imageset="base">
+ <action name="stand" imageset="npc">
<animation direction="default">
- <frame index="0" />
+ <frame index="0"/>
</animation>
</action>
-</sprite> \ No newline at end of file
+</sprite>