diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-13 14:40:58 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-13 14:40:58 +0200 |
commit | c9f0e93dd665667e9829de86ff444aa8df08dab4 (patch) | |
tree | dc5a46381cd932f2acc2b9387d585655f72df227 /equipmentwindow.xml | |
parent | e6de6791fec0050687da423bc309cde4c3746d29 (diff) | |
download | clientdata-c9f0e93dd665667e9829de86ff444aa8df08dab4.tar.gz clientdata-c9f0e93dd665667e9829de86ff444aa8df08dab4.tar.bz2 clientdata-c9f0e93dd665667e9829de86ff444aa8df08dab4.tar.xz clientdata-c9f0e93dd665667e9829de86ff444aa8df08dab4.zip |
Equipment window size modified.
Diffstat (limited to 'equipmentwindow.xml')
-rw-r--r-- | equipmentwindow.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/equipmentwindow.xml b/equipmentwindow.xml index c7f5b04a..f62867c1 100644 --- a/equipmentwindow.xml +++ b/equipmentwindow.xml @@ -2,7 +2,8 @@ <!-- Author: 4144 Copyright (C) 2011-2012 Evol Online --> <equipment> - <window width="180" height="345"/> + + <window width="195" height="390"/> <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"/> @@ -17,4 +18,5 @@ Copyright (C) 2011-2012 Evol Online --> <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> |