You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
1.9 KiB

13 years ago
UIWindow
width: 192
13 years ago
height: 148
margin-top: 10
margin-left: 6
margin-right: 6
move-policy: free updated
13 years ago
Item
13 years ago
// head
id: slot1
13 years ago
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
13 years ago
Item
13 years ago
// armor
id: slot4
13 years ago
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
margin-top: 5
13 years ago
Item
13 years ago
// legs
id: slot7
13 years ago
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
margin-top: 5
13 years ago
Item
13 years ago
// feet
id: slot8
13 years ago
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
margin-top: 5
13 years ago
Item
13 years ago
// necklace
id: slot2
13 years ago
anchors.top: parent.top
13 years ago
anchors.right: slot1.left
margin-top: 10
margin-right: 5
13 years ago
Item
13 years ago
// left
id: slot6
13 years ago
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
margin-top: 5
13 years ago
Item
13 years ago
// ring
id: slot9
13 years ago
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
margin-top: 5
13 years ago
Item
13 years ago
// backpack
id: slot3
13 years ago
anchors.top: parent.top
13 years ago
anchors.left: slot1.right
margin-top: 10
margin-left: 5
13 years ago
Item
13 years ago
// right
id: slot5
13 years ago
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
margin-top: 5
13 years ago
Item
13 years ago
// ammo
id: slot10
13 years ago
anchors.top: prev.bottom
anchors.horizontalCenter: prev.horizontalCenter
margin-top: 5
GameLabel
id: soul
13 years ago
anchors.top: slot9.bottom
anchors.bottom: slot8.bottom
anchors.left: slot9.left
anchors.right: slot9.right
margin-top: 5
text-align: center
image-source: /core_styles/images/panel_flat.png
image-border: 1
GameLabel
id: capacity
13 years ago
anchors.top: slot10.bottom
anchors.bottom: slot8.bottom
anchors.left: slot10.left
anchors.right: slot10.right
margin-top: 5
text-align: center
image-source: /core_styles/images/panel_flat.png
image-border: 1
13 years ago