2012-07-13 01:40:55 +02:00
|
|
|
InventoryItem < Item
|
|
|
|
margin: 0 1
|
|
|
|
|
|
|
|
HeadSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot1
|
|
|
|
image-source: /game_inventory/slots/head.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=1, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
BodySlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot4
|
|
|
|
image-source: /game_inventory/slots/body.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=4, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
LegSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot7
|
|
|
|
image-source: /game_inventory/slots/legs.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=7, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
FeetSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot8
|
|
|
|
image-source: /game_inventory/slots/feet.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=8, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
NeckSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot2
|
|
|
|
image-source: /game_inventory/slots/neck.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=2, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
LeftSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot6
|
|
|
|
image-source: /game_inventory/slots/left-hand.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=6, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
FingerSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot9
|
|
|
|
image-source: /game_inventory/slots/finger.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=9, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
BackSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot3
|
|
|
|
image-source: /game_inventory/slots/back.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=3, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
RightSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot5
|
|
|
|
image-source: /game_inventory/slots/right-hand.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=5, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
AmmoSlot < InventoryItem
|
2012-07-10 14:15:31 +02:00
|
|
|
id: slot10
|
|
|
|
image-source: /game_inventory/slots/ammo.png
|
2012-07-13 01:40:55 +02:00
|
|
|
&position: {x=65535, y=10, z=0}
|
2012-07-10 14:15:31 +02:00
|
|
|
|
2012-03-27 00:24:01 +02:00
|
|
|
MiniWindow
|
2012-06-21 21:31:22 +02:00
|
|
|
id: inventoryWindow
|
2012-04-26 21:54:16 +02:00
|
|
|
!text: tr('Inventory')
|
2012-03-27 00:24:01 +02:00
|
|
|
icon: inventory.png
|
2012-07-13 01:40:55 +02:00
|
|
|
height: 95
|
2012-07-24 07:30:08 +02:00
|
|
|
@onClose: onMiniWindowClose()
|
2012-06-24 14:41:39 +02:00
|
|
|
&save: true
|
2011-11-13 06:11:47 +01:00
|
|
|
|
2012-07-13 01:40:55 +02:00
|
|
|
MiniWindowContents
|
|
|
|
padding: 4 5
|
|
|
|
layout:
|
|
|
|
type: grid
|
2012-07-13 03:04:16 +02:00
|
|
|
num-columns: 5
|
2012-07-13 01:40:55 +02:00
|
|
|
cell-size: 36 34
|
2012-07-10 14:15:31 +02:00
|
|
|
HeadSlot
|
|
|
|
BodySlot
|
|
|
|
LegSlot
|
|
|
|
FeetSlot
|
2012-07-13 03:04:16 +02:00
|
|
|
BackSlot
|
2012-07-10 14:15:31 +02:00
|
|
|
LeftSlot
|
2012-07-13 03:04:16 +02:00
|
|
|
RightSlot
|
2012-07-13 01:40:55 +02:00
|
|
|
NeckSlot
|
2012-07-10 14:15:31 +02:00
|
|
|
FingerSlot
|
|
|
|
AmmoSlot
|