diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
commit | 20c55f76999711f35118ee095e2ce2fd96ded0c2 (patch) | |
tree | ea2095e392d14482b608a4d65d97d9e13d8dbeba /equipmentwindow.xml | |
parent | 493dfb1bf2092b5b7ead4fec68ffb38c650f2404 (diff) | |
download | clientdata-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 'equipmentwindow.xml')
-rw-r--r-- | equipmentwindow.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/equipmentwindow.xml b/equipmentwindow.xml index c1f300e8..c1fe7f4b 100644 --- a/equipmentwindow.xml +++ b/equipmentwindow.xml @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author : 4144 -(C) Evol Online 2011. --> +<!-- Author: 4144. +(C) Evol Online 2011 --> <equipment> - <window width="180" height="345" /> - <playerbox x="50" y="80" width="74" height="168" /> - <slot name="torso" x="90" y="40" image="0" /> - <slot name="gloves" x="8" y="78" image="1" /> - <slot name="hat" x="70" y="0" image="2" /> - <slot name="pants" x="50" y="253" /> - <slot name="boots" x="90" y="253" /> - <slot name="" x="8" y="213" /> - <slot name="wings" x="129" y="213" /> - <slot name="scarf" x="50" y="40" /> - <slot name="weapon" x="8" y="168" /> - <slot name="shield" x="129" y="168" /> - <slot name="ammo" x="129" y="78" /> - <slot name="amulet" x="8" y="123" /> - <slot name="ring" x="129" y="123" /> + <window width="180" height="345"/> + <playerbox x="50" y="80" width="74" height="168"/> + <slot name="torso" x="90" y="40" image="0"/> + <slot name="gloves" x="8" y="78" image="1"/> + <slot name="hat" x="70" y="0" image="2"/> + <slot name="pants" x="50" y="253"/> + <slot name="boots" x="90" y="253"/> + <slot name="" x="8" y="213"/> + <slot name="wings" x="129" y="213"/> + <slot name="scarf" x="50" y="40"/> + <slot name="weapon" x="8" y="168"/> + <slot name="shield" x="129" y="168"/> + <slot name="ammo" x="129" y="78"/> + <slot name="amulet" x="8" y="123"/> + <slot name="ring" x="129" y="123"/> </equipment> |