diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-01 20:17:10 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-01 20:17:10 +0200 |
commit | b9b3ccbfd0b3cacb8c5436c8587496509e38e3a0 (patch) | |
tree | 375ea30c517267615106d575638d5c3f8574759b /equipmentwindow.xml | |
parent | d83c668f5f6daa3d0656fa64b8b39a16077556df (diff) | |
download | clientdata-b9b3ccbfd0b3cacb8c5436c8587496509e38e3a0.tar.gz clientdata-b9b3ccbfd0b3cacb8c5436c8587496509e38e3a0.tar.bz2 clientdata-b9b3ccbfd0b3cacb8c5436c8587496509e38e3a0.tar.xz clientdata-b9b3ccbfd0b3cacb8c5436c8587496509e38e3a0.zip |
Set slot background for equipment window. Ready for new theme test.
Diffstat (limited to 'equipmentwindow.xml')
-rw-r--r-- | equipmentwindow.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/equipmentwindow.xml b/equipmentwindow.xml index b37f151c..c7f5b04a 100644 --- a/equipmentwindow.xml +++ b/equipmentwindow.xml @@ -7,14 +7,14 @@ Copyright (C) 2011-2012 Evol Online --> <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="pants" x="50" y="253" image="3"/> + <slot name="boots" x="90" y="253" image="4"/> <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"/> + <slot name="wings" x="129" y="213" image="10"/> + <slot name="scarf" x="50" y="40" image="11"/> + <slot name="weapon" x="8" y="168" image="7"/> + <slot name="shield" x="129" y="168" image="8"/> + <slot name="ammo" x="129" y="78" image="9"/> + <slot name="amulet" x="8" y="123" image="6"/> + <slot name="ring" x="129" y="123" image="5"/> </equipment> |