diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
commit | 600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch) | |
tree | 9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /equipmentwindow.xml | |
parent | 9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff) | |
download | clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2 clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip |
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
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 c1fe7f4b..c1f300e8 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> |