tibia-client/modules/game_inventory/inventory.otui

111 lines
2.1 KiB
Plaintext
Raw Normal View History

2012-01-02 21:46:40 +01:00
InvetoryItem < Item
2012-01-02 23:09:49 +01:00
&onMousePress: Inventory.onInventoryItemMousePress
2012-01-02 21:46:40 +01:00
2011-11-10 06:29:25 +01:00
UIWindow
width: 192
2012-01-02 23:09:49 +01:00
height: 148
2011-11-17 22:41:02 +01:00
margin-top: 10
margin-left: 6
margin-right: 6
move-policy: free updated
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// head
id: slot1
2011-11-10 06:29:25 +01:00
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// armor
id: slot4
2011-11-10 06:29:25 +01:00
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// legs
id: slot7
2011-11-10 06:29:25 +01:00
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// feet
id: slot8
2011-11-10 06:29:25 +01:00
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// necklace
id: slot2
2011-11-10 06:29:25 +01:00
anchors.top: parent.top
2012-01-03 01:10:39 +01:00
anchors.right: slot1.left
2011-11-17 22:41:02 +01:00
margin-top: 10
margin-right: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// left
id: slot6
2011-11-10 06:29:25 +01:00
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// ring
id: slot9
2011-11-10 06:29:25 +01:00
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// backpack
id: slot3
2011-11-10 06:29:25 +01:00
anchors.top: parent.top
2012-01-03 01:10:39 +01:00
anchors.left: slot1.right
2011-11-17 22:41:02 +01:00
margin-top: 10
margin-left: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// right
id: slot5
2011-11-10 06:29:25 +01:00
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
2011-11-13 06:11:47 +01:00
2012-01-02 21:46:40 +01:00
InvetoryItem
2012-01-03 01:10:39 +01:00
// ammo
id: slot10
2011-11-10 06:29:25 +01:00
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
2012-01-03 02:52:26 +01:00
GameLabel
id: soul
2012-01-03 01:10:39 +01:00
anchors.top: slot9.bottom
anchors.bottom: slot8.bottom
anchors.left: slot9.left
anchors.right: slot9.right
2011-11-17 22:41:02 +01:00
margin-top: 5
text-align: center
border-image:
source: /core_styles/images/panel_flat.png
2011-11-14 02:17:13 +01:00
border: 1
2011-11-17 22:41:02 +01:00
2012-01-03 02:52:26 +01:00
GameLabel
id: capacity
2012-01-03 01:10:39 +01:00
anchors.top: slot10.bottom
anchors.bottom: slot8.bottom
anchors.left: slot10.left
anchors.right: slot10.right
2011-11-17 22:41:02 +01:00
margin-top: 5
text-align: center
border-image:
source: /core_styles/images/panel_flat.png
2011-11-14 02:17:13 +01:00
border: 1
2011-11-10 06:29:25 +01:00