diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-19 18:25:21 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-19 18:25:21 -0500 |
commit | 46e7d3bd5bad3de4f6f50e481e83e31c3b358d6e (patch) | |
tree | 899885cf6c6fd1be8f260a373d307f1effc11802 | |
parent | 21bac9c0a03d1c66256d8a6a4e9ad69e92cfff95 (diff) | |
download | clientdata-46e7d3bd5bad3de4f6f50e481e83e31c3b358d6e.tar.gz clientdata-46e7d3bd5bad3de4f6f50e481e83e31c3b358d6e.tar.bz2 clientdata-46e7d3bd5bad3de4f6f50e481e83e31c3b358d6e.tar.xz clientdata-46e7d3bd5bad3de4f6f50e481e83e31c3b358d6e.zip |
move the equipment window to Default subpage
-rw-r--r-- | equipmentwindow.xml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/equipmentwindow.xml b/equipmentwindow.xml index fe102350..4bb7ef59 100644 --- a/equipmentwindow.xml +++ b/equipmentwindow.xml @@ -2,16 +2,18 @@ <!-- Author: 4144 Copyright (C) 2011-2012 Evol Online --> <equipment> - <playerbox x="50" y="80" width="74" height="123"/> - <slot name="torso" x="94" y="48" image="0"/> - <slot name="gloves" x="8" y="92" image="1"/> - <slot name="hat" x="72" y="4" image="2"/> - <slot name="pants" x="50" y="226" image="3"/> - <slot name="boots" x="94" y="226" image="4"/> - <slot name="cape" x="8" y="182" image="5"/> - <slot name="wings" x="136" y="182" image="6"/> - <slot name="scarf" x="50" y="48" image="5"/> - <slot name="weapon" x="8" y="137" image="7"/> - <slot name="shield" x="136" y="137" image="8"/> - <slot name="ammo" x="136" y="92" image="9"/> + <page name="default"> + <playerbox x="50" y="80" width="74" height="123"/> + <slot name="torso" x="94" y="48" image="0"/> + <slot name="gloves" x="8" y="92" image="1"/> + <slot name="hat" x="72" y="4" image="2"/> + <slot name="pants" x="50" y="226" image="3"/> + <slot name="boots" x="94" y="226" image="4"/> + <slot name="cape" x="8" y="182" image="5"/> + <slot name="wings" x="136" y="182" image="6"/> + <slot name="scarf" x="50" y="48" image="5"/> + <slot name="weapon" x="8" y="137" image="7"/> + <slot name="shield" x="136" y="137" image="8"/> + <slot name="ammo" x="136" y="92" image="9"/> + </page> </equipment> |