tibia-client/modules/game_inventory/inventory.otui

101 lines
1.9 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
2011-11-10 06:29:25 +01:00
id: head
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
2011-11-10 06:29:25 +01:00
id: armor
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
2011-11-10 06:29:25 +01:00
id: legs
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
2011-11-10 06:29:25 +01:00
id: feet
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
2011-11-10 06:29:25 +01:00
id: necklace
anchors.top: parent.top
anchors.right: head.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
2011-11-10 06:29:25 +01:00
id: left
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
2011-11-10 06:29:25 +01:00
id: ring
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
2011-11-10 06:29:25 +01:00
id: backpack
anchors.top: parent.top
anchors.left: head.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
2011-11-10 06:29:25 +01:00
id: right
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
2011-11-10 06:29:25 +01:00
id: ammo
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
2011-11-17 22:41:02 +01:00
margin-top: 5
Label
id: soul
anchors.top: ring.bottom
anchors.bottom: feet.bottom
anchors.left: ring.left
anchors.right: ring.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
Label
id: capacity
anchors.top: ammo.bottom
anchors.bottom: feet.bottom
anchors.left: ammo.left
anchors.right: ammo.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